@charset "iso-8859-1";
a:link{
	background-color: transparent;
	color: blue;
	font-size: .9em;
	text-align: center;
	text-decoration: underline;
}

a:visited{
	background-color: transparent;
	color: black;
	font-size: .9em;
	text-align: center;
	text-decoration: underline;
}

a:hover{
	background-color: transparent;
	color: red;
	font-size: .9em;
	text-align: center;
	text-decoration: underline;
}

body{
	background-color: silver;
	color: #000000;
	font: 1em,Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

br{ background-color: #C0C0C0; clear: both; color: #000000; }

form,input{ font-size: 1.1em; font-weight: bold; }

h1{ font-size: 1.7em; margin: 0; }

h1,h2,h3,h4,h5,h6,form,ol,ul,th{ font-weight: bold; margin: 22px; text-align: center; }

h2{ font-size: 1.3em; margin: 0; }

h3{ font-size: 1.5em; }

h4{ font-size: 1.4em; }

h5{ font-size: 1.3em; }

h6{
	font-size: 1.2em;
	text-align: left;
	color: yellow;
	background-color: transparent;
}

hr{
	background-color: #85b12c;
	color: olive;
	text-align: center;
	width: 75%;
}

img.top{ vertical-align: text-bottom; }

label,input{
	background: #C0C0C0;
	color: #000080;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1px;
}

li{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
	text-align: justify;
	width: 1000px;
	color: black;
	background-color: transparent;
}

p{
	background: #C0C0C0;
	border-width: 18px;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	width: 840px;
}

table,tbody,tr,td{
	background-color: #FFFFFF;
	color: #000000;
	font-size: .8em;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
}

th{
	background-color:  #6b8e23;
	
	border-color: #800000;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

ul{
	font-size: 1em;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 10px;
	text-align: justify;
	width: 1010px;
	color: black;
	background-color: transparent;
}

.small{ font-size: .8em; font-weight: bold; text-align: center; }

#center{
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
	text-align: left;
	width: 1020px;
}

#contain{
	border: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	text-align: left;
	width: 880px;
}

#container{
	border: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	text-align: left;
	width: 1020px;
}

#th{
	float: left;
	margin: auto;
	padding-left: 5px;
	padding-right: 10px;
	width: 130px;
}

#foot{
	border: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	text-align: center;
	width: 1020px;
}

#footcontain{
	background: transparent;
	color: #000;
	font-weight: bold;
	width: 900px;
}

#footer{
	background: transparent;
	color: #000000;
	padding: 1em;
	font-size: 9pt;
	text-align: center;
	width: 900px;
}

#header{
	border: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	text-align: center;
	width: 1020px;
}

#imageleft{ float: left; padding-bottom: 7px; padding-right: 7px; }

#leftcol {
	background: transparent;
	color: #000000;
	float: left;
	margin: auto; /* For all other browsers */
	padding-left: 10px;
	padding-right: 1px;
	width: 130px;
	font-size: 0.5em;
}

#main{
	margin-left: auto;
	margin-right: auto;
	font-size: 13pt;
	text-align: left;
	width: 860px;
}
