/* General Elements */

BODY  {
	
	font-size :100%;
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
	color : #000000;
	}

P  {
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
	color : #000000;
	font-size : 80%;
	text-align: left;
}

blockquote  {
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
	color : #000000;
	font-size : 80%;
	text-align: left;
}

B  {
	font-weight : bold;
}

SUB { 
	vertical-align: sub; 
	font-size: 85%;
}

SUP { 
	vertical-align: sup; 
	font-size: 85%;
}

TABLE,TD  {
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
}

TH  {
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
}

UL {
	font-family : Verdana, Arial, Helvetica;
}

DD, LI  {
	font-size :100%;
	font-weight : normal;
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
}

form, input, select, textarea { 
	font-size: 80%; 
	margin-top : 0px;	
	margin-bottom : 0px;	
}

hr { 
	color: ADCBEA; 
}

A:link {
	color: #000066;
	text-decoration : none;
	
}
A:visited {
	color: #000066;
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
	color: #990000;
}


.small
{
	font-size : 50%;
}

.smallnotop {
		margin-top: 0px;
		font-size: 70%
}

.med
{
	font-size : 75%;
}
.mednotop {
		margin-top: 0px;
		font-size: 75%
}

.notop
{
	margin-top: 0px;
}

.nobottom
{
	margin-bottom: 0px;
}

.nomargin
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.reg  {
	font-family : Verdana, Arial, Helvetica;
	color : #000000;
	font-size : 80%;
	}
	


/* Titles */
H1 { 
	font-size :110%;
	font-family: Verdana, Arial, Helvetica;
	font-weight : bold;
	color : #990000;
	margin-bottom : 0px;
}
 
H2  {
	font-size :80%;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : #990000 ;
	margin-bottom : 0px;
}

H3  {
	font-size :80%;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : #000066 ;
	margin-bottom : 0px;
}

H4  {
	font-size: 80%;
	font-family : Verdana, Arial, Helvetica;
	color : #666666;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 0px;	
}


/* Home Page News */



.news
{
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
	margin-top: 7px;
	margin-bottom: 0px;	
	font-size : 70%;
	
}

.news A:hover { color: #990000;
text-decoration : underline; } 

.news :link, .news :visited  {
	color : #0033CC;
	text-decoration : none;
	font-size : 120%;
	

}


.newsdisclaimer :link, .newsdisclaimer :visited  {
	color : #990000;
	text-decoration : none;
	font-size : 90%;
	font-style: italic;
}

.newsdisclaimer A:hover { 
	
	text-decoration : underline; } 

.newssource
{
	color : #000000;
	font-size : 85%;
}
/* page date */
.date
{
	color: 000000; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 70%;
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
}




/* Images */

.caption {
	font-size : 70%;
	font-family : Verdana, Arial, Helvetica;
	font-weight : normal;
	color : #000000;
	margin-top: 0px;
}


/* Home Page Footer */

.footer {
	font-size : 70%;
	font-family : Verdana, Arial, Helvetica;
	
	color : #FFFFFF;
	margin-top: 1%;
	margin-bottom: 0;
	text-align: center;
}

.footer A:hover { color: #FFFFCC;
text-decoration : underline; } 

.footer :link, .footer :visited  {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}

