﻿/* default Style */

 body 
	{
	margin:0px; 
	padding:0px; 
	font:100% Arial, Verdana, Helvetica, sans-serif; 
	color:#000; 
	background-color:#fff; 
	background-image: url('../images/athena_logo_bg8.gif');
 	} 

 body a
	{
	color: #003300;
	text-decoration : underline;
	}
	
body a:visited
 	{
 	color: #006666;
 	text-decoration : underline;
	}
 
 body a:hover
	{
	color: red;
	text-decoration : underline;
	}	
	
	
/* table color scheme   Set a default color for whole table here and put id=main in table tag, set td_head_foot color&style here and put class= in td tag, 
manually set individual cells in table for further customization of backgrounds and borders*/

table#main {
    background-color:#F5F5DC;  /* set whole table bkgrnd to tan */
}
.td_head_foot {
    background-color:#C7C997;  /* C7C997 = background green  F5F5DC=tan */
    border-left: 6px solid #6C0F0E; border-right: 6px solid #6C0F0E; border-top: 6px double #6C0F0E;   
    /* border: solid #000 1px; */
}
.td_header {
    background-color:#C7C997;  /* C7C997 = background green  F5F5DC=tan */
    border-left: 6px solid #6C0F0E; border-right: 6px solid #6C0F0E; border-top: 6px double #6C0F0E;
    border-bottom: 2px solid #6C0F0E;
    }


/* end table color scheme */