body	{ 
	background-color: #fff; 
	margin: 0px; 
	border: 0px;
	}

.mainHolder	 { 
	background-color: #fff; 
	margin: 0px; 
	border: solid 1px #f360ae;
	}


td { 
	color:#808080;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

.copy { 
	background-color: #fff; 
	margin: 22px; 
	color:#808080;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
.bgtest { 
	background-image: url(lib/bgA.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
a, a:link, a:visited, a:hover, a:active { 
	color: #63005D; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, sans-serif;
	text-decoration: none;
	}

a:hover  { 
	text-decoration: underline;
	}

.nav a, .nav a:link, .nav a:visited, .nav a:hover, .nav a:active{
	
	}

.nav a:hover img{
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	opacity: 0.25;
	}
	
	
.nav2 a, .nav2 a:link, .nav2 a:visited, .nav2 a:hover, .nav2 a:active{
	
	}

.nav2 a:hover img{
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	opacity: 0.65;
	}
	
hr {
	color: #EFE5F1;
	background-color: #EFE5F1;
	height: 2px;
	}
	
b, strong {
	color:#63005D;
	}
	

.pageimage  { 
	float: right;
	margin: 22px;
	}
	
	
.imgBrd  { 
	border: solid 1px #eed0e7;
	}
	
.FormTextFail
	{ 
	color: red;
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif 
	}
	
.textField 	      
	{ 
	color: #000; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	border: solid 1px #eed0e7; 
	width:200px;
	}
	
.formTextInputFail 	  
	{ 
	color: #000; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	border: solid 1px #497EB2; 
	width:200px;
	background-color: #C8C9DC;
	}

.formText
	{ 
	color: #63005D;	
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}
	
#warningText { 
	color: red; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin-top: 8px; 
	display: none;
	}
textarea{
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size:12px;
    }

