body
{
    border-color: #FFFFFF;
    background: #4ba5da;
    color: #282828;
    font-size: 8pt;
    font-family: 'Century Gothic' , Tahoma, 'Trebuchet MS' , Verdana;
    padding-top: 0px;
    margin: 0;
	padding: 0;
}
bodymenu
{
	background: #4ba5da;
	color: #282828;	
	font-size: 16pt;
	font-family: 'Century Gothic' , Tahoma, 'Trebuchet MS' , Verdana;
	
}
.bodyIndex
{
	background: #4ba5da;
	color: #282828;	
	font-size: 8pt;
	font-family: 'Century Gothic' , Tahoma, 'Trebuchet MS' , Verdana;
	padding-top: 100px;
}
.optiontable
{
	font-size: 10pt;
	font-family: 'Century Gothic' , Tahoma, 'Trebuchet MS' , Tahoma;
}
.menuitem
{
	display: block;
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}
.menuhover
{
	display: block;
	cursor: hand;
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #99cc66;
	border-bottom-style: none;
}
.menuselected
{
	display: block;
	cursor: hand;
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #99cc66;
	border-bottom-style: none;
}
.bodytable
{
    padding: 0px;
    margin: 0px;
    border: 5px solid #ffffff;
    color: #CBE5E6;
    width: 800px;
    background-color: #CBE5E6;
    border-spacing: 0px;
    border-collapse: collapse;
}
.style1 /*Use for Index.aspx*/
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif 
}
.style2 /*Use for Index.aspx*/
{	
	COLOR: #9933CC 
}
.style3 /*Use for Index.aspx*/
{	
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif 
}