.ContainerHead   {
   color: #ffffff;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	line-height:130%;
	padding: 0px 0px 0px 0px;
		
}
.ContainerHeadBlue   {
   color: #3399cc;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	line-height:130%;
	padding: 0px 0px 0px 0px;
		
}
.BodyClass
{
	font-family: "verdana";
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/bg.png);
	line-height:130%;
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	
	
}

.grey_top_left {
	background-color: #E0E0E0;
	background-image: url(images/topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.grey_top_right {
	background-color: #E0E0E0;
	background-image: url(images/topright.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.grey_bot_left {
	background-color: #E0E0E0;
	background-image: url(images/bottomleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.grey_bot_right {
	background-color: #E0E0E0;
	background-image: url(images/bottomright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.grey_container {

}

