/* CSS Document */

body{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	margin-top:20px;
	margin-left:10px;
}


ul{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	padding-left: 8px;
}

a:link, a:visited{
	color: #00633b;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
	color:#c3582c;
}


.input {
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #00633b;
	color: #00633b;
}

h1{	
margin-top:5px;
margin-bottom:10px;
font-size: 13px;
font-weight:bold;
}


.txt{
	text-align:left;
	line-height:18px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:70px;
	padding-right:25px;
}

.tabCap {
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
	line-height: 10px;
	background-color: #00633b;
   	padding: 4px;
}

.tabCap1 {
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
	line-height: 10px;
	background-color: #c3582c;
   	padding:4px;
}

.tab {
	font-size: 11px;
	border-bottom: 1px solid #00633b;
   	padding: 4px;
}



#footer {
	font-size: 11px;
	color: #00633b;
	margin-top:2px;
	margin-left:2px;
}

#footer a:link, #footer a:visited{
	color: #00633b;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
}

#footer a:hover{
	text-decoration: underline;
	color:#c3582c;
}


