/* CSS Document */
html, body {
	margin:0;
	padding:0;	
	height:100%;
	text-align: center;
}

html, body, p, li, ul, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #666666;
}


h2 {
	color:#999999;
 	font-size:16px;
	font-weight: bold;
	text-align:left;
	border-top: 3px solid #85c322;
	border-bottom: 1px solid #DDDDDD;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 0px;
}

h3, .div3 {
	color:#999999;
 	font-size:14px;
	font-weight: bold;
	text-align:left;
	border-top: 2px solid #85c322;
	border-bottom: 1px solid #DDDDDD;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 0px;
}

h4 {
	color:#85c322;
 	font-size:14px;
	font-weight: bold;
	text-align:left;
}

hr {
	color:#85c322;
	width:95%;
	size: 2px;
}

a {
	color:#85c322;
	font-weight: bold;
}

a:link {
  color: #85c322;
  text-decoration:underline;
  font-weight:bold;
}

a:visited {
  color: #85c322;
  text-decoration:underline;  
  font-weight:bold;  
}

a:active {
  color: #85c322;
  text-decoration:underline;  
  font-weight:bold;  
}

a:hover {
  color: #666666;
  text-decoration:underline;  
  font-weight:bold;  
}

li {
  	margin-left: 15px;
}

img {
	border: none;
}

input, select {
	font-size: 11px;
}
