@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FCF1ED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-weight: normal;
	text-indent: 5px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	padding: 5px;
	border: 1px solid #FAF1F3;
	text-align: justify;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FBEAE1;
	display: table;
}
.right_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FCECD5;
	border-right-color: #FCECD5;
	border-bottom-color: #FCECD5;
	border-left-color: #FCECD5;
	padding: 5px;
	color: #993300;
}
.top_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	background-image: url(images/head/border1.png);
	background-position: bottom;
	padding: 3px;
}


.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.mantra {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #FF9900;
}
