/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, Tahoma;
	color:#000000;
	background-color:#990000;
	
}
P
{
	font-family: Verdana, helvetica, Tahoma;
	COLOR: #000000;
	font-size: 8pt;
}
H1
{
	font-family: Verdana, helvetica, Tahoma;
	COLOR: #cc0000;
	font-size: 12pt;
	font-weight:bold;
}
TD
{
	font-size: 10pt;
	font-family: Verdana, helvetica, Tahoma;		
}
table tr td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:.85em;
}
input.btn {
	background-color:#990000;
	color:#ffffff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.CAcontent {
	font-weight: normal;
	font-size:10px;
	color:Black;
}
.txtBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	border:1px solid #000000;
}
.txtBoxSm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:50px;
	border:1px solid #000000;
	color:#000000;
}
.field
{
	color: #000000;
	background: #ffffff;
	border: 1px solid #407064;
	width:150px;
}
fieldset 
{
	border:1px solid #000000;
	padding-left:8px;
	background: url(box_grey.jpg) repeat-x bottom;
}
legend
{
	font-family: Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size:14px;
	font-weight:bold;
	background: #ffffff;
	padding: 2px 6px;	
}
