body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #406AA8;
	color: #406AA8;
	
	scrollbar-face-color: #406AA8;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

div.mainBackgroundMiddle {
    width: 790px;
    background-image: url(../images/mainBackgroundMiddle.gif);
    background-repeat: repeat-y;
}

div.mainBackgroundTop {
	background-image: url(../images/mainBackgroundTop.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.mainBackgroundBottom {
	background-image: url(../images/mainBackgroundBottom.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
      padding: 15px 30px 625px 15px;
}

.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

.demoHeader {
	background-image: url(../images/demoHeader.gif);
	background-repeat: no-repeat;
}

.menuBackground {
	background-image: url(../images/sideBar.gif);
	background-repeat: no-repeat;

}

.menuDefault {
	background-color: #406AA8;
	background-position: center center;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;





}

.menuOn {
	background-color: #97B1D9;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;




}

.menuOn a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.menuOn a:link {
	text-decoration: none;
	color: #406AA8;
}

.menuInfo {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border: thin solid #406AA8;
	font-size: 14px;



}



.tableMenuDefault {
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
}

.buttonLeft {
	background-image: url(../images/buttonLeft.gif);
	background-repeat: no-repeat;
}

.buttonRight {
	background-image: url(../images/buttonRight.gif);
	background-repeat: no-repeat;
}

.buttonActive {
	background-image: url(../images/buttonActive.gif);
	background-repeat: no-repeat;
}

#tdMenuText a 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#tdMenuText a:hover
{
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
}

.contentGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #406AA8;
	font-style: italic;
	background-color: #DBDBDB;
	font-weight: bold;

}

.contentGrey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406AA8;
	font-style: italic;
	background-color: #DBDBDB;
}

.contentBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #406AA8;
}

.contentBenefitsAndAccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #406AA8;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.content a:hover {
	color: #406AA8;
	text-decoration: none;
}

.content a:link {
	text-decoration: underline;
	color: #406AA8;
}

.demotitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;

}

.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

.shadeForm	{
	background-image: url(../images/shadeForm.gif);
	text-align: left;
	WIDTH: 180PX;
	color: #406AA8;
	BORDER: #406AA8 1px solid
}

.dropdown {
	WIDTH: 180PX;
	color: #406AA8;
	background-image: url(../images/shadeForm.gif);
    BORDER: #406AA8 0px solid
}

.textarea	{
	background-image: url(../images/shadeForm.gif);
	text-align: left;
    color: #406AA8;
	BORDER: #406AA8 1px solid
}

.button {
    background-color:#406AA8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	cursor:hand;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 9px;
	BORDER: #FFFFFF 0px solid
}

.buttonon {
    background-color:#97B1D9;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	cursor:hand;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 9px;
	BORDER: #FFFFFF 0px solid
}

.thankyou {
	font-size: 24px;
	font-weight: bold;
}

.about {
	font-size: 24px;
	font-weight: bold;
}

.yourProjectTable {
	font-size: 16px;
	border: thick outset #406AA8;
	color: #FFFFFF;
	font-weight: bold;
}

.yourProjectTableTD {
	font-size: 16px;
	background-color: #406AA8;
	height: 30px;
	width: 190px;
}

a:active {
	text-decoration: underline;
	color: #0033FF;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #0033FF;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}

a:link {
	text-decoration: underline;
	color: #0000FF;
}