@media print {

	.noprint { display: none; }

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {color:red; font-size:12px; font-family:Arial}
.content {margin-left:30px;}
.footer {padding-left:15px; margin-top:10px; width:100%; background:url(images/footerbg.gif); background-repeat:repeat-x; clear:both}
.tab{
	background:url(images/tab_bg.gif) no-repeat top left;
	width:212px;
	height:43px;
	padding-top:8px;
}
.tab2{
	background:url(images/tab_bg_2.gif) no-repeat top left;
	width:212px;
	height:43px;
}
.tab3{
	background:url(images/tab_bg_2.gif) no-repeat top left;
	width:212px;
	height:43px;
	padding-top:2px;
}

/* FORM STYLES */
.tableform {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	}
.field {width: 100%; font-family: Arial; font-size: 11px; color: #000000; background-color: #eeeeee; border: 1px solid #556c7a;}
.field2 {font-family: Arial; font-size: 11px; color: #000000; background-color: #eeeeee; border: 1px solid #556c7a;}
.field3 {width: 100%; font-family: Arial; font-size: 11px; color: #000000; background-color: #eeeeee; border: 1px solid #556c7a;}
.search_field {font-family: Arial; font-size: 11px; color: #000000; background-color: #eeeeee; border: 1px solid #556c7a;}

