body {
	margin:0;
	padding:0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#191919;
}
#maintable {
	border:1px solid #7F7F7F;
	border-top:none;
}
#menu_bg{
	height:56px; 
	width:762px; 
	background:url(../images/menu_bg.gif) repeat-x; 
	border:1px solid #AAABAC; text-align:left;
}
#menu {
	color:white;
	font-size:70%;
	font-weight:bold
}

#top_menu{
	font-size:11px;
	padding-right:10px;
	padding-top:3px;
	font-weight:bold;
}

#top_menu a{
	font-weight:normal;
	color:#2E2E2E;
	text-decoration:none;
	
}

#top_menu a:hover{
	text-decoration:underline;
}

#menu a {
	color:white;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}

#footer{
	font-size:70%;
}

.sidbar_head {
	height:30px;
	width:100%;
	background:url(../images/side_head_bg.gif) repeat-x;
	font-size:75%;
	color:#181818;
	font-weight:bold;
	text-align:left;
}


.content{
	font-size:70%;
	padding:5px;
}
/*__________  buttons  __________*/
.btn_red{
	width:295px; 
	height:28px; 
	line-height:28px; 
	font-weight:bold; 
	background:url(../images/red_btn.gif) no-repeat; 
	color:white; font-size:75%; 
	text-align:center; 
	margin-bottom:10px;
}

.btn_orange{
	width:256px; 
	height:29px; 
	line-height:29px; 
	font-weight:bold; 
	background:url(../images/orange_btn.gif) no-repeat; 
	color:white; font-size:75%; 
	text-align:center; 
	margin-bottom:10px;
}

.btn_blank{
	width:123px; 
	height:21px; 
	line-height:21px; 
	font-weight:bold; 
	background:url(../images/black_btn.gif) no-repeat; 
	color:white; 
	font-size:11px; 
	text-align:center; 
	margin-bottom:10px;
}

.btn_blank a{
	color:white;
	text-decoration:none;
}

/*__________  buttons  __________*/

/*__________  font colors  __________*/
.white{
	color:#fff;
}

.red{
	color:#9F191A;
}

.orange{
	color:#FF5C00;
}

a{
	color:#819CCD;
}
a:hover{
	text-decoration:none;
}
/*__________  /font colors  __________*/

/*__________  header  __________*/

.header{

	background-color:#EAE1DF;
	color:#181818;
	font-size:80%;
	padding:5px 4px;
	margin:0;

}

.header_dotted{
	border-bottom:1px dotted #2D2D2D;
	font-size:120%;
	margin:0 0 5px 0;
	padding:0 0 3px 5px;

}

.header_black{
	font-size:130%;
	margin:0 0 5px 0;
	padding:0 0 3px 5px;

}

/*__________  header  __________*/

/*__________  list style  __________*/
.ul_links{
	margin:0;
	padding:0;
	list-style:none;
}

.ul_links li{
	margin:0 0 5px 5px;
}

.list {
	list-style:none;
	list-style-image:url(../images/arrow.gif);
}
.list li{
	margin-bottom:5px;
}

.list a{
	color:#434343;
}

.err{

	width:100%;
	border: 1px solid #CC0000;
	background-color:#FFDDDD;
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;

}

.err li{
	padding:4px 8px;
}

.success_msge{
	border:1px solid #00FF00;
	background-color:#E4FFE4;
	text-align:left;
	padding:15px;
}

/*__________  list style  __________*/
