body {
	
	
		background-color:#436B99;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
}




/* HEADINGS */


/* other fonts that can be used -- verdana -- 


font-style:italic;



*/

h1 {
	
	font-family: arial;
	font-size:12px;
	color:#436B99;
	font-weight:normal;
	
	
}

.h1 {
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:20px;
	color:#9a1a1d;
	font-weight:normal;
	
	
}

.h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b31d21;
	font-weight:bold;
	
}


.h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:normal;
	
}

.h4 {
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#9B1A1E;
	font-weight:normal;
	
}


.h5 {
	
	
	font-family:tahoma, arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	
}

.h6 {
	
	
	font-family:tahoma, arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	
}


.h7 {
	
	
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	color:#9B1A1E;
	text-decoration:none;
	font-weight:bold;
	
}









/* END OF HEADINGS */



/* STANDARD LINKS */		
a:link {

        font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		text-decoration:none;
		padding-top:0px;		
		
		}
		
a:hover {

        font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		text-decoration:underline;
		padding-top:0px;
		
		}
		
a:visited {

        font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ffffff;
		text-decoration:none;
		padding-top:5px;
		
		}
		
		
a:link.bodyLink {

        font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#073F89;
		text-decoration:none;
		
		}
		
a:hover.bodyLink {

        font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#073F89;
		text-decoration:underline;
		
		}
		
a:visited.bodyLink {

         font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#073F89;
		text-decoration:none;
		
		}		
		
a:link.footer {

        font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#ffffff;
		text-decoration:none;
		padding-top:5px;		
		
		}
		
a:hover.footer {

        font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#ffffff;
		text-decoration:underline;
		padding-top:5px;
		
		}
		
a:visited.footer {

        font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#ffffff;
		text-decoration:none;
		padding-top:5px;
		
		}
		
a:link.body {

        font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#666666;
		text-decoration:none;
		padding-top:5px;		
		
		}
		
a:hover.body {

        font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#666666;
		text-decoration:underline;
		padding-top:5px;
		
		}
		
a:visited.body {

        font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#666666;
		text-decoration:none;
		padding-top:5px;
		
		}
		
/* END OF STANDARD LINKS */		




/* EXTRA CLASSES -- sorted alphabetically*/



.footer {

		font-family: tahoma, arial, sans-serif;
		font-size:12px;
		font-style:normal;
		color:#CDD4DF;
		text-decoration:none;

		}
		
		
a:link.footerLink {

        font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#CDD4DF;
		text-decoration:underline;
		
		}
		
a:hover.footerLink {

        font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#CDD4DF;
		text-decoration:underline;
		
		}
		
a:visited.footerLink {

         font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#CDD4DF;
		text-decoration:underline;
		
		}		

		
.separater {

		font-family: tahoma, arial, sans-serif;
		font-size:12px;
		font-style:normal;
		color:#902334;
		text-decoration:none;

		}
		
		
/* EXTRA CLASSES */





/* STYLE CLASSES */



.bold {

		font-weight:bold;

		}
		
.italic {

		font-style:italic;		

		}
		
		
		
/* END OF STYLE CLASSES */


.borderL {

			border-style:solid;
			border-width:1px;
			border-bottom:none;
			border-right:none;
			border-color:#000000;
			
			}
			
.borderR {

			border-style:solid;
			border-width:1px;
			border-bottom:none;
			border-left:none;
			border-color:#000000;
			
			}
			
.left {

			border-style:solid;
			border-width:1px;
			border-bottom:none;
			border-right:none;
			border-top:none;
			border-color:#000000;
			
			}
			
.right {

			border-style:solid;
			border-width:1px;
			border-bottom:none;
			border-top:none;
			border-left:none;
			border-color:#000000;
			
			}
			
.bottom {

			border-style:solid;
			border-width:1px;
			border-top:none;
			border-color:#000000;
			
			}
