/* CSS Document */

body{ background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#994118;
	padding:0;
	margin:0;
	}

.content-txt{ font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#191919;}

.green-txt{color:#467624;
font-family:Verdana;
font-size:12px;
font-weight:bold;}

.black-txt-bold{font-family:Verdana;
font-size:10px;
font-weight:bold;
color:#252525;}

.HeaderText{ font-family:"Arial MT";
font-size:19px;
font-weight:bold;
color:#56220a;}

.login{ font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#f6c5ae;}

.login a:link, .login a:visited { font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#f6c5ae;
text-decoration:none;}

.login a:hover { font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#f6c5ae;
text-decoration:underline;}

.footer{ font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#f6c5ae;}

.footer a:link, .footer a:visited { font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#f6c5ae;
text-decoration:none;}

.footer a:hover { font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#f6c5ae;
text-decoration:underline;}

.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: white;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	/*border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;*/
	background-color:#477725;
	height:45px;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: white;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #813613;
	height:45px;
	background-image: url(images/menu_hover.jpg);
	background-repeat:repeat-x;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

div.normal td a  {color:#477725; font-weight: bold; font-family:tahoma, sans-serif;}

div.normal td A:hover
{
	text-decoration: underline;
	color: red;}

div.normal td A:visited
{color:#477725; font-weight: bold; font-family:tahoma, sans-serif;}



