p, ul, ol, li
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	color:#006666;
	font-family:Arial, Helvetica, sans-serif;
}

.Menu
{
	background-color:#006666;
	color:#FFFFFF;
	text-decoration:none;
}
.Menu:hover
{
	background-color:#008888;
	color:#FFFFFF;
	text-decoration:none;
}

.MenuLink
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.BodyTable
{
	padding:0px;
	border:0px;
	border-bottom-style:solid;
	border-bottom-color:#006666;
	border-bottom-width:2px;
	border-top-style:solid;
	border-top-color:#006666;
	border-top-width:2px;
	border-left-style:solid;
	border-left-color:#006666;
	border-left-width:2px;
	border-right-style:solid;
	border-right-color:#006666;
	border-right-width:2px;
}
