a:link, a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active
{
	color:#999999;
	text-decoration: none;
}


body {
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
body, p, ul, ol, .table {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #222222;
}
 

/***************************** start top menu *****************************/

/*
.tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8, .tab9 {
	color:#000000;
	border-bottom:1px solid #ffffff;
	background-image:none;
}
*/

.TopNavLinks A:link, .TopNavLinks A:visited {
	font-size:9pt;
	color: #000000;
	text-decoration: none;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.TopNavLinks A:hover { 
	text-decoration: none;
	color: #FF0000;
}

/***************************** right nav links list menu *****************************/

#NavLinks {
}
#NavLinks ul {
	font-size: 85%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 100%;
	list-style-type: none;
	margin: 0 0 0 10;
	padding: 5 0 5 0;
}
#NavLinks li {
}
#NavLinks a:link, #NavLinks a:visited {
	color: #999966;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 5 0 5 0;
	border-bottom: solid #cccccc 1px;
}
#NavLinks a:visited {
}
#NavLinks a:hover, #NavLinks a:active {
	color: #FF0000;
	text-decoration: underline;
}


/***************************** states list menu *****************************/

#NavBulletsStates {
}
#NavBulletsStates ul {
	font-size: 7.5pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 12px;
	margin: 0px;
	line-height: 120%;
	list-style-type: circle;
	margin-left: 15px;
}
#NavBulletsStates li {
	color: #CCCCCC;
}
#NavBulletsStates a:link {
	color: #e9e34d;
	text-decoration: none;
	width: 100%;
	display: block;
}
#NavBulletsStates a:visited {
	color: #e9e34d;
	text-decoration: none;
	width: 100%;
}
#NavBulletsStates a:hover, #NavBulletsStates a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/***************************** end menus *****************************/

.firstPara {
	margin: 0 0 0 0;
	border-bottom: solid #999966 1px;
	padding-bottom: 3%;
	
	font-size:90%;  
	font-weight:normal;
	color:#999966;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:130%; 
}


h1,h2,h3,h4,h5,h6 {
	color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h1 {
	font-size: 110%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

.small {
	font-size: 8.5pt;
}

.footer {
	font-size: 9pt;
	color: #000000;
}

.date {
	font-size: 8pt;
	color: #999999;
	text-align: right;
}

.siteByLink a:link, .siteByLink a:visited {
	font-size: 8pt;
	color: #666666;
	width: 100%;
	display: block;
	text-decoration: none;
}
.siteByLink a:hover {
	color: #0000FF;
}
