.gotospeakers {
	font-size: 35px;
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	
}.bottomlist {
	font-family: Arial;
	font-size: 18px;
	color: #333;
}
.bottomlistfeatured {
	font-family: Arial;
	font-size: 16px;
	color: #900;
}
.formtext {
	font-family: Arial;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	
}
.required {
	font-family: Arial;
	font-size: 16px;
	color: #900;
}
.naviUP {
	font-size: 18px;
	color: #333;
	text-decoration: underline;
	font-family: Arial;
}
.naviDOWN {
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
	font-family: Arial;
}
.bodyheading {
	font-size: 19px;
	color: #000;
	font-weight: bolder;
	font-family: Arial;
}
.bodyparagraph {
	font-family: Arial;
	font-size: 16.5px;
	color: #333;
}
.poweredby {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.eaglestalent {
	font-family: Impact;
	font-size: 16px;
	font-weight: lighter;
	font-style: normal;
	line-height: inherit;
	font-variant: normal;
	letter-spacing: 1px;
	color: #000;
}
.redhead {
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
}
.formtext {
	font-family: Arial;
	font-size: 20px;
	color: #000;
}

table.form {
	font-family: Arial;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	
}

 /* This document contains examples of styles that should be useful for making
 * forms with the template system. You could copy them into your stylesheet,
 * and modify them to suit your design */



/* Here's an example of a set of styles you might use to change the captions of
 * form fields to indicate which are required, which are optional, and which
 * have been filled incorrectly (e.g. not filled at all) */
*.required_caption { text-align: right; vertical-align: top; font-weight: bold; }
*.error_caption { text-align: right; vertical-align: top; font-weight: bold; color: red; }
*.optional_caption { text-align: right; vertical-align: top; }

/* You can have as many sets of these styles as you need. In some cases it does
 * not work to change the color/boldness of text (such as when you have a
 * pulldown with no caption. Perhaps these styles for changing the background
 * color would be useful in such cases. */
*.required_bg { text-align: right; font-weight: bold; }
*.error_bg { background-color: red; text-align: right; padding: 2px; }
*.optional_bg { text-align: right; }

*.required_left_caption { text-align: right; font-weight: bold; }
*.error_left_caption { text-align: right; font-weight: bold; color: red; }

*.form_field { vertical-align: top; align:left; }
*.template { color: red; font-size: 26px; }

*.required_right_caption { text-align: left; font-weight: bold; }
*.error_right_caption { text-align: left; font-weight: bold; color: red; }

*.required_center_caption { text-align: center; font-weight: bold; }
*.error_center_caption { text-align: center; font-weight: bold; color: red; }

span.required { font-weight: bold; }
span.error { font-weight: bold; color: red; }

.topweblist {
	font-size: 25px;
	color: #900;
	font-family: Arial;
	font-weight: normal;
}
