/*body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000;
background: #FFF;
text-align: left;
}

table {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
text-align: left;
color: #000;
}

*/#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
margin:0px;
}

#menu a
{
display: block;
padding: 2px;
width: 116px;
background-color: #956A24;
border: 1px solid #FFF;
}

#menu a:link, #menuitems a:visited
{
color: #FFFFFF;
text-decoration: none;
font-weight:bold;
}

#menu a:hover
{
background-color: #990000;
color: #FFFFFF;
font-weight:bold;
}

/*A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}
*/
A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}
A.dark:hover {
	color: #99CCFF;
	text-decoration: none;
}

/*td {
	font-size: 11px;
	font-family : Georgia;
	color : #000;
}
P {
	font-size: 11px;
	font-family : Georgia;
color : #000;
}
*/
td.dark {
	font-size: 11px;
	font-family : Georgia;
	color : #FFFFFF;
}
P.dark {
	font-size: 11px;
	font-family : Georgia;
}
td.smaller {
	font-size: 11px;
	font-family : Georgia;
	color : #000000;
}
P.smaller {
	font-size: 11px;
	font-family : Georgia;
	color : #000000;
}
HR {
	color: #A2BDEC;
	height: 1px;
}

