html {
	height:100%;
}
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#fff;
	background-color: #bebebe;
}
img {
	border:0;
}
.bottom {
	color: #532; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 13px; 
}
a.bottom {
	color: #532; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 13px; 
	text-decoration: none;
}
a.bottom:hover {
	color: #fff;
	text-decoration: none;
	background-color: #c30;
}
.grey {
	color: #999;
}
a {
	color: #ff3333;
	text-decoration: none;
}
i {
	font-size: 10px;
	line-height: 15px;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.smaller {
	color: #666; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 13px; 
}
.copyright {
	color: #999999; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 13px; 
}
a.copyright {
	color: #999999; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 13px; 
	text-decoration: none;
}
.copyBottom {
	color: #666
}
/*Forms defaults*/
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#666;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}
/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}
/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../images/checkbox.gif) no-repeat left bottom;
}
/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}
/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:80px;
	height:26px;
	color:#666;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

