body {
	margin: 0px 0px 0px 0px;
	background: url(/images/bg_green_soft.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D3D3D;
}

H1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #4b9e6a;
margin: 0 0 10px 20px;
}

H2 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #4b9e6a;
 margin-bottom: 5px;
}

P {
	margin-top:5px;
	margin-bottom:15px;
}

.BodyCopy {
	padding: 10px 10px 10px 10px;
}

td {
	font-size: 12px;
}

a {
color: #5354FF;
text-decoration: none;
}
a:HOVER {
text-decoration: underline;
}


.ContentArea {
	background: url(/images/bg_pink_gradiant.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}

.FormLabel{
	font-weight: bold;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
	vertical-align: top;
	color: #585858;
	font-size: 13px;
}
.FormField{
	font-size:13px;
	text-align:left;
}
.formSubNote {
	color:#666666;
	site: 8pt;
	margin: 0;
}
.but-small {
	font-size: 6pt;
}
.PageHeading{
	font-weight:bold;
	font-size:14px;
}

.show {DISPLAY:block;
visibility:visible;}
.hide{DISPLAY:none;}



/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(/_images/jq-tools/tooltip/black_arrow_big.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}

/*** FROM STYLING ***/
span.error {color:#F00; margin-left:5px; font-weight:bold;}


