/* CSS Document */
body {
	background-color: #D7D7ED;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-face-color: #6260B3; 
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-highlight-color: #D7D7ED; 
	scrollbar-3dlight-color: black; 
	scrollbar-darkshadow-color: black; 
	scrollbar-track-color: #6260B3; 
	scrollbar-arrow-color: #D7D7ED;
}
a:link {
	color:#000099;
	text-decoration:none;
}
a:hover {  
	color:#000099;
	text-decoration: underline;
}
a:active {
	color: #0000FF; 
	text-decoration: underline;
}
a:visited {
	color: #990000; 
	text-decoration: none;
}
input,select, textarea {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:none;
	color: #000000;
	border: 1px solid #000000;
}
img {
	border-width: 0px;
}
li {
	margin-top:10px;
	margin-bottom:10px;
}
.mainbody {
	background-color: #050285;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:none;
	color: #000000;
}
.textdesctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.textdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:none;
	color: #000000;
}
.textunderimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}
.textfootage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
}
.textwarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FF0000;
}
.textsuccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000099;
}
.imgborder{
	border-style:dashed;
	border-width:1px;
	border-color:#000000;
}
