/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background: #EAEAEA;
}
.banner{
	background: url(../images/banner.jpg) no-repeat;
	height: 178px;
}
.menu{
	background: url(../images/menu_bg.jpg) no-repeat;
	height: 61px;
}
.menu a{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover{
	color: #FF2D2E;
	text-decoration: none;
}
.selected{
	color: #FF2D2E;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.heading_start{
	font-size: 30px;
	font-family: "Fiolex Girls";
	color: #5c8ef2;
	font-weight: bold;
}
.heading{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ce0203;
}
.content{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	padding: 6px 10px;
}
.right_new{
	font-size: 17px;
	font-family: Monotype Corsiva, Georgia, "Times New Roman", Times, serif;
	color: #696969;
	padding: 4px 5px;
	font-weight: bold;
}
.right_heading{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 4px 10px;
	font-weight: bold;
}
.login_box_content{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 0 5px;
}
.login_box{
	width: 93px;
	height: 18px;
	border: none;
}
.txt_box{
	width: 134px;
	height: 60px;
	border: none;
}
.submit_button{
	background: url(../images/submit_button.jpg) no-repeat;
	width: 191px;
	height: 46px;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	padding-bottom: 8px;
	border: none;
}
.footer{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
.footer a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
.form_box{
	background:url(../images/L_box_bg.jpg) no-repeat;
	height:476px;
	width:236px;
	background-position:center top;
}