@import url("styles.css");
@import url("links.css");

*{
	margin:0;
	padding:0;
	}

body{
	background:#690000;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4E4E4E;
	font-weight:normal;
	line-height:18px;
	}
p{
	text-align:justify;
	}

.dropdown_box{
	border:1px solid #B8B8B8;
	color:#747474;
	font-size:12px;
	width:200px;
	}
.search_box{
	border:1px solid #B8B8B8;
	color:#747474;
	font-size:12px;
	width:160px;
	height:18px;
	line-height:18px;
	}	
.bg_white{
	background:#fff;
	}	
.top_strip{
	background:url(../images/top_strip.jpg) no-repeat;
	}		
.pad_top{
	padding-top:10px;
	}	
.nav_gr{
	background:url(../images/nav_gr.jpg) repeat-x;
	color:fff;
	}
.strip{
	background:url(../images/strip.gif) repeat-x;
	}	
.gr_gray{
	background:url(../images/gr_gray.jpg) repeat-x;
	}		
.gray_border{
	border:1px solid #C9C9C9;
	}	
.td_color{
	border:1px solid #EAEAEA;
	background:#F3F3F3;
	padding:10px;
	}
.panel_links_bg{
	background:#F3F3F3;
	height:24px;
	line-height:24px;
	}
.td_white_bg{
	background:#8B0303;
	border:1px solid #fff;
	height:24px;
	line-height:24px;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	}
.td_gray_bg{
	background:#CECECE;
	border:1px solid #fff;
	padding:10px;
	}
		
.txt_area{
	background:#fff;
	border:1px solid #D0D0D0;
	width:473px;
	color:#4E4E4E;
	padding-left:10px;
	}
.txt_box{
	border:1px solid #B8B8B8;
	color:#747474;
	font-size:12px;
	height:20px;
	line-height:20px;
	width:150px;
	}	
.txt_box2{
	border:1px solid #B8B8B8;
	color:#747474;
	font-size:12px;
	height:20px;
	line-height:20px;
	width:170px;
	}		
				
.footer_bg{
	background:#DBDBDB;
	height:32px;
	padding-left:10px;
	padding-right:10px;
	}
	
