	A {
		text-decoration : none;
		font-size : 12px;
		font-weight : bold;
		font-family : Arial, Helvetica, sans-serif;
	}
	A:ACTIVE { color : black;	}
	A:VISITED { color : black;	}
	A:FOCUS { color : black; }
	A:HOVER { color : red; }
	A:LINK { color : black; }

	TD.title {
		font-size : 18px;
		font-weight : bold;
		text-align : center;
		text-decoration : underline;
	}

	TD.announcement {
		font-size : 16px;
		font-weight : bold;
		text-align : center;
		text-decoration : none;
	}

	TD.header {
		font-size : 14px;
		font-weight : bold;
		text-align : left;
		text-decoration : none;
	}

	TD.text {
		font-size : 12px;
		text-align : left;
	}

	TD.lgtext {
		font-size : 14px;
		text-align : left;
	}

	TD.links {
		font-size : 12px;
		text-align : center;
		font-family : sans-serif;
		font-weight : bold;
	}

	TD.pagenote {
		font-size : 12px;
		font-family : sans-serif;
		font-weight : bold;
	}
	
	TD.copyright {
		color : White;
		font-size : 12px;
		font-type:Arial;
		}
		
	TD.whiteheader {
		color:white;
		font-size:18px;
		font-weight:bold;
		}
	.required {
		color:red;
		font-size:11;
		font-type:arial;
		}
	.small {font-size:13px;}
	.big {font-size:18px;font-weight:bold;}
	
