.nav  {
	font-size : 15;
	font-family : Tahoma;
	color : white;
	text-decoration : none;
	line-height : 1;
	background-color : #003399;
}

.nav A  {
	color : white;
	text-decoration : none;
}

.nav A:hover  {
	color : #00ccff;
}


.body  {
	font-size : 12;
	font-family : Verdana;
	color : black;
}

.bodysm  {
	font-size : 9.5;
	font-family : Verdana;
	color : black;
	line-height : 1.5;
}

.form  {
	font-size : 10;
	font-family : Verdana,Arial;
	font-weight : bold;
	color : black;
}

.table  {
	font-size : 10;
	font-family : Verdana,Arial;
	font-weight : bold;
	color : black;
	line-height : 1.5;
	background-color : #ffffcc;
}

.bodywh  {
	font-size : 13;
	font-family : Verdana,Arial;
	color : white;
}

.body  A  {
	color : 2D5E91;
	text-decoration : none;
	font-weight : bold;
}

.body  A:hover  {
	color : #990000;
	text-decoration : underline;
	font-weight : bold;
}

.bodysm  A  {
	color : 2D5E91;
	text-decoration : none;
	font-weight : bold;
}

.bodysm  A:hover  {
	color : #990000;
	text-decoration : underline;
	font-weight : bold;
}

.header  {
	font-size : 20;
	font-weight : bold;
	font-family : Times New Roman,Arial;
	color : #2B709B;
}

.header  A {
	font-size : 15;
	font-weight : bold;
	font-family : Verdana,Arial;
	color : black;
	text-decoration : underline;
}

.header  A:hover {
	font-size : 15;
	font-weight : bold;
	font-family : Verdana,Arial;
	color : red;
	text-decoration : underline;
}

.headerwh  {
	font-size : 15;
	font-weight : bold;
	font-family : Verdana,Arial;
	color : White;
	text-decoration : none;
}

.foot  {
	font-size : 9;
	font-family : Verdana,Arial;
	color : white;
	font-weight : normal;
}

.foot  A  {
	color : 2D5E91;
	text-decoration : none;
}

.foot  A:hover  {
	color : red;
	text-decoration : underline;
}

.title  {
	font-size : 12;
	font-weight : bold;
	font-family : Verdana,Arial;
	color : Black;
}

.title A  {
	font-size : 12;
	font-weight : bold;
	font-family : Verdana,Arial;
	color : #2D5E91;
	text-decoration : underline;
}
.title1 A  {
	color : #2D5E91;
	text-decoration : underline;
}

.title1  {
	font-size : 11;
	font-weight : bold;
	font-family : Arial;
	color : black;
}

.title2  {
	font-size : 13;
	font-weight : bold;
	font-family : Verdana,Arial;
	color : black;
}

.titlebig  {
	font-size : 18;
	font-weight : bold;
	font-family : Verdana,Arial;
	color : 7095FE;
	text-decoration : underline;
}

.sidebar  {
	font-size : 9;
	font-weight : bold;
	font-family : Verdana;
	color : white;
}

.sidebar A  {
	font-weight : bold;
	font-family : Verdana,Arial;
	color : White;
	text-decoration : none;
}

.sidebar  A:hover  {
	text-decoration : underline;
	font-family : Verdana,Arial;
}

#thead  {
	font-family : Verdana,Arial;
	text-align : center;
	vertical-align : middle;
	font-size : 7pt;
	font-weight : bold;
	padding : 2px;
	background-color : #99B7FF;
}

#thead1  {
	font-family : Verdana,Arial;
	vertical-align : middle;
	font-size : 9pt;
	font-weight : bold;
	padding : 2px;
	background-color : #cccccc;
}

#tyAxis, #txAxis  {
	font-family : Verdana,Arial;
	font-size : 9pt;
	font-weight : bold;
	padding : 2px;
	color : #ffffff;
	background-color : #336699;
}

#tdata  {
	font-family : Verdana,Arial;
	text-align : center;
	vertical-align : middle;
	font-size : 9pt;
	padding : 2px;
	color : #ffffff;
	background-color : #336699;
}

#tfoot  {
	font-family : Verdana,Arial;
	text-align : left;
	font-size : 7pt;
	padding : 2px;
	color : #000000;
	background-color : #ffffff;
}

#tfoot1  {
	font-family : Verdana,Arial;
	text-align : left;
	vertical-align : middle;
	font-size : 6pt;
	padding : 2px;
	color : #ffffff;
	background-color : #336699;
}

#footnote, .footnote  {
	font-family : Verdana,Arial;
	font-size : 7pt;
}

#button  {
	font-size : 12;
	font-family : Verdana;
	font-weight : bold;
	padding-left : 2;
	padding-right : 2;
	padding-top : 0;
	padding-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin : 0;
}

#dropmenudiv
{
position:absolute;
background-color: #003399;
border:1px solid black;
border-bottom-width: 0;
font-size : 15;
font-family : Tahoma;
color : white;
text-decoration : none;
line-height:1;
}

#dropmenudiv a
{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color : white;
}

#dropmenudiv a:hover
{ 
	color : #00ccff;
}


