/*website page link style*/
a:link {text-decoration: none; color: #191970}
a:visited {text-decoration: none; color: #191970}
a:hover { color: #0000CD; background-color: #FFFACD;	text-decoration: none}
a:active { color: #778899}
	
TD
	{ 
	FONT-FAMILY: Arial; 
	FONT-SIZE: 11px 
	}

/*header font link color sessions*/
.whtbld 
	{ 
	FONT-FAMILY:Arial; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none; 
	}
	
A.whtbld:link{ color: white}
A.whtbld:visited { color: white}
A.whtbld:hover { color: white; background-color: #4682B4; text-decoration: none; }
A.whtbld:active { color: white; }

/*Black Session */
.Black11
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:11px; 
	COLOR:#000000;
	}

.Black11B
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:11px;
	FONT-WEIGHT: bold;
	COLOR:#000000;
	}
	
.Black12
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:12px; 
	COLOR:#000000;
	}
	
.Black12B
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:12px;
	FONT-WEIGHT: bold;
	COLOR:#000000;
	}

/* Blue Session */
.Blue11
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:11px; 
	COLOR:#0000FF;
	}

.Blue11B
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:11px;
	FONT-WEIGHT: bold;
	COLOR:#0000FF;
	}
	
.Blue12
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:12px; 
	COLOR:#0000FF;
	}
	
.Blue12B
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:12px;
	FONT-WEIGHT: bold;
	COLOR:#0000FF;
	}

/*OtherColor Session */
.GRAY11
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:11px; 
	COLOR:gray;
	}
	
.Red12B
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:12px; 
	FONT-WEIGHT: bold;
	COLOR:red;
	}

.Red12Bi
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:12px;
	FONT-WEIGHT: bold;
	FONT-STYLE:italic;
	COLOR:red;
	}

.Red12
	{
	FONT-FAMILY:Arial; 
	FONT-SIZE:12px; 
	COLOR:red;
	}

/* JavaScript Menu */

#dropmenudiv{
position:absolute;
border:1px solid #e3e3e3;
border-bottom-width: 0;
font:10px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid e3e3e3;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e3e3e3;
}