body {
	background-color: #ffffff;
	margin-top: 20;
}


.topnav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #000066;
	
}


.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
	font-weight: normal;
	background-color: #ffffff;
	
}

.bluetext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
	font-weight: normal;
	color: #000066;
	background-color: #ffffff;
}

a:link { 
	text-decoration: none; 
	color: #000066;
	}
	
	
a:visited { 
	text-decoration: none; 
	color: #3366b3;
	}
	
	
a:active { 
	text-decoration: underline; 
	color: #3366b3;
	}
	
	
a:hover { 
	text-decoration: underline; 
	color: #3366b3;
	}
	

.headerlinks a:link  {
	text-decoration: none;
	color: #1b3c64;
}

.headerlinks a:visited {
	text-decoration: none;
	color: #1b3c64;
}

.headerlinks a:hover {
	text-decoration: underline;
	color: #3366b3;
}


.headerlinks a:active {
	text-decoration: none;
	color: #3366b3;
}


h1 {
 font-family: arial, verdana, helvetica;
 font-weight: bold;
 font-size: 1.6em;
 color: #000066;

}

h2 {
font-family: arial, verdana, helvetica;
 font-size: 1.24em
 font-weight: bold;
 color: #333333;
}

h3 {
font-family: arial, verdana, helvetica;
 font-size: small;
 font-weight: bold;
 color: #000000;
}

h4 {
font-family: arial, verdana, helvetica;
 font-size: small;
 font-weight: bold;
 color: #000066;
}

.heading {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.6em; 
	font-weight: bold; 
	color: #000066;
}

.subheading {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.24em; 
	font-weight: bold; 
	color: #333333;
}

.subheadingblue {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.24em; 
	font-weight: bold; 
	color: #000066;
}


.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

div.pdf {
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;

	padding-left: 25px;
	padding-bottom: 4px;
	height: auto;
}

div.ppt {
	background-image: url(../images/powerpoint_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: x-small;
	padding-left: 25px;
	padding-bottom: 4px;
	height: auto;
}

div.xls {
	background-image: url(../images/excel_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: x-small;
	padding-left: 25px;
	padding-bottom: 4px;
	height: auto;
}


.indent {
	margin-left: 30px;
}













