/* Sets color for all headlines */
a:link		{ text-decoration: underline; color: #336699 }
a:visited	{ text-decoration: underline; color: #336699 }
a:active		{ text-decoration: underline; color: #C00000 }
a:hover		{ text-decoration: underline; color: #C00000 }

body	{
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

h1,h2,h3,h4 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #336699;
}


h1	{
	font-size: 16pt;
}

h2	{
	font-size: 14pt;
}

h3	{
	font-size: 12pt;
}


h4	{
	font-size: 11pt;
}


p	{
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: #000000;
	line-height: 150%;
}



dt	{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #606060;
}


dd	{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}


.body	{
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	color: #000000;
}


.disclaimer	{
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #606060;
}
	
.liftout	{
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #336699;
}


.audhead	{
	font-size: 12pt;
	font-weight: bold;
}


.bannerhead	{
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
}


.calhead	{
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	background-color: #336699;
	color: #FFFFCC;
	text-align: center;
}


.calnum	{
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	background-color: #FFFFCC;
	color: #000000;
	text-align: center;
}


.smallbody	{
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	color: #000000;
}


.slugline	{
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #C00000;
}


.htext	{
	font-size: 2pt;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}


.lighthead	{
	font-size: 12pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
}


.lighttext	{
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
}



.darktext	{
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #336699;
}

.stcode	{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #C00000;
}

.head1	{
	font-size: 14pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #336699;
}


.topnav {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
}


A.topnav:link { text-decoration: none; color: #FFFFFF }
A.topnav:visited { text-decoration: none; color: #FFFFFF }
A.topnav:active { text-decoration: none; color: #FFFFCC }
A.topnav:hover { 	text-decoration: underline; color: #FFFFCC; }

th#stats	{
	background-color: #606060;
	border: solid 1px #606060;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
}