BODY, TD {
	background : #E5E5E5;
	font-size: 12pt;
	font-family: "Tahoma", "Arial", sans-serif; 
	color: #000000; 
}

h1 { 
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 20pt; 
	color: #000000; 
        font-weight: bold; 
}
h2 { 
	font-family: "Tahoma", "Arial", sans-serif; 
	font-size: 18pt; 
	color: #000000; 
        font-weight: bold; 
}
h3 { 
	font-family: "Tahoma", "Arial", sans-serif; 
	font-size: 14pt; 
	color: #000000; 
        font-weight: bold; 
}
h4 { 
	font-family: "Tahoma", "Arial", sans-serif; 
	font-size: 12pt; 
	color: #000000; 
        font-weight: bold; 
}
h5 { 
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 12pt; 
	color: #000000; 
        font-weight: bold; 
}

TD.upper {
	color : #000000;
	background : #606060;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 11pt;
}

FONT.smaller {
	font-size: 9pt;
}

table.entries {
	color : black;
	font-family: "Tahoma", "Arial", sans-serif;	font-size: 11px;
	BORDER-RIGHT: #505050 1px solid;
	BORDER-LEFT: #505050 1px solid;
	BORDER-TOP: #505050 1px solid;
	BORDER-BOTTOM: #505050 1px solid;
}

A {
	color: #404040; 
	text-decoration: none;
}

A:HOVER {
	color: #1404EB; 
	text-decoration: underline;
}

A.smaller {
	font-size: 9pt;
	color : #404040;
	text-decoration : none;
}

A.smaller:HOVER {
	font-size: 9pt;
	color : #1404EB;
	text-decoration : underline;
}

input, textarea, select {
	background-color: #FFFFFF;
	font-family: "Courier New", sans-serif;
	}

HR {
	color: #404040;
	height: 1px;
}