/* CSS Document */
body
{
	margin:0px;
}
.header_line
{
	background-color:#FEA501;
}
.menu_bg
{
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
}
.menu_title
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FE2E2C;
}
.table_border
{
	border:1px solid #FE0000;
}

.table_bg
{
	background-image:url(images/table_bg.jpg);
	background-repeat:repeat-x;
}
.red_font
{
	font-family:Verdana;
	font-size:11px;
	color:#D2060F;
	font-weight:bold;
}

.footer_bg
{
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-y;
}

.footer_font
{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.link_footer:link, a.link_footer:visited, a.link_footer:active {
font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.link_footer:hover{
font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;

}
.menutext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:red;
	text-decoration:none;
	margin:5px 0 5px 0;
}