
a:active
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a:link
{
	font-size: 10px;
	color: blue;
}
a:visited
{
	font-size: 10px;
	color: blue;
}
a:hover
{
	font-size: 10px;
	color: #8B0000;
	text-decoration: none;
}

.hover
{
	font-size: 10px;
	color: #8B0000;
	text-decoration: none;
}

.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.StdTextBox
{
	font-size: 10px;
	background-image: none;
	font-family: Verdana;
	border-color:#B0C4DE;
	border-style:solid;
	border-width:1px;
}

BODY
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
	background-color: #DCDCDC;
	/* background:"~/images/steel.jpg"; */
	/* background-repeat:no-repeat; */
	/* background-color: gainsboro; */
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #000000; */
}

DIV
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
}

INPUT
{
	font-size:10px;
	font-family:Verdana;
	cursor:hand;
}

SPAN
{
	font-size:10px;
	font-family:Verdana;
}

LABEL
{
	font-size:10px;
	font-family:Verdana;
	height:auto;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bordered 
{
	border: 1px;
	border-style:solid;
	border-color:ButtonHighlight;
}
	
