@charset "utf-8";
/* CSS Document */

p,ol,ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003366;
}

.p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003366;
}

.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003366;
	font-style:italic;
}

#footer p,#footerh p{
	font-size:10px;
	text-align:left;
}

#rss p,#rss a{
	color:#6699CC;
	text-decoration:none;
}

#footer p a,#footerh p a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#003366;
	text-decoration:none;
}

#footer p a:hover,#footerh p a:hover{
	text-decoration:underline;
}

.emphasized {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000033;
	font-style:italic;
}

.boldemphasized {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000033;
	font-style:italic;
	font-weight:bold;
}

.contrast {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000033;
	font-weight:bold;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003366;
	font-style:italic;
}

legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#003366;
	letter-spacing:-2px;
}

.search {
}

.search a {
}

.search a:hover {
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#003366;
	margin:0;
	letter-spacing:-2px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#003366;
	letter-spacing:-2px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#003366;
	letter-spacing:-2px;
}

#faq p{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	color:#FFFFFF;
}

#faq ol {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}

#faq p.q {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	color:#000033;
}

.qa {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0;
	padding:0;
	color:#000033;
}

#faq td {
	border-bottom:#000033 solid thin;
}

.exp {
	font-size:12px;
	cursor:pointer;
	border-bottom:#6699CC dashed thin;
}
/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
	position:absolute;
    background:url(../images/black_arrow_big_ie.png) no-repeat 0 0; 
    font-size:14px; 
    height:216px; 
    width:370px; 
    display:none;
	z-index:200;
} 

div.tooltip>p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    margin:30px; 
    font-size:12px; 
    color:#fff; 
}

.input-validate-form p {
	color:#000033;
	font-weight:bold;
}

.input-validate-form p label {
	color:#003366;
	font-weight:normal;
}