
body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana;
}

form {
	display: inline;
}

.p {
	font-size: 11pt;
	text-align: justify;
}
.navlink {
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
}
.navlink:hover {
	color: yellow;
}

.nav {
	padding: 0px 11px 0px 11px;
	font-weight: bold;
	font-size: 10pt;
	background-color: #AD9DC2;
}
.nav div {
	margin: 10px 0 10px 0;
}


.nav .cursec {
	font-family: Verdana;
	font-weight: bold;
	color: #FFD866;
	text-decoration: none;
	font-style: italic;
}
.nav .cursub {
	font-family: Verdana;
	font-weight: normal;
	color: #FFD866;
	text-decoration: none;
	font-style: italic;
	font-size: 8pt;
}  
.nav .seclink {
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
}
.nav .sublink {
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-size: 8pt;
}
.nav .test {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;
}
.nav .test:hover {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;
}

.content {
	padding: 10px;
}

.title2 {
	font-weight: bold;
	font-size: 12pt;
	color: #2B0E54;
}
.title1 {
	font-weight: bold;
	font-size: 10pt;
	color: #2B0E54;
}


/* register */
.register_header {
	background-color: #ECC9C9;
	font-size: 12pt;
	font-weight: bold;
	height: 29px;
}
.register_header {
	padding: 0 19px 0 19px;
}
.register_footer {
	background-color: #DA9393;
}
.register_footer .left {
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
	font-size: 10pt;
	font-weight: bold;
}
.register_footer .right {
	vertical-align: top;
}
.register_footer .left a {
	color: #080574;
}

/* login */
.login_header {
	background-color: #ECC9C9;
	font-size: 12pt;
	font-weight: bold;
	height: 29px;
}
.login_header_left {
	border-right: 1px dashed #ffffff;
	padding: 0 19px 0 19px;
}
.login_header_right {
	padding: 0 19px 0 19px;
}
.login_footer {
	background-color: #DA9393;
}
.login_footer .left {
	border-right: 1px dashed #ffffff;
	vertical-align: top;
	width: 45%;
	font-size: 10pt;
	font-weight: bold;
	color: #080574;
	padding: 13px 19px 13px 19px;
}
.login_footer .left input {
	border: none;
}
.login_footer .left a {
	color: #080574;
}
.login_footer .right {
	vertical-align: top;
	font-size: 11pt;
	padding: 13px 19px 13px 19px;
}

/* main */
.mainmenu {
	margin: 15px 20px 50px 30px;
}
.mainmenu a {
	color: #000000;
}
.mainmenu a:hover {
	color: #D34949;
}
.mainmenu div {
	margin: 5px 0 5px 0;
	font-size: 11pt;
}
