body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838391;
	line-height: 16px;
}
body {
	background-color: #fefefe;
	background-image: url(/images/background-gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}
a:link {
	color: #322f78;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #322f78;
}
a:hover {
	text-decoration: underline;
	color: #965d81;
}
a:active {
	text-decoration: none;
	color: #965d81;
}.boxpadding20pxtop {
	padding-top: 20px;
}
.maintitle {
	font-size: 14px;
	color: #838391;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #5c5969;
}




/* Additional Styles for Join us*/
body 
{
	font:arial;
	font-family:Arial;
	font-size:small;
	
}

h3
{
	font-size:small;
	font-weight:bold;
}

.Question
{
	margin: 5px 0 5px 0;
}

.Question p
{
	font-weight:bold;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

.Label
{
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 110px; 
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 

}

.FormField
{
	display: inline; /*inline display must not be set or will hide submit buttons in IE 5x mac */
	width:225px;    /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0; /* 5px 0px 5px 0;set margin on left of form elements rather than right of
                              label aligns textarea better in IE */  
                    
}

.ClearBr
{
	clear:left;
	margin: 0 0 15px 0;
}

div
{
	margin: 0 0 15px 0;
	font: arial;
	font-size: small;
	
}