BODY {
	font-size: 12px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/canvasS.jpg);
}


TD,TR,div,p{
	font-size: 12px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}

.center{
	text-align : center;
}

.bold{
	font-weight: bold;
}

.tableBorder {
  	border-right: 1px solid #8D5563;
	border-left: 1px solid #8D5563;
	border-top: 1px solid #8D5563;
	border-bottom: 1px solid #8D5563;
}
td.splashLine{
	background-image: url(../images/splashBgLine.jpg);
}

.footer{
	font-size: 10px;
	color: #E6D8F3;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top : 5px;
   	margin-bottom : 5px;
   	margin-right : 5px;
   	margin-left : 5px;
}
a.footer:link {text-decoration: none; color: #FAF9E4;}	
a.footer:visited {text-decoration: none; color: #FAF9E4;}
a.footer:hover {text-decoration: underline; color: #FAF9E4;}
a.footer:active {text-decoration: none; color: #FAF9E4;}

hr{
	color: #82425F;
	width: 95%;
	height: 1px;
}	
.copyRight{
	font-size: 10px;
	color: #9C80B7;
	font-family: arial, helvetica, sans-serif;
   	margin-bottom : 5px;
}

Div.margin {
	margin-top : 5px;
   	margin-bottom : 5px;
	margin-right : 5px;
}
/*---------------Links for Menu Class -------*/

.menu{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #82425F;

}

a.menu:link {
	color: #82425F;
	text-decoration: underline;

}

a.menu:visited {
	color:#82425F;
	text-decoration: underline;

}

a.menu:hover {
	color:#82425F;
	text-decoration: none;

}

a.menu:active {
	color:#82425F;
	text-decoration: underline;

}

/*---------------Links for SUBMENU Class -------*/


.subMenu{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #444D25;
   	margin-right : 10px;
}

a.subMenu:link {
	text-decoration: none;
	color: #444D25;
}

a.subMenu:visited {
	text-decoration: none;
	color: #444D25;
}

a.subMenu:hover {
	text-decoration: underline;
	color: #82425F;
}

a.subMenu:active {
	text-decoration: none;
	color: #444D25;
}

a:Link {
	font-family: arial, helvetica, sans-serif;
	color: #444D25;
	text-decoration: underline;

}

a:visited {
	color:#444D25;
	text-decoration: underline;

}

a:hover {
	color:#82425F;
	text-decoration: none;

}

a:active {
	color:#444D25;
	text-decoration: underline;

}

UL.ImageArrow {
	list-style-image: url(../images/bulletArrow.gif);
}


UL {
   	font-family : arial, helvetica, sans-serif; 
	font-size: 12px;
   	margin-top : 5px;
   	margin-bottom : 10px; 
   	list-style : square; 
   	page-break-before : avoid; 
}
UL UL{
   	font-family : arial, helvetica, sans-serif;
	font-size: 12px;
   	margin-top : 5px;
   	margin-bottom : 10px; 
   	list-style : circle; 
   	page-break-before : avoid; 
}
OL
	{
   	font-family : arial, helvetica, sans-serif; 
	font-size: 12px;
   	margin-top : 5px;
   	margin-bottom : 10px; 
   	page-break-before : avoid; 
}
H1{
	color: #984B5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
		
}
H2{
	color: #984B5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
		
}

H3{
	color: #984B5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
}
.wBorderYellowDashed {
	background-color: #F9F8EA;
	float: right;
	width: 240px;
	color: #281B72;
	border: 1px dashed #82425F;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top : 5px;
   	margin-bottom : 5px;
   	margin-right : 5px;
   	margin-left : 5px;
	text-align : center;


}
.title{
	color: #82425F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* -------------- Form Styles -------------- */

.TextBox
{
    BORDER-RIGHT: #441B58 1px solid;
    BORDER-TOP: #441B58 1px solid;
    BORDER-LEFT: #441B58 1px solid;
    BORDER-BOTTOM: #441B58 1px solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma;
    COLOR: black;
    BACKGROUND-COLOR: white
}
  .select
{
    BORDER-RIGHT: #984B5A 1px solid;
    BORDER-TOP: #984B5A 1px solid;
    BORDER-LEFT: #984B5A 1px solid;
    BORDER-BOTTOM: #984B5A 1px solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma;
    COLOR: black;
    BACKGROUND-COLOR: white
} 
.formButton {
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma;
    COLOR: white;
    BACKGROUND-COLOR: #984B5A;
	HEIGHT: 19;
	MARGIN-BOTTOM: 1;
	border-width:1;
}


