/*------------GLOBAL ELEMENTS------------*/
body, select, input, table, td, A, BlockQuote, BlockQuoter
{
	text-justify: newspaper;
	font-size: small;
	color: #280607;
	font-family: 'Times New Roman' , 'Courier New' , Monospace;
}

H1
{
	font-weight: bold;
	font-size: medium;
	margin-bottom: 1px;
}

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

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

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
{
	background:url(Resources/underline.gif) repeat-x 100% 100%;
}

A
{
	text-decoration: none
}
A:hover
{
	font-weight:bolder 
}
A:active
{
	 font-weight:bolder 
}

/*------------ASP.NET SERVER CONTROLS------------*/
select
{
	font-size: small;
	color: #283a59;
}
input /*---------- TextBox, CommandButtons ---------------*/
{
	color: #283a59;
	font-size: 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;}
