a:link{color:#0000CC;text-decoration:none}
a:visited{color:#0000CC;text-decoration:none}
a:hover{text-decoration:underline}
a:active{color:#0000CC;text-decoration:underline}
body{color:#000000;font:10pt Arial, Helvetia, sans-serif; background-color: #FFFFFF}
p{color:#000000;font:10pt Arial,Helvetia,sans-serif}
td{color:#000000;font:10pt Arial,Helvetia,sans-serif}
.bkhead{background:#040D38}
.bkhead2{background:#0F4085;color:#FFFFFF;font-size:10px}
.bkhead3{background:#B1BCD3;color:#040D38}
h1 {  font-size: 20px; color: #0F4085; font-style: bold; border-color: black black #B1BCD3; border-style: dashed; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.btfoot {  font-size: 10px; color: #0F40B2}
.bknav {  background-color: #E0E4ED; border: #8E9EBF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
h2 {  font-size: 17px; color: #0F4085; font-style: italic; border-color: black black #B1BCD3}

/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 120px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color:  0f4085;
	font: 10pt arial;
	text-decoration: none;
	background-color: e0e0ed;
	display: block;
	padding: 0px;
	border-left	: 1px solid e0e0ed;
}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 1px solid e0e0ed;
	background-color: 8e9ebf;
	color: 0000CC;
	text-decoration: none";
}
.ask-h1 {
    font-size: 18pt; 
	font-weight: bold;
	text-align: center; 
	color: #CC0000
}
.ask-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000099;
}
.ask-h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	
}
.ask-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;	
}