body {
	background-color: #D9D9D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
}
.maintable {
width:100%;
background-image:url(images/bg_maintable.jpg);
background-repeat:repeat-x;
background-position:top;
}
.maincontent {
	background-color:#FFFFFF;
	width:100%;
	border:0px;
}
.topleft {
background-image:url(images/bg_top_left.jpg);
background-position:top left;
background-repeat:no-repeat;
height:16px;
width:16px;
}
.top {
background-image:url(images/bg_top.jpg);
background-position:top;
background-repeat:repeat-x;
height:16px;
}
.topright {
background-image:url(images/bg_top_right.jpg);
background-position:top right;
background-repeat:no-repeat;
height:16px;
width:16px;
}
.bottomleft {
background-image:url(images/bg_bottom_left.jpg);
background-position:bottom left;
background-repeat:no-repeat;
height:16px;
width:16px;
}
.bottom {
background-image:url(images/bg_bottom.jpg);
background-position:top;
background-repeat:repeat-x;
height:16px;
}
.bottomright {
background-image:url(images/bg_bottom_right.jpg);
background-position:bottom right;
background-repeat:no-repeat;
height:16px;
width:16px;
}
.left {
	background-image:url(images/bg_left.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:16px;
}
.content {
	background-color:#EFEFEF;
	padding:4px;
	text-align:left;
}
.right {
	background-image:url(images/bg_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:16px;
}
.menu {
	padding: 10px;
}
.btn_saprator {
	padding-left:10px;
	padding-right:10px;
}
.headding {
	color: #990000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:5px;
	font-weight:bold;
}
.mycontent {
	padding-left:5px;
	padding-right:5px;
}
.font14 {
	font-size: 12px;
	font-weight:bold;
}
.maroon {
	color: #990000;
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration:underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.formfield {
	width:95%;
	background-color:#FFFFFF;
	border:1px solid #828282;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
}
.btn {
	background-color:#FFFFFF;
	border:1px solid #828282;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
	text-transform:uppercase;
}