/* Prevents Safari from drawing blue lines on focused elements */
*:focus {
	outline: 0;
}
a:visited    { color: gray; text-decoration: none }
a:link   { color: #f15d2a; text-decoration: none }
a:hover  { color: red; text-decoration: underline }
a:active { color: red; text-decoration: underline }
body     { font-size: 12px; font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular; background: #00549b url(images/bkg_page.gif) fixed }
form td { font-size: 10px }
form td p { font-size: 10px }
form th {font-size:12px; font-weight:bold;}
h1         { color: #f15d2a; font-weight: normal; font-size: 22px; margin-top: 8px; margin-bottom: 0px; padding-bottom: 0px }
h2       { color: #00549b; font-weight: bold; font-size: 16px; margin-bottom: 0px }
h3     { color: #00549b; font-weight: bold; font-size: 14px; margin-bottom: 0px }
h4   { color: #00549b; font-weight: bold; font-size: 16px; margin-bottom: 0px }
h5   { color: #00549b; font-weight: bold; font-size: 14px; margin-bottom: 0px }
h6   { color: #00549b; font-weight: bold; font-size: 12px; margin-bottom: 0px }
li { padding-bottom: 5px }
p { font-size: 12px; font-family: Verdana, Helvetica, Geneva, Arial, Sans }
td { font-size: 12px; font-family: Verdana, Helvetica, Geneva, Arial, Sans }
.bodytext   { font-size: 12px }
.callout1   { background-color: #feebcc; margin-right: 16px; padding: 8px; border: dotted 1px #fdb946 }
.callout2     { color: #666; background-color: #f5f5f5; margin-right: 16px; padding: 5px; border: solid 1px #ccc; width: 60% }
.callout2_wide { color: #666; background-color: #f5f5f5; margin-right: 16px; padding: 5px; border: solid 1px #ccc }
.cfc_title { color: white; font-variant: small-caps; font-weight: bold; font-size: 16px; padding: 8px }
.content    { color: #00549b; background-color: white; padding: 0px 0px 8px 10px }
.content form { margin-right: 10px }
.content p  { padding-right: 10px }
.content table     { color: #00549b }
.dialog { font-weight: bold; font-size: 18px; background-color: #f5f5f5; padding: 5px; border: solid 1px #999 }
.dialog_caution {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	background: #f5f5f5 url(images/icons/alert_caution.gif) no-repeat 5px center;
	padding: 25px 25px 25px 65px;
	border: solid 1px silver;
	width: 75%
}
.dialog_note { color: #666; font-weight: normal; background: #f5f5f5 url(images/icons/alert_note_small.gif) no-repeat 5px center; padding: 10px 10px 10px 40px; border: solid 1px silver; width: 50% }
.dialog_stop {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	background: #f5f5f5 url(images/icons/alert_stop.gif) no-repeat 5px center;
	padding: 25px 25px 25px 65px;
	border: solid 1px silver;
	width: 75%;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}
.explain_text { color: #666; font-size: 10px }
.footer    { color: white; font-size: 9px }
.footer a { color: #f96 }
.footer p { color: white; font-size: 9px }
.my10px { font-size: 10px }
.my11px { font-size: 11px }
.my12px { font-size: 12px }
.my14px { font-size: 14px }
.my16px { font-size: 16px }
.my18px { font-size: 18px }
.my20px { font-size: 20px }
.nav_footer   { font-size: 10px; margin-top: 0px; padding: 8px 16px 6px; border-top: 1px dashed silver }
.nav_footer a { color: #f15d2a }
.news     { color: #00549b; font-weight: bold; background-color: white; padding: 8px; width: 169px }
.news a   { color: #00549b }
.news h2 { color: #00549b }
.news p   { color: #00549b; font-weight: bold }
.pdf    { background: #feebcc url(images/icons/acrobat_button.gif) no-repeat 2px 3px; padding: 1px 2px 1px 16px; border: solid 1px #f15d2a }
.results_table tr, .results_table td{
	background-color: #FFF;
}
.results_table tr.alt_color, .results_table tr.alt_color td {
	background-color: #EEE;
}
.site_table    { border: solid 1px white; width: 740px }
.subnav  { font-size: 10px; background-color: #758ec1; padding-top: 16px; padding-right: 0px; border-top: 1px solid white }
.subnav a { color: #ffffff; font-weight: normal; padding-right: 4px }
.subnav a:visited { color: white }
.subnav ul    { color: #fdb946; margin-left: 20px; padding-left: 0px }
.subnav ul li { list-style-image: url(images/icons/bullet_tri_orange_small.gif) }
.subnav ul li li { font-size: 9px; list-style-image: url(images/icons/bullet_tri_blue_small.gif) }
.title { background-color: #cc9 }
.utility_nav    { font-size: 10px; background-color: #dcdcdc; padding: 5px }
.utility_nav li { padding-bottom: 0px }
.wdtp { color: white; font-size: 9px }
.wdtp a { color: #f15d2a }
th {
	color:#FFF;
	background-color: #778BC1;
	padding: 3px;
}
.TabbedPanelsContent textarea {
	height: 100px;
	width: 225px;
}
.TabbedPanelsContentGroup table {
	border-style: none;
	padding: 4px;
}
.answer {
	font-weight: normal;
	color: #000;
}
.TabbedPanelsContentGroup table td {
	border-style: none;
	padding: 4px;
	vertical-align: top;
}
