BODY 
	{
	background: #ddc6a4 url(bg.jpg) repeat; 
	margin: 0; 
	margin-top: 0; 
	margin-right: 0; 
	margin-left: 0; 
	padding: 0; 
	}
 
P 
	{
	font-family: Tahoma, Arial, Sans-Serif; 
	color: #3F2216; 
	font-size: 14px; 
	font-weight: normal; 
	}
 
	
DIV
	{
	font-family: Arial, Sans-Serif; 
	color: #651127; 
	font-size: 12px; 
	font-weight: bold; 
	} 
		
UL, LI 
	{
	font-family:  Comic Sans MS, Arial, Sans-Serif; 
	color: #651127; 
	font-size: 12px; 
	font-weight: bold;
	list-style-image: url("button_star.gif"); 
	} 

H1 
	{
	font-family: Bookplate, Comic Sans MS, Arial, Sans-Serif; 
	color: #651127; 
	font-size: 16px; 
	font-weight: bold; 
	width: 600px;
	} 

H2
	{
	font-family: Helvetica, Arial, Sans-Serif; 
	color: #651127; 
	font-size: 14px; 
	font-weight: normal; 
	} 
 
H3, H4 
	{
	font-family: Arial, Sans-Serif; 
	color: #651127; 
	font-size: 14px; 
	font-weight: bold; 
	} 

TABLE, TR, TD, TH 
	{
	font-family: Arial, Sans-Serif; 
	color: #651127; 
	font-size: 12px; 
	font-weight: bold;	
	} 

.footer
    {
	font-family: Arial, Sans-Serif;
    color: #651127;
    font-size: 10px;
	font-weight: bold;
    }

SPAN 
	{
	font-family: Arial, Sans-Serif; 
	color: #651127; 
	font-size: 10px; 
	font-weight: bold; 
	} 

A:link
	{
	font-family: Arial, Sans-Serif;
	font-size: 14px;		
	font-weight: normal; 
	color: #000080; 
	text-decoration: none; 
	} 

A:visited
	{
	font-family: Arial, Sans-Serif;	
	font-weight: normal;
	font-size: 14px;	 
	color: #7A007A; 
	text-decoration: none; 
	}
 
A:active
	{
	font-family: Arial, Sans-Serif;	
	font-weight: normal;
	font-size: 14px;	 
	color: #970000; 
	text-decoration: underline;  
	} 

A:hover
	{
	font-family: Arial, Sans-Serif;
	font-size: 14px;	
	font-weight: normal;
	background: #EBEBEB;  
	color: #970000; 
	text-decoration: underline;
	} 

A:link.menu
	{
	font-family: Comic Sans MS, Arial, Sans-Serif;
	font-style: italic; 
	font-size: 18px;		
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	} 

A:visited.menu
	{
	font-family: Comic Sans MS, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 18px;	 
	color: #FFFFFF; 
	text-decoration: none; 
	}
 
A:active.menu
	{
	font-family: Comic Sans MS, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 18px;	 
	color: #E83C11; 
	text-decoration: underline;  
	} 

A:hover.menu
	{
	font-family: Comic Sans MS, Arial, Sans-Serif;
	font-size: 18px;	
	font-weight: bold;
	background: none;  
	color: #FFFF99; 
	text-decoration: none;
	}


A:link.small 
	{
	font-family: Arial, Sans-Serif;
	font-size: 10px;		
	font-weight: bold; 
	color: #000080; 
	text-decoration: underline; 
	} 

A:visited.small 
	{
	font-family: Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 10px;	 
	color: #7A007A; 
	text-decoration: underline; 
	}
 
A:active.small 
	{
	font-family: Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 10px;	 
	color: #970000; 
	} 

A:hover.small 
	{
	font-family: Arial, Sans-Serif;
	font-size: 10px;	
	font-weight: bold;
	background: #EBEBEB;  
	color: #970000; 
	text-decoration: underline;
	}

A.button 
	{
	width: 150px;
	height: 20px;
    background: #293A7D;
    border: 3px outset #C3D4EA;
	color: #EBF4FE; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: comic sans ms, sans-serif; 
	text-decoration: none;
	padding-left: 3px;
	}	

A.button:visited  
	{
	width: 150px;
	height: 20px;
    background: #293A7D;
    border: 3px inset #C3D4EA;
	color: #EBF4FE; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: comic sans ms, sans-serif; 
	text-decoration: none;
	padding-left: 3px;
	}
	
A.button:active 
	{
	width: 150px;
	height: 20px;
	background: #C3D4EA;
    border: 3px outset #000080;
	color: #000080; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: comic sans ms, verdana, sans-serif; 
	text-decoration: none;
	padding-left: 3px;
	}
 
A.button:hover 
	{
	width: 150px;
	height: 20px;
	background: #C3D4EA;
	border: 3px inset #D8E6F2; 
	color: #9A001F; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: comic sans ms, verdana, sans-serif;     
	text-decoration: none;
	padding-left: 3px;
	}  
 
