TD.Menu {
	width: 160px;
	height: 525px;
	text-align : left;
	padding-left : 5px;
	padding-top : 5px;
	border : 0px none;
	vertical-align : top;
	}

TD.Content {
	text-align : left;
	border : 0px none;
	text-indent : 10px;
	vertical-align : top;
	background-color : transparent;
}
TD.MenuSpacer {
	background-color : transparent;
	border : none;
	width : 10px;
}

TD.MenuItem {
	border : none;
	width : 150px;
	background : url(images/buttons/metal1.gif);
}


TABLE.MainTable {
	border : 0px;
	padding : 0px 0px 0px 0px;
}

BODY {
	color: #ADD8E6;
	font-family: serif;
	font-style: normal;
	font-weight: bold;
	background-color: #3C3C55;
	background-repeat : repeat;
	background-attachment : fixed;
	font-size : larger;
	background-image : url(../images/backgrounds/mottled-gray2.gif);
}

A, A:LINK, A:VISITED {	
	color: #B0C4DE;
	text-decoration : underline;
}

A:ACTIVE, A:HOVER, A:FOCUS {
	color: #C2D1E5;
	text-decoration : underline;
}

HR.MenuRuler {
	color: #9C9C9C;
	width : 75%;
	background-color : transparent;
}

HR {
	color: #ADD8E6;
	width : 75%;
	background-color : transparent;
}

A.Menu, A.Menu:LINK, A.Menu:VISITED {
/* thses are common */
	font-variant: small-caps;
	font-weight: bold;
	width : 150px;
	padding-left : 12px;
	font-size : 16px;
	border-bottom-style : none;
	border-bottom-width : 5px;
	background-color : transparent;
	height : 27px;1
}

A.Menu:ACTIVE, A.Menu:HOVER, A.Menu:FOCUS {
/* thses are common */
	font-variant: small-caps;
	font-weight: bold;
	width : 150px;
	padding-left : 12	px;
	font-size : 16px;
	border-bottom-style : none;
	border-bottom-width : 5px;
	background-color : transparent;
	height : 27px;
}
