.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 10pt;
}
.menu {
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
}
body {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:active {

	color: #000066;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
}
.leftbordered {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

