/* 

	Century 21 Shireen Preksta Inc.
	www.century21preksta.com
	info@century21preksta.com

*/

body {

	background-color: #020204;
	background-image:url(images/header/bg.jpg);
	background-repeat:repeat-x;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

/* TYPE */

a:link {
font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; color: #F4A92A
}
a:visited {
color: #F4A92A; text-decoration: underline
}
a:active, a:hover {
color: #639CFF; text-decoration: underline
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

/* FORMS */

input.button {
	background-color:#020204;
	border:1px solid #F4A92A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
 }

input.textboxes {
	background-color:#020204;
	border:1px solid #F4A92A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

select.menus {
	background-color:#020204;
	border:1px solid #F4A92A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

textarea.style {
	background-color:#020204;
	border:1px solid #F4A92A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.fieldset {
	border:1px solid #F4A92A;
	padding: 0px;
	margin-bottom: 4px;
}
