.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC9999;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
BODY {
background-image: 
url('images/bgRem.jpg');
background-repeat: repeat-x;
scrollbar-track-color: #663333;
scrollbar-arrow-color: white;
scrollbar-shadow-color: #663333;
scrollbar-darkshadow-color: #663333;
scrollbar-highlight-color: #663333;
scrollbar-3dlight-color: #663333;
scrollbar-face-color: #993333;
}

textarea { 
 background-color: white; 
 color: #663333;
 border: 1px solid #663333;
}

input { 
 background-color: white;
 color: #663333;
 border: 1px solid #663333;
}

