/* Updated: November 9, 2008 */

a img { border: 0; }

body {
	font: 12px Arial, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	color: #000000;
}

a, a:visited {
	color: #261b53;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

a.whiteLink, a.whiteLink:visited {
	
	font-weight: bold;
	color: #FFF;
}

h1 {

	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2 {

	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

p {
	
	padding-bottom: 10px;	
}

.formError {
	
	font-weight: bold;
	font-variant: small-caps;
	color: #900;
}
