@charset "iso-8859-1";

a:link {
   background-color:   #4B6419;
   color: Silver;
	text-decoration: underline;
}

a:visited {
	background-color:   #4B6419;
	color:    Yellow;
	text-decoration: underline;
}

body {
	background-color:   #4B6419;
	color: #FFF;
	font: 12px Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
}

div {
	text-align: center;
	width: 1020px;
}

h1,h2,h3 {
	border: 5px;
	font-weight: bold;
	margin: 20px;
	text-align: center;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4,h5, h6 {
	color: #FFF;
	background-color:   #4B6419;
	border: 5px;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

h4 {
	font-size: 20px;
}
h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

hr {
	width: 90%;
}

ul {
font-size: 15px;
font-style: normal;
line-height: 2em;
font-weight: bold;
font-variant: normal;
text-indent: 20px;
list-style-type: square;
padding: 20px;
margin: 20px;
}

p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
	text-indent: 10px;
}

p.big {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
	text-indent: 10px;
}

p.black {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

p.small {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

p.warning {
	background-color:  #C1FBC1;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table, tbody, tr, td {
	color: #4C6519;
	background-color: #F0FFF0;
	border-color:   #732185;
	border-style: solid;

}

th {
  	color: #FFFFFF;
	background-color:  #4C6519;
	border-color:   #732185;
	border-style: solid;
	font-size: 13px;
	font-weight: bold;
	}

#leftcol {
	margin-top: 6px;
	text-align: left;
	width: 135px;
	float: left;
}