BODY 	{	margin-top: 0;
			margin-bottom: 0;
		}

.noshade		{ border: thin solid #000000; border-width: 2px; }



a:link
	{
	text-decoration : none;
	color : #305E97;
	}

a:active
	{
	text-decoration : none;
	color : #305E97;
	}

a:visited
	{
	text-decoration : none;
	color : #305E97;
	}

a:hover
	{
	text-decoration : underline;
	color : #497CBB;
	}


td,p

	{
	font-family : arial, helvetica;
	font-size : 11px;
	line-height: 16px;
	color : #2b2b2b;
	}


.footer

	{
	font-family : arial, helvetica;
	font-size : 10px;
	color : #FFFFFF;
	}

.notes

	{
	font-family : arial, helvetica;
	font-size : 10px;
	line-height: 14px;
	color : #2b2b2b;
	}


.advert

	{
	font-family : arial, helvetica;
	font-size : 15px;
	line-height: 28px;
	color : #FFFFFF;
	}

.textHead

	{
	font-family : arial, helvetica;
	font-size : 15px;
	line-height: 28px;
	color : #000000;
	font-weight: bold;

	}

.formField {
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #4aa1ca;
	width: 250px;
}

.formButton {
	width: 75px;
	height: 25px;
	background-color: #4aa1ca;
	border: none;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}