/*  */
img 
{
	border: 0;
}
h3
{
font-family: verdana;
}
body, td, input, select
{	font-family: Verdana;
	font-size: 8pt;
}

/* Header 1 - Main header */
.header1 {
	background-image: url('bg_header1.png');
	background-color: #555555;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-family: verdana;
}

/* Header 2 - Sub header */
.header2 {
	background-image: url('bg_header2.png');
	background-color: #DDDDDD;
	color: #000000;
	font-weight: bold;
	height: 28px;
	font-family: verdana;
}

/* Footer1 - Bottom of tables */
.footer1 {
	background-image: url('bg_footer1.png');
	font-size: 7pt;
	height: 28px;
	font-family: verdana;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
	font-family: verdana;
}

/* Header of posts */
.postheader 
{
	background-color: #CCCCCC;
}

/* User info and post/article */
.post 
{
	background-color: #DDDDDD;
}

/* Footer of posts */
.postfooter 
{
	background-color: #BBBBBB;
}

/* Area between posts */
.postsep 
{
	background-color: #555555;
	height: 1px
}

/* most tables are class 'content' */
table.content {
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid Black;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}

table.content td {
	padding: 3px;
}

/* links inside content table*/
.content a			{ color: navy; text-decoration: underline; }
.content a:hover	{ color: #000000; text-decoration: underline; }

/* used for quoting messages */
.quote 
{
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #CCCCCC;
	border: 1px solid #EEEEEE;
}

/* font sizes */
.smallfont	{ font-size: 7pt;font-family: verdana; }
.largefont	{ font-size: 9pt;font-family: verdana; }

/* Image Links */
a.imagelink 
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
a:hover.imagelink
{
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana;
	font-size: 8pt;
}

/* 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: #000000;font-size: 8pt; font-family: Verdana;}
.navlinks a { color: #000080; text-decoration:font-size: 8pt; none font-family: Verdana;}
.navlinks a:hover {
	color: #87CEEB;font-family: Verdana;font-size: 8pt;
}

/* for printing */
table.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
