/* CSS Document */
body	{
	background-color:#e7edf1;
	font-family:Verdana;
	color:#767C82;
	font-size:9px;
	line-height:12px;
	padding:0px;
	margin:0px;
}
a:link, a:visited, a:active	{
	color:#ab0b20;
	text-decoration:underline;
	}
a:hover	{
	color:#ab0b20;
	text-decoration:none;
}
h1	{
	font-size:16px;
	margin-left:10px;
	padding-top:0px;
	color:#000000;
}
/*SECTIONS names DIVs*/
/*template-overall*/
#main_container	{
	text-align:center;
	padding-bottom:150px;
	height:1000px;
	background-color:#e7edf1;
	width:100%;
	}
.center_container {
	width:748px; 
	border:0px solid #cccccc; 
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
	position:relative;
	}
#top_container	{
	margin-top:30px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	height:69px;
	border:1px solid #cccccc;
	border-bottom:3px solid #ab0b20;
	}
#mid_container,#mid_container2, #menu_container	{
	background-color:#ffffff;
	height:auto;
	border:1px solid #cccccc;
	border-top:0px;
	border-bottom:0px;
	}
#mid_container2	{
	border-bottom:1px solid #cccccc; 
	z-index:900;
	height:261px; 
	
}
#menu_container	{height:30px; z-index:1000; position:relative;}

#topmenu_container	{
	position:absolute;
	width:180px;
	height:15px;
	left:568px;
	top:29px;
}

#logo1	{
	position:absolute;
	top:19px;
	left:19px;
}
#bottom_container	{
	height:20px;
}
#answers_container	{
	background-color:#ab0b20; 
	padding:10px; 
	height:15px; 
	margin-left:20px; 
	margin-right:20px; 
	margin-top:20px; 
	color:#FFFFFF; 
}

/*STYLES*/
.descript_text {
	font-family: Verdana;
	font-size: 9px;
	color: #767C82;
	line-height: 12px;
}
.descript_title {
	font-family: Verdana;
	font-size: 9px;
	color: #767C82;
	font-weight: bold;
}
.login_box {
	height: 18px;
	width: auto;
}
.login_txt {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 12px;
	letter-spacing: normal;
}
.page_title {
	font-family: Verdana;
	font-size: 16px;
	color: #767c82;
	line-height: normal;
	font-weight: bold;
	margin:20px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:17px;
}
.page_text {
	font-family: Verdana;
	font-size: 11px;
	color: #b8bcc0;
	line-height: 14px;
	text-align: justify;
}
.pagetext_higlight {
	font-weight: bold;
	color: #ab0a2b;
}
.page_text_read {

	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	text-align: justify;
	width:710px;
	margin-left:20px;
}
.page_text_read_interval {


	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
}

.input_text, .input_pull, .input_textarea	{
	border:1px solid #cccccc; 
	color:#656565; 
	background-color:#ffffff;
	margin-right:2px; 

	}
.input_pull	{width:290px;}
.input_textarea	{width:300px;}
.input_button		{
	border:1px solid #cccccc; 
	color:#000000; 
	background-color:#cccccc; 
	font-size:10px;
	cursor:pointer;
	}


