body {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 2px 0 9px 0;
}

img {
	border: 0px;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #558;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h4 a:link {
	color: #fff;
}

h4 a:visited {
	color: #eee;
}

h4 a:hover {
	color: #fff;
	text-decoration: none;
}

h4:hover {
	background: #abd;
}

h4 {
	font-family: Times, Times New Roman, Roman, Serif; 
	font-size: 15px;
	line-height:1em;
	margin: 6px 0 3px 0;
	background: #9ac;
	color: #fff;
	padding: 1px 1px 1px 3px;
	font-variant: small-caps;
}

td {
	font-family: Times, Times New Roman, Roman, Serif; 
	font-size: 13px;
	line-height:1em;
	text-align: justify;
}

#content {
	padding: 5px 15px 0 15px; 
	font-family: Times, Times New Roman, Roman, Serif; 
	font-size: 13px;
	line-height:1em;
	text-align: justify;
}

#pageTitle {
	text-align: right;
	border-bottom: 1px solid #336;
	padding-bottom: 6px;
	margin: -5px 0 8px 0;
	font-family: Times, Times New Roman, Roman, Serif; 
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
}

.dropCap {
	float:left;
	color:#bbc;
	font-size:60px;
	line-height:44px;
	padding-top:2px;
	padding-right:5px;
	font-family: Times, Georgia, Serif; 
	font-weight: bold;
}

.dropCapSmall {
	float:left;
	color:#bbc;
	font-size:30px;
	line-height:22px;
	padding-top:2px;
	padding-right:3px;
	font-family: Times, Georgia, Serif; 
	font-weight: bold;
}

.bottomLink {
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
}

.threeUp {
	float: left;
	background: #efefef;
	padding: 4px;
	margin: 5px 10px 5px 14px;
	border: 1px solid #cdcdcd;
}

.fourUp {
	background: #efefef;
	padding: 4px;
	border: 1px solid #cdcdcd;
	font-weight: bold;
}

.red {
	color: #c00;
}

.noPrint {
	visibility: hidden; 
	display: none;
	width: 1px;
}

.print {
	width: 650px;
}

.mainTable {
	width: auto;
}

.grey {
	color: #ccc;
}

.small {
	font-size: 10px;
}