@charset "utf-8";
/* CSS Document */
a{
	outline:none;
}
body{
	margin:0px;
}
 /*img, div, input { behavior: url("iepngfix.htc") }*/
 img, div, input {  }
.menu{
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	color:#fefefe;
	text-decoration:none;
}
.menu:hover{
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	color:#fdae0f;
	text-decoration:none;
}
.menu:hover#active{
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	color:#fdae0f;
	text-decoration:none;
}
.menu_divider{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fefefe;
	text-decoration:none;
}
.menu_side{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fdae0f;
	text-decoration:none;
}
/*.menu_side{
	background:url(../images/menu_side_arrow.gif) no-repeat left center;
	display:block;
	padding:0px 0px 0px 8px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fdae0f;
	text-decoration:none;
}*/
.title{
	font-family:"Trebuchet MS";
	font-size:17px;
	font-weight:normal;
	color:#010101;
}
.sub_title{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#c30b33;
	text-decoration:underline;
}
.sub_title1{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#c30b33;
	/*text-decoration:underline;*/
}
.text{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:justify;
}
.text2{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-align:justify;
}
.learn_more{
	background:url(../images/lern_t.png) no-repeat left center;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#e20123;
/*	color:#940000;*/
	text-decoration:none;
	display:block;
	float:right;
	padding-left:12px;
	width:50px;
	
	
}
	
