body,td,th {
	font-family: Tahoma;
	font-size: 12px;
}
body {
	background-color: rgb(240,240,240);
}
a {
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.Main{
	border-right: 1px solid rgb(153,153,153);
	border-left: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
	border-top: 1px solid rgb(153,153,153);
	background-color:#FFFFFF;
}
.MainBody{
	background-image: url('Images/body.gif');
	background-repeat:repeat-y;
}
.LeftSection{
	border-right: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
	background-color:#F0F0F0;
}
.BottomLeftSection{
	background-color:#F0F0F0;
	width:190px;
}
.BottomRight{
	text-align:right;
	background-image: url('Images/body.gif');
	background-repeat:repeat-y;
}
img	{
	border: 0px;
}
.MainBanner{
	background-color:#8CAAE6;
}
.MenuBanner{
	background-color:#003399;
}
.EmailContactForm{
	width:100%;
	vertical-align:text-top;
}
.RequiredField{
	color:#FF0000;
}
.googleAds{
	width:120px;
}
.msg {
	padding:16px;
	border:2px solid #ccc;
	background:#f0f0f0;
	width:95%;
	font-weight:700;
	font-size:18px;
}