@charset "iso-8859-1";

a:link{
	background-color:  #616161;
	color: #FFF;
	text-decoration: underline;
}

a:visited{
	background-color:  #616161;
	color:  Yellow;
}

body{
	background-color:  #616161;
	color: #FFF;
	font: 14px  Calibri, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

div {
	font-weight: bold;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,form,ol,ul,th{
	font-weight: bold;
	margin: 22px;
	text-align: center;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 19px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

hr{
	background-color:  #616161;
   color: #000;
	width: 100%;
}

p{
	border-width: 9px;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}

p.left{
	border-width: 9px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

p.small {
	font-size: .8em;
	text-align: center;
}

table, tbody, tr, td {
	background-color: #fff;
	border-color:  #006400;
	color: #000;
	font-size: 14px;
}

th{
	background-color: #000;
	border-color: #006A01;
	color: #FFF;
	font-size: 15px;
}

ul{
	font-size: 14px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 4px;
	text-align: left;
}

