@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0px;
	margin:0px;
	min-height:600px;
	background:#ededed;
}
.main_bg {background:url(../images/body_bg.gif) repeat-y;}
.top_bg{background:url(../images/top_bg.gif) repeat-x;}
.content_bg {background:url(../images/Content_bg.jpg) #6a2976 top repeat-x;}
.normalText { font-size:12px; font-weight:normal;}
.normalText a:link { text-decoration:none; color:#0099ff;}
.normalText a:visited {text-decoration:none;  color:#0099ff;}
.normalText a:hover { text-decoration:underline; color:#0099ff;}
.footer_bg {background:url(../images/footer_bg.gif) repeat-x; font-size:12px;font-weight:normal;color:#c695d6;}
.footer_bg a:link {color:#333333; text-decoration:none;}
.footer_bg a:visited {color:#333333; text-decoration:none;}
.footer_bg a:hover {color:#333333; text-decoration:underline;}
.bigtext{font-size:14px; color:#7b137b; line-height:22px;}
#contentbox1 {
		width:420px;
		height:300px;
		scrollbar-3dlight-color:#FCF1FF;
	    scrollbar-arrow-color:#FCF1FF;
	    scrollbar-base-color:#FCF1FF; 
	    scrollbar-darkshadow-color:#FCF1FF;
	    scrollbar-face-color:#B87FC3;
	    scrollbar-highlight-color:#FFFFFF;
	    scrollbar-shadow-color:#FCF1FF;
		overflow:auto;
		}
#contentbox2 {
		width:680px;
		height:300px;
		scrollbar-3dlight-color:#FCF1FF;
	    scrollbar-arrow-color:#FCF1FF;
	    scrollbar-base-color:#FCF1FF; 
	    scrollbar-darkshadow-color:#FCF1FF;
	    scrollbar-face-color:#B87FC3;
	    scrollbar-highlight-color:#FFFFFF;
	    scrollbar-shadow-color:#FCF1FF;
		overflow:auto;
		}
.textfield{width:200px; height:16px; border:solid 1px #EBA0E9;}
.textarea{width:200px; height:40px; border:solid 1px #EBA0E9;}
.redstar {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.redstar1 {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}