body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFCC;
	margin: 4px;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}

td {
	font-size: 14px;
}

th {
	font-size: 14px;
}

.bodystyle {
	font-size: 14px;
}

.small {
	font-size: 9px;
}

.medium {
	font-size: 14px;
}
input {
	font-size: 14px;
}
textarea {
	font-size: 14px;
}

.big {
	font-size: 16px;
}

.xbig {
	font-size: 24px;
	color: #0099CC;
}

.expanded {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}.bigbold {
	font-size: 16px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.horiz_line {
	background-color: #FFCC99;
}
