BODY { font-family: Arial, Verdana; font-size: 11pt; background: #fff7f7; }
h1{font-family:times new roman,courier; color:lightsteelblue;}
h3{font-family:times new roman,courier; color:#5f9ea0; text-align:center;}
.SideMenuLink {BACKGROUND-COLOR: #dcdce0; COLOR: #2c237e; FONT-FAMILY: verdana,helvetica,arial; FONT-SIZE: 7.8pt; FONT-WEIGHT: 300; TEXT-DECORATION: none}
	#oribgcolor{background-color: #fff7f7;}
.SideMenuText {BACKGROUND-COLOR: #dcdce0; COLOR: #2c237e; FONT-FAMILY: verdana,helvetica,arial; FONT-SIZE: 7.8pt; FONT-WEIGHT: 300; TEXT-DECORATION: none; TEXT-TRANSFORM: uppercase;}
.boldtext {COLOR:#0000dd; FONT-FAMILY: arial,verdana,helvetica;font-weight:600 ; TEXT-TRANSFORM: uppercase;}
.goodshow {color:gray; text-transform:uppercase; border-width:12pt; border-color:slategray; border-style:inset;}
.big {color:black; font-family:times new roman; font-size:28; font-weight:bold;}
.hlb {color:lightsteelblue;}
.otext{<font-family:arial, helvetica, veranda; color:black; font-size:11pt;}
A:link    {COLOR:#2c237e; FONT-WEIGHT: 300; TEXT-DECORATION: none;}
A:visited {color:#98b0ff; text-decoration:underline;}
A:hover   {color:#FF0000; text-decoration:underline;}
.glowT{position:relative;width:190;height:10;filter:glow(Color=lightsteelblue,Strength=5)}

/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
\\	width: 170px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color:  black;
	font: bold 10px Arial;
	text-decoration: none;
	TEXT-TRANSFORM: uppercase;
	background-color: #ffe;
	display: block;
	padding: 2px;
	border-left	: 10px solid #ffe;
}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 10px solid blue;
	background-color: ghostwhite;
	color: red;
}

.navon {background : mintcream; cursor:hand}
.navoff {background: lavender}
.navoff2 {background: mintcream}
.navoff3 {background: white}
