body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
 INPUT {
	background-color: #F9F9FF;
	border: 1px solid #000000;
}
TEXTAREA {
	background-color: #F9F9FF;
	border: 1px solid #000000; 
}
SELECT {
	background-color: #F9F9FF;
	border: 1px solid #000000; 
}
RADIO {
	background-color: #F9F9FF;
	border: 1px solid #000000; 
	}
.xx-small {
	font-size: xx-small;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.x-small {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.small {
	font-size: small;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.medium {
	font-size: medium;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.large {
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.xlarge {
	font-size: x-large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.xxlarge {
	font-size: xx-large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.underlined {
	text-decoration: underline;
}
.crossout {
	text-decoration: line-through;
}