BODY {
	color: Black;
	font-family: tahoma;
	SCROLLBAR-FACE-COLOR: #E0E0E0;
	SCROLLBAR-HIGHLIGHT-COLOR: #E5E5E5;
	SCROLLBAR-SHADOW-COLOR: #D0D0D0;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: gray;
}
td {
	font-size: 12px;
}
h1 {
	font-size: 12px;
}
hr {
	width: 90%;
	height: 1px;
	border: solid 1px #F0F0F0;
}
A:link {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 4px #F0F0F0;
}
A:visited {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 4px #F0F0F0;	
}
A:hover {
	color: black;
	border-bottom: solid 4px red;	
}
A:active {
	color: black;
	border-bottom: solid 4px red;		
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	height: 70px;
	width: 200px;
	color: Gray;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: Gray;
}
.keywords {
	font-size: 1px;
	color: Silver;
}
li {
	color: Gray;
	padding-top: 14px;
}
.sg {
	display: block;
	border: solid 1px #E5E5E5;
	background-color: #F9F9F9;
	padding: 4px;
}
.sg b {
	display: block;
}
.sg small {
	color: #E5E5E5;
}
