 img {
	border: none;
}
   
h1#hheader {
	margin: 40px;
	padding-left: 100px;
	font-weight: bold;
	font-size: 170%;
}

p#pheader {
	margin-top: 10px;
}


p.titleish {
	font-weight: bold;
}

p.info {
	background: #f0f8ff;
	font-size: 1em;
	text-align: left;
}
  
.helpline {
	background: #f0f8ff;
	border-style: none;
	font-size: 0.8em;	
}  
  
p.small {
	font-size: 0.9em;
}

p.postbodytopinfo {
	padding-bottom: 2px;
	margin: 0px;
	font-size: 0.9em;
}

a, a:visited {
color: #006699;
}


a:hover {
text-decoration: none;
color: #ff3300;
}

.alignedright {
	text-align: right;
	margin: 10px;
}

.centered {
	text-align: center;
}

   
div.left {
	/*padding: 10px;*/
	margin-right: 20px;   
}

/*div.right {
	font-family: sans-serif;
	font-size: 80%;
	background: #f0f8ff;
	border: 1px solid silver;
	padding: 10px;

	float: right;
	line-height: 150%;
	width: 300px;
	clear: both;
	margin-bottom: 10px;
}*/

div.catrow {
	background: #f0f8ff;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ff3300;
}

div.forumrow {
	background: white;
	margin: 5px;
	padding: 5px;
	line-height: 1.5;
}


div.base {
	background: #f0f8ff;
	padding: 5px;
	margin-bottom: 10px;
}

div.base_border {
	background: #f0f8ff;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ff3300;
}


div.text {
	background: white;
	margin: 5px;
	padding: 5px;
}

div.topics {
	background: #f0f8ff;
	/*padding: 3px;*/
	text-align: center;
	border: 1px solid #ff3300;
}

table.topics {
	margin-bottom: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background: #f0f8ff;
	width: 95%;
	text-align: left;
	
}

table.topics th {
	font-weight: bold;
	font-size: 0.9em;
	color: #ff3300;
	background: #fff;
}

table.topics td {
	padding: 5px;
	margin: 1px 0 0 0;
	font-family: sans-serif;
	font-size: 90%;
	background: #fff;
}


div.bottom {
	font-family: sans-serif;
	font-size: 0.8em;
	color: silver;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

div.posts {
	background: #f0f8ff;
	padding: 10px;
	border: 1px solid #ff3300;
}

div.postbody {
	background: white;
	font-family: sans-serif;
	font-size: 0.9em;
	padding: 10px;
	width: 80%;
	float: right;
	overflow: auto;
}

	div.postbody li {
		font-size: 100%;
	}

div.spacer {
	clear: both;
	height: 5px;
}

div.postbodyleft {
	float: left;
	width: 80px; 
	font-size: 0.9em;
}

div.quote1 {
	margin: 20px;
	margin-bottom: 0px;
	font-size: 0.9em;
}

div.quote2 {
	margin: 20px;
	margin-top: 0px;
	background: #f0f8ff;
	overflow: auto;
}

div.quote2_code {
	margin: 20px;
	margin-top: 0px;
	background: #f0f8ff;
	font-family: monospace, sans-serif;
	font-size: 0.9em;
	overflow: auto;
}

div.inboxbar {
	background: #f0f8ff;
}

div.pmtext {
	font-family: sans-serif;
	font-size: 0.9em;
}



