/**********************************/
/* Developed by Division Point    */
/* Copyright 2009                 */
/* http://www.divisionpoint.net   */
/**********************************/

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000066; 
	font-variant: small-caps
	}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000066; 
	font-variant: small-caps
	}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium; 
	font-style: normal; 
	font-weight: bold; 
	color: #000066; 
	font-variant: small-caps
	}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	font-variant: small-caps
	}
p, td, ul, ol, form { 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000
	} 
a {
	text-decoration: none;
	color: #000066;
	}

.bottom_nav {  
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12px; 
	color: #FFFFFF
	}
.bottom_nav_sub {  
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12px; 
	color: #000000
	}

#siteMenu { 
	width:96px; 
	}
#siteMenu li {
	padding:5px 0px 5px 0px; 
	list-style-image:url(images/arrow.gif); 
	}
#siteMenu a {
	text-decoration:none; 
	color:#FFFFFF; 
	font:12px Times New Roman, Times, serif; 
	line-height:11px;
	}
#siteMenu a:hover { 
	text-decoration:underline; 
	color:#FFCC33;
	}
