/******** Global Styles ********/

a, body, td {
	color: black;
	font-family: georgia, times new roman, sans-serif;
	font-size: 12pt;
}/* a, body, td */

a:link {
	color:#990000;
	text-decoration:underline
}/* a:link */

hr {
	color: #330000;
	height: 2px;
}/* hr */

table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
}/* table */

td {
	padding: 0px 0px 0px 0px;
}/* td */

v:link {
	color:#006633;
	text-decoration:underline
}/* v:link */

/******** Text Styles ********/

.mainmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #201A16;
	text-decoration: none;
}/* mainmenu */

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}/* text */

.microtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
}/* microtext */	

/******** Table Styles ********/

.page-table {
	width: 100%;
	height: 100%;
}/* page-table */

.row-table, .full-table {
	width: 100%;
}/* row-table */

.form-table td {
	font-size: 10pt;
	padding: 1px 0px 0px 0px;
}/* form-table td */

.vertical-divider {
	width: 2px;
	background-color: #330000;
}/* vertical-divider */