body 
{
	color: white;
	background-color: white;
	background-image: url("../img/background.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.bottomBar 
{
	background-image: url("../img/bottomBar.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

.menuSpacer
{
	background-image: url("../img/menuSpacer.gif");
	margin: 0px;
	padding: 0px;
	width: 118px;
	height: 1px;
}

.menuBG 
{
	background-color:#FFFFFF;
	background-image: url("../img/menuBG.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.mBGmain 
{
	background-color:#FFFFFF;
	background-image: url("../img/45.jpg");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.contentBGbg
{
	background-color:#FFFFFF;
	background-image: url("../img/contentbg.jpg");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.contentBGmain
{
	background-color:#FFFFFF;
	background-image: url("../img/contentBGmain.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


.menuPoint_active
{
	background-image: url("../img/menuPointBG.gif");
	padding-left: 5px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
} 

a.menuPoint
{
	padding-left: 5px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
a.menuPoint:hover
{
	padding-left: 5px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #0064B3;
}