body 
{
	font-family: Verdana;
	font-size: 6pt;
	color: #DCDCDC;
	background: url('images/back.gif');
}
tr
{
	
	color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	padding: 0;
}
select
{
	background-color: #DCDCDC;
	color: Black;
}
input
{
	background-color: #DCDCDC;
	color: Black;
}
input{font:7pt Verdana,Arial,Helvetica,sans-serif}
select{background:#ffffff;font:8pt Verdana,Arial,Helvetica,sans-serif}
textarea{background:#ffffff;border:1px solid #000000;
font:8pt Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}
form{display:inline}
input{border:1px solid #4C77B6;font-size:7pt}
input.pbutton{background:#EEF5FF;}
/*  */
img 
{
	border: 0px none;
}
/* hyperlinks */
a			
{ 
 text-decoration: none; color: #AEECFF;
}
a:hover		
{ 
	text-decoration: none; 
}
/* Header 1 - Main header */
.header1 
{
	background-image: url('blue.gif');
	background-color: #575757;
	color: #DCDCDC;
	font-weight: bold;
	height: 30px
}
/* Links in header1 */
tr.header1 a		
{
	color: #9DE8FF;text-decoration:none
}
tr.header1 a:hover	
{
	color: #DCDCDC;text-decoration:none
}
/* Header 2 - Sub header */
.header2 
{
	background-image: url('images/topbarmid.gif');
	background-color: Black;
	color: #D3D3D3;
	font-weight: bold;
	height: 28px;
}
/* Footer1 - Bottom of tables */
.footer1 
{
	background-image: url('bg_footer1.png');
	font-size: 6pt;
	height: 28px;
}
.footer1 select, .footer1 td
{
	font-size: 7pt;
}
/* Header of posts */
.postheader 
{
	background-color: Black;
	background-image: url('images/box_bg.gif');
	color: Black;
}
/* User info and post/article */
.post 
{
	background-color: #313131;
	color: #DCDCDC;
}
/* Footer of posts */
.postfooter 
{
    background-color: #3D3D3D;	

}
/* Area between posts */
.postsep 
{
	background-color: Black;
	padding: 0px; 
}
/* most tables are class 'content' */
.content, .rte
{
	font-family: verdana;
	font-size: 8pt;
	border: solid 1px #020207;
	color: #191970;
	padding: 0px;
	background-color: Grey;
}
.content td 
{
	padding: 1px;
}
/* links inside content table*/
.content a		{ color: #336699; text-decoration: none; font-weight: bold;}
.content a:hover	{ color: #ff0000; text-decoration: none; background-image: url('ine.gif')}
.content a:visited { color: #336699;  }
.content a:active {color: #ff0000}

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	background-color: #333333;
	border: solid 1px #C4C4C4;
	padding-left: 16px;
}
.quoteinner 
{
	padding: 4px;
	background-color: #CCCCCC;
	border: solid 1px #C4C4C4;
}
/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;
}
.innercode
{
	padding: 4px;
/*background-color: #B2C8F6;*/
	background-color: #FFFFFF;
	border: solid 1px #95B4F3;
/*color:#014C00;*/
	color:#000000;
	font-family:Courier New,Courier;
}
/* font sizes */
.smallfont	{ font-size: 7pt; }
.largefont	{ font-size: 8.5pt; }
/* Image Links */
a.imagelink 
{
	font-size: 7pt;
	font-weight: bold;
	color: #000080;
}
a:hover.imagelink
{
	text-decoration: none;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}
/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7pt;
}
/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}
/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #ffffff; font-size: 8pt; }
.navlinks a { color: #9999ff; text-decoration: none }
.navlinks a:hover { color: #6594D5; text-decoration: none; }
.navlinks a:active {color: #ffffff; } 
/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
