﻿/* define main body */
body
{
margin:0px;
padding:0px;
vertical-align:top;
}
.GrayHeading
	{
	font-family:Verdana;
	font-size:11pt;	
	font-weight:bold;
	color:#1d4f84;
	text-decoration:none;		
	}

.footText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #363c45;
}

.footText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
.WhiteHeading
	 {
		font-family:Verdana;
		font-size:12pt;
		font-weight:bold;
		text-decoration:none;
		color:Maroon;
	 }
	 .MainLink
{
	font-family:Verdana;
	font-size:11pt;		
	font-weight:bold;
	text-decoration:none;
	color:Navy;
}
.HeaderTextClass
{
	font-family:Verdana;
	font-size:8pt;
	color:#4E4E4E;
	text-decoration:none;
}

.TextClass
{
	font-family:Verdana;
	font-size:9pt;
	color:#4E4E4E;
	text-decoration:none;
}
.Spacer2pt
{
	font-size:2pt;	
}

.TextClassBold
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	color:#4E4E4E;	
	text-decoration:none;
}

.MainNews
{
	font-family:Verdana;
	font-size:8pt;	
	font-weight:bold;
	text-decoration:none;
	color:Navy;
}
.headerBg
{
	background-image:url(images/header-main-bg.jpg);
	background-repeat:repeat-x;
	height:70px;	
}
.FooterBgSep
{
	background-image:url(images/blue_tab.jpg);
	background-repeat:repeat-x;
	height:4px;
	font-size:2pt;
}
.border 
{
	border-left:solid 1px #A9C0E2;
	border-right:solid 1px #A9C0E2;
	border-bottom:solid 1px #A9C0E2;
	background-color:White;
}
	 
	 .RightSideBg
	 {
		background-image:url(images/right_shade.jpg);
		background-repeat:repeat-y;
		background-position:right;
		text-align:right;
		width:4px;
		font-size:4px;
	 }
	 .LeftSideBg
	 {
		background-image:url(images/left_shade.jpg);
		background-repeat:repeat-y;
		width:4px;
		font-size:4px;
	 }
	 .MainBg
	 {
		background-image:url(images/main-bg.jpg);
		background-repeat:repeat;		
		
	 }
	 .Footer
	 {
		background-image:url(images/footer.jpg);
		background-repeat:repeat-x;
		width:4px;
		font-size:4px;
	 }
	 .border_bottom
	 {
		border-bottom:1px solid #c1c1c1;
	 }