/* CSS Document */
body {
	scrollbar-base-color: #30319D;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #30319D;
	scrollbar-highlight-color: #8D8ECC;
	scrollbar-3dlight-color: #8D8ECC;
	scrollbar-shadow-color: #8D8ECC;
	scrollbar-darkshadow-color: #30319D;
	margin: 0px;
	padding: 0px;
 }

.wittext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.normaltext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.koptext {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AF3042;
}
.boldtext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a.link:active { color: #FFFFFF; text-decoration: underline; font-family: Arial, sans-serif; font-weight: bold;} 
a.link:hover { color: #FFFFFF; text-decoration: underline; font-family: Arial, sans-serif; font-weight: bold;} 
a.link:link { color: #FFFFFF; text-decoration: underline; font-family: Arial, sans-serif; font-weight: bold;} 
a.link:visited { color: #FFFFFF; text-decoration: underline; font-family: Arial, sans-serif; font-weight: bold;}

a:active { color: #000000; text-decoration: underline; font-weight: bold;} 
a:hover { color: #000000; text-decoration: underline; font-weight: bold;} 
a:link { color: #000000; text-decoration: underline; font-weight: bold;} 
a:visited { color: #000000; text-decoration: underline; font-weight: bold;}

.button_normal {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #30319D;
	border: 2px solid #30319D;
}

.button_over {
	background-color: #8D8ECC;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #30319D;
}
