p {
	padding-top:0;
	margin-top:0;
	}

body {
	font-family:Arial,Helvetica,sans-serif;
	margin:0% 0% 0% 3%;
	}

#maintext {
	width:90%;
	padding:2%;
	border:1px solid #000;
	}

.text-vsmall {
  font-size:0.7em;
}

.credits {
	font-size: 9pt; color: #666666; font-family: Arial;
	margin:4% 0% 0% 0%;
	}
.mainlinks {
	FONT-SIZE: 16pt; COLOR: #4a8c6b; TEXT-INDENT: 0px; MARGIN-RIGHT: 10px; FONT-FAMILY: Arial; TEXT-ALIGN: right; TEXT-DECORATION: underline
	}
.toplinks {
	FONT-SIZE: 12pt; COLOR: #4a8c6b; TEXT-INDENT: 0px; MARGIN-RIGHT: 10px; FONT-FAMILY: Arial; TEXT-ALIGN: left
	}

.textlinks {
	FONT-SIZE: 12pt; MARGIN-LEFT: 28px; COLOR: #006600; FONT-FAMILY: Arial; TEXT-ALIGN: left; 
	}
.textlinks-small {
	font-size: 10pt; MARGIN-LEFT: 28px; COLOR: #006600; FONT-FAMILY: Arial; TEXT-ALIGN: left; TEXT-DECORATION: underline
	}

.contents-left {
	float:left;
	width: 50%;
	margin-bottom: 40px;
	}
.contents-right {
	float:right;
	width: 50%;
	margin-bottom: 40px;
	}


h1 {
	font-size:1.5em;
	color:#990000;
	font-weight:bold;
	}

h2 {
	font-size:1em;
	color:#000;
	margin-top:4%;
	text-transform:uppercase;
	}
h3 {
	font-size:0.9em;
	padding:0;
	margin:0;
	}

h4 {
	font-size: 12pt; font-family: arial,helvetica,sans-serif;
	background: #b1b1b1;
	text-align: center;
	}

ol.loweralph {
  	list-style-type:lower-alpha;
	}

ol.lowerrom {
  	list-style-type:lower-roman;
	}
ol.blank {
	list-style-type:none;
	}


a {
	color:blue;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
a:visited {
	color:blue;
	}
