/*------------------------- Fonts ---------------------------*/
@font-face {
	font-family: 'quattrocento_sansregular';
	src: url('../fonts/quattrocentosans-regular-webfont.eot');
	src: url('../fonts/quattrocentosans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/quattrocentosans-regular-webfont.woff') format('woff'),  url('../fonts/quattrocentosans-regular-webfont.ttf') format('truetype'),  url('../fonts/quattrocentosans-regular-webfont.svg#quattrocento_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rokkittbold';
	src: url('../fonts/rokkitt-bold-webfont.eot');
	src: url('../fonts/rokkitt-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/rokkitt-bold-webfont.woff') format('woff'),  url('../fonts/rokkitt-bold-webfont.ttf') format('truetype'),  url('../fonts/rokkitt-bold-webfont.svg#rokkittbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rokkittregular';
	src: url('../fonts/rokkitt-regular-webfont.eot');
	src: url('../fonts/rokkitt-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/rokkitt-regular-webfont.woff') format('woff'),  url('../fonts/rokkitt-regular-webfont.ttf') format('truetype'),  url('../fonts/rokkitt-regular-webfont.svg#rokkittregular') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*------------------------- Header -------------------------*/

.header_nav{
	font-family:rokkittbold;
	 font-size: 14px; 
	 line-height: 24px; 
	 color:#FFFFFF;
	  text-align:right; 
	  margin: 4px 15px;
}
.header_nav  ul  {
	list-style:none;
	margin:0;
	padding:0;
}
.header_nav li{
	float:left;
	padding:0px;
		}
.header_nav li a {
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.025em;
	margin:0;
	padding:0px 18px 0px 0px;
	text-decoration:none;
	
}
.header_nav li a:hover  {
	text-decoration:none;
	color:#060!important;
}

/*------------------------- Body ---------------------------*/
body {
	margin: 0px;
	font-family:Mangal;
	background-color:#f1fbdb;
	/*background-image:url(../Use_images/loginpage_bg.jpg);
background-repeat:no-repeat;*/
/*background-attachment:fixed;*/
}


img, div, td { behavior: url(iepngfix.htc) }


.text
{font-family:Mangal; font-size: 14px; line-height: 25px; color:#333; text-align:justify; margin:10px;}
.Label
{font-family:Mangal; font-size: 12px; line-height: 25px; color:#344c03; font-weight:bold; text-align:justify; margin:7px;}
.text_menu
{font-family:Mangal; font-size: 14px; line-height: 25px; color:#675504; text-align:justify; margin:10px 7px; font-weight:bold;}
.menu_over{
font-family:Mangal; font-size: 14px; line-height: 25px; color:#900; text-align:justify; margin:10px; font-weight:bold;}	

.top_menu
{font-family:Mangal; font-size: 14px; line-height: 24px; color:#FFFFFF; text-align:right; margin: 4px 15px;}

.btn_text
{font-family:Arial, Helvetica, sans-serif; font-size: 16px;  color:#cca301; text-align:center; margin: 10px;}


.sub_text
{font-family:Tahoma, Geneva, sans-serif, sans-serif; font-size:30px; color:#666; text-align:center; margin:4px;}
.sub_text2
{font-family:Tahoma, Geneva, sans-serif, sans-serif; font-size:18px; color:#660; text-align:right; margin:5px 60px;}

.footer_txt1
{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFFFF; font-weight:bold; letter-spacing:-0.4px; text-align:center; margin: 10px 0px;}

.a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:#960;
	text-decoration:none;
	text-align:center; margin: 10px;
}

/*------------------link------------------*/

a:link,a:visited {
	color:#675504;
	text-decoration:none;
	
}
a:hover {
	text-decoration:none;
	color:#900;
}

a:link.h, a:visited.h {
	color:#900;
	text-decoration:none;
	
}
a:hover.h {
	text-decoration: none;
	
	
}


/*------------------bg------------------*/

.top_bg{background:url(../Use_images/top_bg.jpg) no-repeat center top;}
.title_bg{background:url(../Use_images/footer_bg.png) no-repeat center top;}

.menu_bg{background:url(../use_images/nav_bg.jpg) no-repeat center top;}
.content_bg{background:url(../Use_images/introductioncontent_bg.png) no-repeat;}
.footer_bg{background:url(../Use_images/footer_bg.png) no-repeat center top;}

.login_bg{background:url(../Use_images/loginbg.png) no-repeat center top;}

/*.curve_box1{
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
border:2px #cde855 solid;
background:#d0dec0;
behavior: url(border-radius.htc);
}*/


.box_border {
border:3px;
border-style:solid;
border-color:#6b7f00;
}

