/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: #e8e8e8;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: xx-small;
	TEXT-TRANSFORM: none;
	color: #000000;
	margin: 0px;
	border: none;



}


A:link	{	
	text-decoration:	none;
	color:	#999900;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#999933;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#999900;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#003399;
	}
	
	Label 
	{
	font-family:Tahoma, Verdana, Arial;
	font-size:smaller;
	font-weight: normal;
	color: #000000;

	}
.Frame {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	font-weight: bold;


}
.DropDownlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	width: 200px;

}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	width: 100px;

}
.AlternatingItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;


}
.Item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 5px;
	border: 1px solid #FF0000;



}
