@charset "utf-8";
/* Layout
----------------------------------------------------------------------------------------------------*/
p,td,div{
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #333333;
}
body {
	background: #999999 url(../images/layout/brow_bg.jpg) repeat left top;
}
/* Styles
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 15px;
	color: #990000;
}
h2 {
	font-size: 12px;
	color: #003366;
}
.sideBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
/* Classes
----------------------------------------------------------------------------------------------------*/
.brd {
	border: solid 1px #1C1B11;
}
.windowBorder {
	border: 1px solid #CCCCCC;
}
.windowHeaderBg{
	background-image: url(../images/layout/windowHeadBg.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 25px;
	font-weight: bold;
	color: #1D1453;
	text-indent: 10px;
	background-position: left top;
	padding-top: 4px;
}
.required{
	color:#FF0000;
}
.bgcolor{
	background-color:#E6E6E6;

}
.footer {
	font-size: 10px;
}
