/* CSS Document */

body{
	margin: 0px;
	padding: 0px 0px 25px 0px;
	margin-top: 10px;
	background-color:#1d1d1c;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;

}

#content { 
width: 44%;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}

#content hr { 
border: 1px #303030 dotted;
width:100%;
margin: 15px 0px;

}

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display:inline;
}
h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display:inline;
}
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display:inline;
}
a {color: #999999;}

a:link {
	text-decoration: none;
}
h1 a {
	color: #999999;
	text-decoration: none;
}
h2 a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

#top {
width:auto;
height:auto;
}
