html,body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#e8e8db;
	font-family : Verdana, Arial;
	font-size : 11px;
}
td	{
	font-family : Verdana, Arial;
	font-size : 10px;
	color:#000000;
	vertical-align:top;
}
.maintable{
	width:850px;
	height:100%;
	background-color:#ffffff;
	border-right:solid 1px #b2b2a8;
}

textarea{
	font-family : Arial, Verdana;
	font-size : 12px;
	color:#000000;
	border:solid 1px #696969;
}
input{
	border: solid 1px #000000;
	width:200px;
}

.select{
	width:70%;
}
a  {
	color:#e30000;
	text-decoration:none;
}
a:link  {
	color:#e30000;
	text-decoration:none;
}
a:visited  {
	color:#e30000;
	text-decoration:none;
}

a:hover {
	color:#625a5a;
	text-decoration:none;
}
.header{
	color:#e30000;
	font-weight:bold;
}
.headerbig{
	color:#e30000;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
}
.left{
	width:160px;
	background-image:url(images/bg_left.gif);
	background-repeat:repeat-y;
}
.border{
	border-bottom:solid 1px #b2b2a8;
}
.menu{
	border-bottom:solid 1px #b2b2a8;
	height:25px;
	padding-top:2px;
	vertical-align:middle;
	padding-left:40px;
}

.options{
	background-color:#ffffff;
	height:25px;
	padding-top:5px;
	color:#FFFFFF;
	border-bottom: solid 1px #b2b2a8;
	border-right: solid 1px #b2b2a8;
	border-left: solid 1px #b2b2a8;
	padding-left:5px;
}


.menuitem{
	font-weight:bold;
	color:#625a5a;
}
.menuitem a:link{
	font-weight:bold;
	color:#625a5a;
}
.menuitem a:visited{
	font-weight:bold;
	color:#625a5a;
}
.menuitem a:hover{
	font-weight:bold;
	color:#e30000;
}
.img_borders_small{
	width:100px;
	height:100px;
	border:solid 1px #e30000;
}
.img_borders_medium{
	width:220px;
	height:220px;
	border:solid 1px #e30000;
}
.hdr{
	font-weight: bold;
	color: #e30000;
}
.red{
	color: #e30000;
}
