/* CSS Document */

body{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background: black url(images/background.jpg) no-repeat fixed;
	
	margin: 0px;
}

td{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;

}



.Menulink{
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;


}
.FirstMenucell {
	border-top-width: 1px;	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.Menucell {
	border-top-width: 1px;	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.BannerText {
	font-family: "Arial Black";
	font-size: 28px;
	color: #FFFFFF;
opacity: 1;moz-opacity:1;filter:alpha(opacity=100);
}
.PageTitle {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #fe9833;
opacity: 1;moz-opacity:1;filter:alpha(opacity=100);
}
.RightPanelPicturePanel {
	background-color: #666666;
	height: 109px;
	width: 109px;
	border: 1px solid black;
}
p {
	margin: 6px;
	padding-left: 20px;
}

.SectionTitle {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffcc00;
padding-left: 2px
}

.SectionSubTitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
padding-left: 2px
}
.RustyMenuItem {
	background-image: url(images/rustfade.jpg);
	border: 1px solid #999999;
}
.NormalSubMenu {
	background-color: #000000;
	border: 1px solid #999999;
}
A {color:#99ffcc}