H1 {
	font-family: times;
	font-size: 14px;
	font-weight: bold;
	color: #051666;
}

BODY, P, TD {
	font-family: times;
	font-size: 12px;
	font-weight: normal;
	color: #666699;
}

A:link, A:visited, A:active {
	font-family: times;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #3366CC;
}

A:hover {
	font-family: times;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #051666;
}


INPUT, TEXTAREA {
	border: solid 1 #AAAAAA;
}

