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

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

table {display: table;}

td, th {display: table-cell;}

h1 {
	font-size:11px;	
}

th {
	background-color:#CCCCCC;
	font-size:12px;
}

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

a {
	color:#990000;
	font-weight: bold;
}

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

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

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

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

li {
  	margin-left: 15px;
}

img {
	border: none;
}

