body {
	background-color: #E0E0E0;
	background-image: url(/images2/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	margin-top: 15px;
}
body, li, td, div {
	font: 12px arial, helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 25px 0;
}
a:link {
	color: navy;
	text-decoration: none;
}
a:visited {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
li {
	font-size: 13px;
}
i {
	color: silver;
}
.heads {
	padding: 0 15px 0 8px;
}

.heads p {
	padding: 0 0 8px 0;
	border-bottom: 1px dotted silver;
}

.largefont {
	font-size: 13px;
	font-weight: bold;
}

div.headbody {
	background: white;
	width: 90%;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

div.pagebody {
	background: white;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div.pda {
	float: right;
	background: #F9F9F9;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 4px;
}
div.post {
	border: 1px solid silver;
	padding: 1px;
	margin-bottom: 16px;
}
div.posttop {
	padding: 4px;
	background: #EEEEEE;
}
div.username {
	font-weight: bold;
	width: auto;
	float: left;
}
div.date {
	width: auto;
	text-align: right;
	color: silver;
}
div.posttext {
	padding: 4px;
	background: #F9F9F9;
	line-height: 1.4;
}
div.highlight {
	padding: 4px;
	background: #FFFFCC;
}
span.small {
	font-size: 10px;
}
#content {
	margin-bottom: 8px;
	border: 1px solid silver;
	padding: 4px;
	padding-left: 24px;
}
#navbarx {
	background: #F9F9F9;
	border: 1px solid silver;
	padding: 4px;
}
#pagenumbers {
	text-align: center;
	margin-bottom: 4px;
}
#copyright {
	text-align: center;
}
hr {
	visibility: hidden;
	display: none;
}
td.leftmenu {
	padding: 2px;
}
.alsoat {
text-align:right;
font-family: Arial, sans-serif;
font-size:13px;
font-weight:700;
color:#5FA9F5;
padding:0 33px 10px 0;
margin-right: 1%;
}

.alsoat a {
color:#FFF;
text-decoration:none;
}

.alsoat a:hover {
font-size:14px;
text-decoration:underline;
}
