<STYLE TYPE="css/text">
a {
		font-weight: bold;
		text-decoration:underline;
}

a:link {
		font-weight: bold;
		text-decoration:underline;
}

v:link {
		font-weight: bold;
		text-decoration:underline;
}

a:hover {
		background-color: orange;
		text-decoration:none;
		
}

a.image:hover {
		color: black
		font-weight: bold;
}

HR { 
	color: black; 
	}

.normal {
	font-family: "lucida console, tahoma, arial, helvetica, sans serif"; 
	color: orange; 
	font-weight:normal;
	}
.normalA {
	font-family: "lucida console, tahoma, arial, helvetica, sans serif"; 
	color: #67281D;
	font-weight:bold;
	}
BODY {  
	SCROLLBAR-FACE-COLOR: black; 
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-ARROW-COLOR: blue; 
	SCROLLBAR-TRACK-COLOR: black; 
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	background-color: white;
 }
TD.headercell {
	border-bottom: 3px;
	border-top: 3px;
	border-left: 3px;
	border-right: 3px;
	border-color: black;
	background-color: #7F0000;
}
table { 
    border-style: solid; 
    border-width: 2px; 
    border-color: black; 
	background-color: black;
} 
table.red { 
    border-style: solid; 
    border-width: 2px; 
    border-color: black; 
	background-color: #7F0000;
} 

table.noborder { 
	background-color: #8E4A26;
} 
 
 
 
h1 { 
    background-color: black; 
    font-size:12px; 
    margin: 0; 
    margin-bottom: 0.5em; 
    text-align: left; 
	text-decoration:underline;
} 

h2 { 
    background-color: black; 
    font-size:12px;
    margin: 0; 
    margin-bottom: 0.5em; 
    text-align: left; 
	text-decoration:none;
} 

h3 { 
    background-color: #67281D; 
    font-size:12px;
    margin: 0; 
    margin-bottom: 0.5em; 
    text-align: left; 
	text-decoration:none;
}

h4 { 
    color: #8E4A26; 
    background-color: #7F0000;
    font-size:16px;
    margin: 0; 
    margin-bottom: 0.5em; 
    text-align: center; 
	text-decoration:none;
} 
h5 { 
    background-color: #7F0000; 
    font-size:11px;
    margin: 0; 
    margin-bottom: 0.5em; 
    text-align: left; 
	text-decoration:none;
} 

img { 

	background-color: #67281D; 
} 
 
</STYLE>

