body,td,th,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #002851;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
hr{
	height:1px;
	color:#CCCCCC;
}
img{
	border:none;
}
fieldset{
	padding:5px;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
}
legend{
	color:#6699DD;
	font-weight:bold;
	background-color:#E3E3E3;
}
form{
	margin:0px;
}
ol,ul{
	margin:0px;
	margin-left:25px;
}
#shadow_top {
	background-image: url(images/shadow/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
	width:770px;
}
#shadow_left {
	background-image: url(images/shadow/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#shadow_right {
	background-image: url(images/shadow/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#shadow_topleft {
	background-image: url(images/shadow/topleft.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 75px;
}
#shadow_topright {
	background-image: url(images/shadow/topright.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 75px;
}
#shadow_bottomleft {
	background-image: url(images/shadow/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 38px;
}
#shadow_bottomright {
	background-image: url(images/shadow/bottomright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
}
#shadow_bottom {
	background-image: url(images/shadow/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	width:770px;
	padding-top:5px;
	text-align:right;
	color:#c8d0d9;
	font-size:11px;
}
.topmenu {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 15px;
	color: #FFFFFF;
	padding-left:8px;
	padding-right:8px;
}
.topmenu_over {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 15px;
	color: #FF0000;
	padding-left:8px;
	padding-right:8px;
	cursor:pointer;
}
.toptitle{
	font-family: "Century Gothic", Verdana, Arial;
	color:#FFFFFF;
	font-size:19px;
	font-weight:bold;
	height:84px;
	background-color:#FF0000;
	text-align:center;
	vertical-align:middle;
}
.title{
	font-family: "Century Gothic", Verdana, Arial;
	color:#000000;
	font-size:19px;
	font-weight:bold;
}
.mainmenu {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:12px;
	padding-right:12px;
}
.mainmenu_over {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#FF0000;
	cursor:pointer;
	padding-left:12px;
	padding-right:12px;
}
.field{
	font-size:12px;
	background-image:url("images/bg_field.jpg");
	background-position: top left;
	background-repeat:no-repeat;
	border:1px solid #C8C8C8;
}
.fieldMissed{
	font-size:12px;
	color:990000;
	border:1px solid #FF0000;
}
.fieldFocus{
	font-size:12px;
	color:0000FF;
	border:1px solid #AAAAAA;
}
input.btn{
	background-image:url("images/bg_btn.jpg");
	background-position: top;
	background-repeat:repeat-x;
	background-color:#bad0de;
	border:1px solid #AAAAAA;
}
input.btnover{
	cursor:pointer;
	background-image:url("images/bg_btnover.jpg");
	background-position: top;
	background-repeat:repeat-x;
	background-color:#1c5376;
	border:1px solid #AAAAAA;
	color:#FFFFFF;
}
.remark{
	font-size:11px;
	color:#88acb4;
}
.tableBorder0{
	border:1px solid #DDDDDD;
}
.tableBorder1{
	border:1px solid #AAAAAA;
}
.tableRow0{
	background-color:#e3e3e3;
}
.tableRow1{
	background-color:#F5F5FF;
}
.tableRowover{
	background-color:#FFFFFF;
}