/*------------GLOBAL ELEMENTS------------*/
body, select, input, table, td, A, BlockQuote, BlockQuoter
{
	font-size: x-small;
	color: #4b4b4b;
	font-family: Verdana, Tahoma, Arial, 'Trebuchet MS' , 'Bitstream Vera Sans' , lucida, arial, helvetica, sans-serif;
}

H1
{
	font-weight: bold;
	font-size: medium;
	margin-bottom: 1px;
}

H2
{
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 1px;
}

H3
{
	font-weight: bold;
	font-size: xx-small;
}

UL, OL, LI
{
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}

BlockQuote
{
	margin-left: 3px;
	font-style: italic;
}

.BlockQuoter
{
	font-weight: bolder;
	margin-right: 5px;
	font-style: normal;
	text-align: center;
}

table {border:0;text-align:left;}
td {vertical-align:top;}

#RightNav
{
	font-variant: small-caps;
}

/*------------Hyperlinks------------*/
A, A:hove, A:active
{
	/* color: #ffcc33; */
	color: Blue;
	background:url(Resources/underline.gif) repeat-x 100% 100%;
}

A
{
	text-decoration: none 
}
A:hover
{
	 text-decoration: underline
}
A:active
{
	 font-weight:bolder 
}

/*------------ASP.NET SERVER CONTROLS------------*/
select
{
	font-size: x-small;
	color: #283a59;
}
input /*---------- TextBox, CommandButtons ---------------*/
{
	color: #283a59;
	font-size: x-small;	
}


/*------------Rarely Referenced------------*/
BODY {scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #486489; 
scrollbar-base-color: #8A4B2F; 
scrollbar-darkshadow-color: #4f4f4f; 
scrollbar-face-color: #EFEFEF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #D1D1D1; 
scrollbar-track-color: #c0c0c0;}
