
/* TABLE BORDER PROPERTIES */
.border {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

/* TEXT & FONT PROPERTIES FOR RIGHT COLUMN */
.column {
	font-weight: normal;
	font-size: 9.5pt;
	text-align: left;
}

/* GENERAL TEXT & FONT PROPERTIES */
.main {
	font-weight: normal;
	font-size: 10.5pt;
	font-family: Georgia, Times New Roman, Times;
	text-align: left;
	line-height: 17px;
}

/* PROPERTIES FOR TITLE AND SECTION OF EACH PAGE */
.pageTitle {
	font-size: 17px;
	font-weight: bold;
}

.sectionTitle {
	color: 993300;
	font-size: 11pt;
	font-weight: bold;
}

.small {
	font-size: 10pt;
}

/* GENERAL LINK PROPERTIES FOR ENTIRE SITE */
a:link {
	color: #666666;
	font-size: 10.5pt;
	text-decoration: underline;
}

a:active {
	color: #000000;
	font-size: 10.5pt;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	font-size: 10.5pt;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-size: 10.5pt;
	text-decoration: underline;
}

/* LINK PROPERTIES FOR NAVIGATION */
a.nav:link {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a.nav:active {
	color: #999999;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #999999;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

/* LINK PROPERTIES FOR RIGHT COLUMN */
a.small:link {
	color: #666666;
	font-size: 9.5pt;
	text-decoration: underline;
}

a.small:active {
	color: #000000;
	font-size: 9.5pt;
	text-decoration: underline;
}

a.small:visited {
	color: #666666;
	font-size: 9.5pt;
	text-decoration: underline;
}

a.small:hover {
	color: #999999;
	font-size: 9.5pt;
	text-decoration: underline;
}

/* BODY PROPERTIES */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, Times New Roman, Times;
	margin-top: 0px;
	margin-left: 0px;
}
