/* Left menu style sheet */

HTML {
	border: 0px;
}

BODY {
	background-repeat: repeat-x;
	background-attachment: fixed;
	border: 0px;
}

BODY, TD {
	font-size: 12pt;
	font-weight: bold;
}

IMG {
	border-left: 0px;
}

TABLE {
	border-top: 2px solid #003300;
	border-left: 2px solid #003300;
	border-right: 2px solid #003300;
	border-bottom: 1px solid #003300;
}

TD {
	border-bottom: 1px solid #003300;
	background: #225522 url(../backgrounds/MenuButtonBG.jpg);
	background-repeat: repeat-x;
	height: 25px;
}

P {
	font-size: 12pt;
	font-weight: bold;
}


A	{
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin: 0px;
}

A:active {
	color: white;
}


