body { background-color: #CCCCCC; color:#000000; font-family:Georgia; }

p,h3,h4,ul,ol,li,div, td,th,address,blockquote,nobr,b,i
	   { color:#000000; font-family:Georgia; font-size:11pt; }
h1  { color:#000000; font-family:Georgia; font-size:15pt; }
h2  { color:#000000; font-family:Georgia; font-size:13pt; }
pre { color:#000000; font-family:Georgia; font-size:11pt; }

a {text-decoration:none; color:white; }
a:hover {text-decoration:underline;}

table { border-collapse:collapse; }
table.border { border-width:2px; border-style:solid; border-color:#FFFFFF; }

td { text-align:left; padding:3px; }

/* Table cell short */
td.shr {
	width: 15%;
	white-space: nowrap;
}

/* Standard-td is light */
td { background-image:url(bg_content.png); background-color:#71ABCF; }

/* Standard Colors */ 

td.light { background-image:url(bg_content.png); background-color:#71ABCF; }
td.dark {  background-image:url(bg_title.png); background-color:#397CA6; }

tr.light { background-image:url(bg_content.png); }
tr.light td { background-image:url(bg_content.png); background-color:#71ABCF; }

tr.dark { }
tr.dark td {  background-image:url(bg_title.png); background-color:#397CA6; }

/* Standard Colors with border */

td.borderlight { background-image:url(bg_content.png); background-color:#71ABCF; border-width:2px; border-style:solid; border-color:#FFFFFF; }
td.borderdark {  background-image:url(bg_title.png); background-color:#397CA6; border-width:2px; border-style:solid; border-color:#FFFFFF;  }

/* New Messages */

a.new:link { color:#B5E3DD; text-decoration:underline; }
a.new:visited { color:#B5E3DD; text-decoration:underline; }
a.new:active { color:#B5E3DD; text-decoration:none; }

tr.newdark td { background-image:url(bg_title.png);  background-color:#569BC6; }
/*tr.newdark a:link { color:#00CC00 }
tr.newdark a:visited { color:#00CC00 }*/

tr.newlight td { background-image:url(bg_content.png);  background-color:#9DC5DF; }
/*tr.newlight a:link { color:#00CC00 }
tr.newlight a:visited { color:#00CC00 }*/

/* Invisible Table */
/* The background color of the table is the background the color of the homepage */

td.invisible { background-image:url(); background-color: #CCCCCC; border-width:0px;}
