/* 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;
}

table {display: table;}

td, th {display: table-cell;}


h2 {
	color:#85c322;
 	font-size:16px;
  	font-weight:bold;
	width:98%;
	background-color:#f1f1f1;
	padding:3px;
	border: 1px solid #CCCCCC;
	text-align:center;
}

h3 {
	color:#85c322;
 	font-size:14px;
  	font-weight:bold;
	text-decoration: underline;
}

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;
}

table#main{
	margin-top: 50px;
}

table#infobox td, table#infobox li {
  	font-size:11px;
}


table#infobox td#right {
  	border-top: 2px solid #d2d2d2;
  	padding-top:5px;
}
