body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#333333;
}
a {
	color:#95A3AB;
	text-decoration:underline;
}
a:hover {
	color:#4B0102;
}
img {
	border:0px;
}
p, h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px 0px 10px 0px;
}
h1 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:20px;
	color:#95A3AB;
}
h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	color:#95A3AB;
}
h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	color:#95A3AB;
}
h4 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	color:#95A3AB;
}
h5 {
	font-weight:bold;
	font-size:11px;
	color:#95A3AB;
}
h6 {
	font-weight:bold;
	font-size:10px;
	color:#95A3AB;
}
form {
	margin:0px;
	padding:0px;
	border:0px;
}
fieldset {
	margin:0px;
	padding:0px;
	border:0px;
}
input, select {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border:#4B0102 solid 2px;
	background-color:#DBCCCC !important;;
	color:#000000;
	width:270px;
}

/* classes */
.floatleft {
	float:left;
	margin:0px 10px 10px 0px;
	border:#4B0102 solid 2px;
}
.floatright {
	float:right;
	margin:0px 0px 10px 10px;
	border:#4B0102 solid 2px;
}
.borderimg {
	border:#4B0102 solid 2px;
}
.highlight {
	color:#4B0102;
}
.submit {
	font-size:12px;
	text-decoration:underline;
	color:#4B0102;
}
