

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {font-family: verdana, arial, helvetica, sans-serif}


A 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

A:link 
{
	color: #008AC6;	
	background-color: transparent;
}

A:visited 
{
	color: #07a;
	background-color: transparent;
}

A:hover 
{
	color: #364776;
	background-color: transparent;
}

A.header:link 
{
	color: #3A7DB5;
	background-color: transparent;
	text-decoration: none;
}

A.header:visited 
{
	color: #036;
	background-color: transparent;
	text-decoration: none;
}

A.header:hover 
{
	color: #036;
	background-color: transparent;
	text-decoration: underline;
}

BODY 
{
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

H1 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%; 
	color: #036;
	background-color: transparent;
	font-weight: bold;
	border: none;
}

H2 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%; 
	width:100%;
	color: #036;
	background-color: #eee;
	border: none;
	font-weight: bold;
}

H3 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #036;
	background-color: #fff;
	font-weight: bold;
}

H4 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

H5 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

H6 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

LI 
{
	font-family: verdana, arial, helvetica, sans-serif;
}

OL 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

P 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

TD 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	padding: 2px;
	
}

TH 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	padding: 2px;
	
}

UL 
{
	list-style: disc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

UL UL 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}

OL UL 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}

/*Classes*/


.header {
	color: #3A7DB5;
	background: #9cf;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold
}

.ralign 
{  
	text-align: right;
}

.small
{
	font-size: 70%;
}
.subheading
{
	font-size: 80%;
}

.question
{
	font-weight: bold;
}

.tablequestions
{
	background-color: #d9d9d9;
}
.tableheader
{
	background-color: #cddcdc;
	border-width: 1px;
	border-color: #007C7C;
	border-style: solid;
	text-align: left;
}

.checkbox
{
	text-align: center;
	font-weight: bold;
}
.pnotable
{
	font-size: 80%;
}

/*IDs*/

#topbanner
{
	color: #000;
	background-color: #9cf;
	padding-top:4px;
	padding-bottom: 8px;
	margin: 0;
	text-align:center;
}

#topnav
{
	color: #000;
	background-color: #eee;	
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
    margin: 0;
	padding: 2px 0 2px 14px;   	
	font-size: 80%;
}


#content
{
    MARGIN: 10px 50px 0px 20px;
	
}

#footer
{
	color: #000;
	background-color: #9cf;
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	padding: 2;
	margin: 0;
}