BODY {
	font-family : Arial, Helvetica, sans-serif;
	margin-right : 1%;
	margin-left : 1%;
	margin-top : 1%;
	margin-bottom : 1%;
	font-size : 10;
}A {
	color : #0033CC;
	text-decoration : underline;
}

A:HOVER {
	color : #0033CC;
	text-decoration : none;
}

H3 {
	font-size : 22;
	font-weight : bold;
	letter-spacing : -1pix;
}

H6 {
	
}


TABLE {
	font-size : 12;
}

INPUT {
	background : #F4F4F4;
	font-size : 12;
	color : Black;
}

INPUT.blue {
	background : #337BBD;
	font-size : 12;
	color : White;
}


INPUT.gray{
	background : Gray;
	font-size : 10;
	color : White;
}
