/* CSS Document */

body, table, div, td, th, p, a, textarea, input, option, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color:#FFFFFF;
}


a{
	color: #4A8B73;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



h1{
	margin: 0.8em 0px;
	font-size: 1.7em;
	color: #4A8B73;
}

h2{
	margin-top: 2em;
	font-size: 1.2em;
	display: block;
	background-color: #4A8B73;
	color: #fff;
	padding: 2px 10px 2px 10px;
}
h2 a{
	color: #FFFFFF;
}

h3 {
	font-size: 1.2em;
	color: #4A8B73;
}
.conttab h3 {
	margin: 0.7em 4px 0.5em 4px;
}

h4{
	margin: 0px;
	font-size: 1em;
	line-height: 1em;
	color: #F5AA66;
}

h5 {
 margin: 0.3em 0px;
 padding: 0px;
 font-size: 1em;
}

hr {
	color: #4A8B73;
	border: none;
	/*height: 1px;*/
	border-top: 1px solid #4A8B73;
	margin: 1em 0px;
	clear: both;
}


ol{
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}

ul{
	list-style-type: disc;
}
#content ul,
#rightCol ul {
	padding: 0px;
	margin-left: 2em;
	list-style-image: url("images/icon_list.gif");
}
#content  ul li {
	margin-bottom: 3px;
}

ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

p {
	margin-bottom: 0.3em;
}

address {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

hr {
	margin: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

.message {
	padding: 2px;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	margin: 1em 0px;
	color: #000000;
}
.message h5 {
	font-size: 1.2em;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 2px;
	margin-bottom: 0.5em;
}

.strong {
	font-weight: bold;
}

.visible {
	display: block;
}

.missing {
	font-weight: bold;
	color: #CC0000;
}

.clearall {
	display: block;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
}

.small, .small td {
	font-size: 0.8em !important;
}

.caption {
	padding: 4px 4px 2px 4px;
	font-size: 0.8em;
	/*background-color: #DAE0DA;*/
	display: block;
	font-weight: bold;
	color: #4A8B73;
}

.rightCol,
.leftCol {
	width: 48%;
	float: right;
	margin: 0px;
}
.leftCol {
	float: left;
}