body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px auto;
	text-align: left;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

ul, ol {
	margin-left: -2px;
}

li {
	padding-bottom: 5px;
}

#inline-list ul, #inline-list li {
	display: list-item;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	padding: 0 0 15px 0;
	}
	
p.red{
	color: #900;
	font-weight: bold;
	padding: 0 0 5px 0;
	font-size: 10px;
	font-weight: bold;
}

p.center{
	text-align: center;
}

p.right{
	text-align: right;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {	
    font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}

h2 {	
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h3 {	
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0b337b;
	text-align:left;
}

h4 {	
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

a {
	color: #0b337b;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #0b337b;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.bookmark:link {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bookmark:visited {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bookmark:active {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bookmark:hover {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

hr {
	display: none;
}

a.headnav:link {
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0b337b;
}

a.headnav:visited {
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0b337b;
}

a.headnav:active {
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0b337b;
}

a.glossary:hover {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

a.glossary:link {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0b337b;
}

a.glossary:visited {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0b337b;
}

a.glossary:active {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0b337b;
}

a.glossary:hover {
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0b337b;
}

img {
border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

.container {
	width: 500px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#columnleft {
	margin: 0 auto;
	width: 245px;
	padding-right: 10px;
	float: left;
}

#columnright {
	margin: 0 auto;
	width: 245px;
	padding-left: 0px;
	float: right;
}

#footer{
		width: 100%;
		font-size: 1.2em;
}


.style4 {
	font-size: 9px;
	margin-bottom: 10px;
	text-align: center;
}

legend {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #06357a;
	text-transform: uppercase;
	padding-bottom: 5px;
}

fieldset {
	margin: 0;
	padding: 5px;
	border:1px solid #000;
}
