/* CSS Document */
body {	
  position: relative;
	font-family: verdana, helvetica, arial, sans-serif;	
	font-size: 8pt;
  text-align: justify;
	background-color: #ffffff;
	color: #000000;	
	}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #3162c1;
	text-align:center;
	}
h2 {
	font-size: x-small;
	color: #3162c1;
	font-weight: bold;
	text-align:center;
	}
p.title {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align:center;
	}
p {
	font-size: x-small;
	margin-bottom: 0.75em;
	margin-left: 0.75em;
	margin-right: 0.75em;
	}						
p.checkback {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	color: #000000;
	font-style: italic;
	text-align: center;
	}
.plaintext {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	color: #000000;
	}
.plaintextgreen {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: x-small;
	color: #00FF33;
	}
a, a:link, a:visited {
	border-bottom: 1px solid;
	border-bottom-style: none;
	color: #000000;
	text-decoration: none;
	}
a:active, a:hover {
	border-bottom: 1px solid;
	border-bottom-style: dotted;
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
	}
address {
	text-align: right;
	}
img.banner {
	float: right;
	margin-right: 6px;
	}
strong.refs {
	font-size: x-small;
	color: #3162c1;
	}
.boxout {
	margin: 0.5em 1em;
	padding: 0em 1em;
	border: 1px solid #3162c1;
	}
.img {
	margin-left: 2%;
	}
