body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
/*	margin-left:10px;
	margin-right: 10px;*/
	margin-top:0px; 
	border: 0px solid white;
	}
	
p {
	line-height: 130%;
	font-size: 12px;
}

 


a.theMenu:link , a.theMenu:visited  {
	color: WHITE;
	font-size: 14px;
	font-family: "Tw Cen MT", Arial;
	text-decoration: none;
	font-weight: bold;
}
 
a.theMenu:Hover  {
	color: #CC3333;
	text-decoration: underline;
	font-family: "Tw Cen MT", Arial;

}

 
a.theMenu:active {
	color: red;
	text-decoration: bold;
}


a.theMenuThisPage {
	color: #990000;
	font-size: 14px;
	font-family: "Tw Cen MT", Arial;
	text-decoration: none;
	font-weight: bold;
}

 
a.myLink:link, a.myLink:visited  {
	color: #990000;
	text-decoration: none;
}
 
a.myLink:Hover  {
	color: red;
	font-weight: normal;
	text-decoration: underline;
}
 
a.myLink:active {
	color: red;
	text-decoration: bold;
}

 

.mmeRed {
	font-weight: bolder;
	color: #CC0000;
}

.tbChoose {
	border-collapse: separate;
	border-spacing: 8px 0px;
	background-color: #F5E9E9;
	padding:1px;
	margin: 0px;
	width: 90%;
	border: none;
}


.tbBrown {
	background-color: #E7E7C2;
	margin: 5px;
	padding: 5px;
	width: 95%;
	border: none;
}
.tbMENUActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
	background-color: #FFFFFF;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;


}
.tdMenuSpacer {
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	background-image: url(gradientRed.jpg);
	background-repeat: repeat-x;


}
.tdMenuInactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(gradientRed.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #0000CC;
	border-left: thin none #FFFFFF;

}
