.message p {font-size:11px;}

p, li, div 	
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:11px;
}

body, td
{
	font-size: 11px;
}

input{font:11px;}

select{background:#ffffff;font:11px;}

textarea{background:#ffffff;border:1px solid #000000;
font:11px;padding-bottom:2px;padding-left:2px;}

form{display:inline}

input{font-size:11px;
	border: 1px solid #919f0e;
	padding: 2px;}

input.pbutton{background: #c8cf87;
padding: 2px;}

/*  */
img 
{
	border: 0;
}

/* hyperlinks */
a:link, a:visited { text-decoration: none; color: #5a5a5a; }
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1, .header1 td, .header1 span {
	/*background-image: url('bg_header1.png');*/
	background-color: #919f0e;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	font-size:15px;
}
.content li {margin-left: 12px;}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:#C0C0FF;text-decoration:none}

/* Header 2 - Sub header */
.header2 {
	/*background-image: url('bg_header2.png');*/
	background-color: #c8cf87;
	color: #fff;
	font-weight: bold;
	height: 20px;
}
.header2 a:link, .header2 a:visited {color: #545c07;
font-size: 14px;
text-decoration: none;}

/* Footer1 - Bottom of tables */
.footer1 {
	/*background-image: url('bg_footer1.png');*/
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.postformheader 
{
	background-color: #B2C8F6;
	font-weight:bold;
}

/* Header of posts */
.postheader, .postheader b
{
	background-color: #919f0e;
	color: #fff;
}

.postheader a:link, .postheader a:visited 
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.postheader a:hover, .postheader a:active 
{
	color: #fff;
	font-weight: bold;
}
.postheader input {font-size: 11px;}

/* User info and post/article */
.post td
{
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
}
.post a:link, .post a:visited {color: #545c07;}

.post_alt
{
	background-color: #e0e8f8;
}	

.post_priority
{
	font-weight:bold;
}
.post_link
{
	font-weight: bold;
	color: #545c07;
}
.post_link a:link, .post_link a:visited {color: #545c07;}
/* Footer of posts */
.postfooter 
{
    background-color: #c8cf87;
}
.postfooter a:link, .postfooter a:visited {color: #545c07;}

/* Area between posts */
.postsep 
{
	background-color: #545c07;
	height: 1px ;
	display: none;
}

/* most tables are class 'content' */
.content {
	font-size: 8pt;
	/*border: dotted 1px #2163E8;*/
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}

.content td {
	padding: 3px;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
.content a			{ color: navy; text-decoration: underline; }
.content a:hover	{ color: #000000; text-decoration: none; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #e3e7c3;
	border: solid 1px #c8cf87;
}

/* 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: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	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: #ccc;}
.navlinks a { color: #545c07; text-decoration: none }
.navlinks a:hover { color: #808080; }

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}