.bomnormal{
	font-family : Arial, Helvetica, sans-serif;
	color : Silver;
	font-style : normal;
}
.bomhead{
	font-family : "Courier New", Courier, monospace;
	color : White;
	font-style : normal;
	font-weight : bold;
	vertical-align : sub;
}
.bomhead2{
	font-family : Garamond, "Times New Roman";
	font-size : 12pt;
	color : White;
	font-style : normal;
	font-weight : bold;
	vertical-align : sub;
}
.cMenu {
	BORDER-BOTTOM: 2px groove Red;
	BORDER-LEFT: #990000 2px solid;
	BORDER-RIGHT: 2px solid #DD0000;
	BORDER-TOP: #990000 2px solid;
	COLOR: Silver;
	CURSOR: default;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: 20px;
	POSITION: absolute;
	VISIBILITY: hidden;
	WIDTH: 110px;
	background : Black;
}
.menuitems {
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 10px;
	padding-top : 10x;
	padding-bottom : 15x;
	text-align : center;
	vertical-align : middle;
}

BODY {
	scrollbar-3dlight-color: #990000;
	scrollbar-arrow-color: silver;
	scrollbar-base-color: #708090;
	scrollbar-face-color: #000000;
	scrollbar-darkshadow-color: #708090;
	scrollbar-highlight-color: #708090;
	scrollbar-shadow-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	margin : 0% 0%;
	background-image : url(../img/banner.jpg);
	background-repeat : no-repeat;
	BORDER-BOTTOM: 2px groove rgb(255,0,0);
	BORDER-LEFT: 2px groove rgb(255,0,0);
	BORDER-RIGHT: 2px groove rgb(255,0,0);
	BORDER-TOP: 2px groove rgb(255,0,0);
}
TD{
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
}


A {
	CURSOR: crosshair;
	color: Lime;
	text-decoration : none;
}

A:Hover {
	color: Red;
	text-decoration : none;
}


