/* body and other backgrounds begin */
body{
 /*background-color: #FFFFFF;*/
 background : url(../images/bgr_site.gif);
 /*background-repeat : repeat-x;*/
}

.bgr_email{
 background : url(../images/h_email_bgr.gif);
 background-repeat : repeat-x;
}
.bgr_menu_bottom{
 background : url(../images/m_bottom_bgr.gif);
 background-repeat : repeat-y;
}
.bgr_news{
 background : url(../images/news_bgr.gif);
 background-repeat : no-repeat;
}
.bgr_content_left{
 background : url(../images/c_left_bgr.gif);
 background-repeat : repeat-y;
}
.bgr_content_top{
 background : url(../images/c_h_bgr.gif);
 background-repeat : repeat-x;
}
.bgr_content_right{
 background : url(../images/c_right_bgr.gif);
 background-repeat : repeat-y;
}
.bgr_content_bottom{
 background : url(../images/c_bottom_bgr.gif);
 background-repeat : repeat-x;
}
.bgr_footer{
 background : url(../images/footer_bgr.jpg);
 background-repeat : repeat-x;
 }
.bgr_footer_copyright{
 background : url(../images/f_bottom_bgr.gif);
 background-repeat : repeat-x;
 }
/* body and other backgrounds end */

/* menu styles begin */



.menu_link{
  background : url(../images/m_bgr.jpg);
	text-decoration : none;
	font-family : Verdana;
	font-size : 12px;
  font-weight : bold;
	color: #524e4e;
	padding-left : 32px;
	padding-top : 4px;
	padding-bottom : 4px;
	display: block;
}
a.menu_link:hover{
	text-decoration : none;
	color: #FFFFFF;
	padding-left : 32px;
	display: block;
}

.mainmenu_bottom{
  text-decoration : none;
	font-family : Verdana;
	font-size : 12px;
  font-weight : bold;
	color: #FFFFFF;
	padding-top : 28px;
	vertical-align: middle;
}
a.mainmenu_bottom:hover{
	text-decoration : none;
	color: #000000;
}
.line{
	text-decoration : none;
	font-family : Verdana;
	font-size : 12px;
  font-weight : normal;
	color: #FFFFFF;
	padding-top : 28px;
	vertical-align: middle;
	}

.links{
 	text-decoration : none;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #ff6800;
}

a.links:hover{
	text-decoration : none;
	color: #3b2e28;
	
	
}

/* menu styles end */


/* content styles begin */


.error{
	background-color: transparent;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ff0000;
}

.title{
	background-color: transparent;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #FFFFFF;
	padding-top : 7px;
	display: block;
}

.subtitle{
	background-color: transparent;
	text-decoration : none;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #a49bc1;
}
.bodytext{
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 17px;
	font-weight :  normal;
	color: #010101;
}
.news_title{
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight :  bold;
	color: #FFFFFF;
	padding-left : 32px;
	padding-top : 3px;
	padding-bottom : 4px;
	display: block;
}
.news{
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 8px;
	padding-right : 5px;
	padding-top : 16px;
	
	font-size : 11px;
	line-height: 17px;
	font-weight :  normal;
	color: #010101;
	display: block;
}
.email{
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight :  normal;
	color: #493f8b;
	
}
.copyright{
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-bottom : 17px;
	line-height: 25px;
	/*padding-top : 3px;*/
	font-size : 11px;
	font-weight :  normal;
	color: #7b7878;
	}
/* content styles end */


