html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

body {
	background: #DCDDDE;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #4C6FAA;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

.main {
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	background-color: #7A7A9A;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 795px;
}

.submain {
	margin-left: auto;
	margin-right: auto;
}

.header {
	background: #FFF url(/images/banner.png) no-repeat;
	text-align: center;
	height: 99px;
	color: #ADD8E6;
}

.center {
	background-color: #FFF;
	vertical-align: top;
	text-align: center;
	height: 500px;
	color: #222;
	font-size: 12px;
}

.topnav {
	padding-left: 288px;
	background: #FFF url(/images/topnav.png) no-repeat;
	font-size: 12px;
	color: #FFF;
	height: 23px;
	text-align: left;
}

.topnav a:link,.topnav a:visited,.topnav a:active {
	text-decoration: none;
	color: #FFF;
}

.topnav a:hover {
	text-decoration: none;
	color: #D1FD00;
}

.subcenter {
	font-size: 12px;
	color: #000;
	margin: 2px;
	width: 785px;
}

.subcentercnt {
	padding-left: 6px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
}

.admin {
	margin-left: 680px;
}

.normal {
	font-size: 12px;
	color: #000;
}

.normal .a {
	font-size: 12px;
}

.error {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #F00;
}

.error_small {
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	color: #F00;
}

.success {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #008000;
}

.construction {
	background: #7A7A9A url(/images/construction.png);
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

.buttonstyle {
	cursor: pointer;
	border: 1px #7A7A9A solid;
	background-color: #F7F7F7;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

.textstyle {
 	border: 1px #7A7A9A solid;
}

.move{
	cursor: move;
}

.pagination{
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	color: #003366;
	font-weight: bold;
	font-size: 14px;
}

.pagination a:link,.pagination a:visited,.pagination a:active{
	color: #4C6FAA;
}