body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;

}
/* for the hover color and alt table color */
.bghover
{
background-color:#3300CC
}
.tbbg a {
	background-color: #ffffff;
}
.tbbg a:hover {
	background-color: #E4E4E4;
}





td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.tbt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat-x;
}
.tbt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.ft1 {
	background-repeat: repeat-x;
}



td, input, select
{
	font-family: Verdana;
	font-size: 8pt;
	
}

img				{	border: 0; }

/* hyperlinks */
a				{ text-decoration: none; color: #000080; }
a:hover			{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 {
	background-color: #787878;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Links in header1 */
.header1 td a		{color:#FFFFFF;text-decoration:none}
.header1 td a:hover	{color:#CCCCCC;text-decoration:none}
.header1 td			{ color: #ffffff; }

/* Header 2 - Sub header */
.header2 {
	background-image: url(bg_header2.png);
	background-color: #AEC597;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.header2 td a:		{color: #0099CC}
.header2 td a:hover	{color: #00CC66}

/* Footer1 - Bottom of tables */
.footer1 {
	font-size: 11px;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 11px;
}

/* Header of posts */
.postheader 
{
	background-color: #EDE5DC;
}
.postheader td
{
	border-bottom: dotted 1px #373737;
}
.postheader td td
{
	border: 0px;
}

/* User info and post/article */
.post 
{
	background-color: #EDE5DC;
}
.post_alt
{
	background-color: #DDD4CA;
}

/* Footer of posts */
.postfooter 
{
    background-color: #90A27E;
    height: 20px;
}
.postfooter td, .postfooter td a
{ 
	color: #ffffff; 
}

/* Area between posts */
.postsep 
{
	background-color: #5B84A0;
	height: 1px 
}

/* most tables are class 'content' */
.content, .rte {
	font-family: verdana;
	font-size: 8pt;
	border: 0px solid #2163E8;
	color: #000000;
	padding: 0px;
	background-color: #EDE5DC;
}

.content td {
	padding: 5px;
}

/* links inside content table*/
.content a, .rte a			{ color: #666666; text-decoration: underline; }
.content a:hover, .rte a:hover	{ color: #CCCCCC; text-decoration: underline; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

/* font sizes */
.smallfont a	{ font-size: 7.5pt; }


.cfont a	{ }
.cfont a:hover	{
	color: #D6E0E2;
}

.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-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 { padding-left: 10px; font-weight: bold; color: #BB464A; }
.navlinks a { color: #BB464A; text-decoration: none }
.navlinks a:hover { color: #BB464A; }

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}