/* CSS Document */

/* Body Paragraph Font */
.body_font {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	
}

/* Body Paragraph Font */
.news_font {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0000000;
	text-decoration:none;
	
}


/*  Heading Font */
.heading_font {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}

/*  Menu Font */
.menu_font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	}
	
	a.menu_font:link {color: #FFFFFF; text-decoration: none; }
	a.menu_font:active {color: #FFFFFF; text-decoration: none; }
	a.menu_font:visited {color: #FFFFFF; text-decoration: none; }
	a.menu_font:hover {color: #FFFFFF; text-decoration: none; }

/*  Menu Font */
.menu_button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	}
	
	a.menu_button:link {color: #9e0b0f; text-decoration: none; }
	a.menu_button:active {color: #9e0b0f; text-decoration: none; }
	a.menu_button:visited {color: #9e0b0f; text-decoration: none; }
	a.menu_button:hover {color: #9e0b0f; text-decoration: none; }
.menu_icon {
	border:0;
}
	a.menu_icon:link {color: #9e0b0f; text-decoration: none; }
	a.menu_icon:active {color: #9e0b0f; text-decoration: none; }
	a.menu_icon:visited {color: #9e0b0f; text-decoration: none; }
	a.menu_icon:hover {color: #9e0b0f; text-decoration: none; }


/*  Copyright Font */
.copyright_font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:lighter;
	text-decoration: none;
	text-align:center;
}

/* Content Table */
.table_content {
	border:none;
	width:75%;
	height:auto;
	table-layout:fixed;
	background-color:#CCCCCC;
	align:center;

}

.bg {
	background:url('images/backgroundbatry.gif') repeat-x;
	

}

.menu_bg {
	background:url('images/menu_bg2.gif') repeat-y;
	

}

.menu_bg_red {
	background-color:#9e0b0f; 
}


.submenu_bg {
	background:url('images/submenu_bg2.gif') repeat-x;
}

.subheader_bg {
	background:url('images/submenu_bg3.gif') repeat-x;
}

.body_bg {
	background:url('images/page_bg.gif') repeat-y;
}

.error {
	color: red;
	font-weight: bold;
}