BODY {
	color: #000000;
	font-family: Georgia, Arial, "Lucida Sans", sans-serif;
	font-size: x-small;
	text-align: left;
	border: #FF3300;
	SCROLLBAR-3DLIGHT-COLOR: #f7f7f7;
	SCROLLBAR-ARROW-COLOR: #FF3300;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #FF3300;
	SCROLLBAR-HIGHLIGHT-COLOR: #f7f7f7;
	SCROLLBAR-SHADOW-COLOR: #FF3300;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #F8F8F8;
	background-image: url(images/bg.gif);
}

input, select, textarea {
	background-color : #f7f7f7;
	font-family : Georgia, Arial, "Lucida Sans",sans-serif;
	background : #FFFFFF;
	border-bottom : thin solid #800000;
	border-right : thin solid #800000;
	border-top : thin solid #CC0000;
	border-left : thin solid #CC0000;
	font : Georgia, Arial, "Lucida Sans", sans-serif;
	font-size : x-small;
}

INPUT.radiobutton {
	background-color : #FFFFFF;
	color : #CC0000;
	background : #FFFFFF;
	border-bottom : thin solid  #FFFFFF;
	border-right : thin solid  #FFFFFF;
	border-top : thin solid  #FFFFFF;
	border-left : thin solid  #FFFFFF;
	font-size : x-small;
}

table, td {
	border-color : #FF3300;
	background-image: url(images/bg.gif);
}

HR {
	color : #FF3300;
}

A:link{
	color : #FF3300;
	text-decoration : none;
}

A:visited{
	color : #FF3300;
	text-decoration : none;
}
A:hover{
	color : #FF3300;
	text-decoration : blink;
}
A:active{
	color : #000000;
	text-decoration : none;
}



