/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.BoldFont
{
	font-weight: bold;
	font-size: xx-small;
}
.SmallFont
{
	font-weight: normal;
	font-size: 11px;
}
.normalFont
{
	font-weight: normal;
	font-size: x-small;
}
.errorFont2
{	
	color: #cc3333;
	font-weight: normal;
	font-size: xx-small;

}
.errorFont
{
	font-weight: normal;
	font-size: x-small;
	color: #cc3333;
}
.datagrid1
{
	font-size: x-small;
	width: 100%;
	color: black;
	font-family: Arial;
}
.Header1
{
	background-color: #cc9966;
}
.Header2
{
	background-color: #990033;
}
.Table1
{
	border-right: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}
.Link1
{
	font-weight: bold;
	font-size: x-small;
	color: #000066;
	font-family: Arial;
	text-decoration: none;
}

.Link1:hover
{
	font-weight: bold;
	font-size: x-small;
	color: #ff9900;
	font-family: Arial;
	text-decoration: none;
}
