@charset "utf-8";
/* CSS Document */

/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, img {
	margin:0px;
	padding:0px;
	border:none;
	font-family: Tahoma;
}
body {
	background-color:#FCA387;
	padding:10px;
}
img {
	border:0px;
	margin:0px;
	display:block;
}
/*VISIONSCAPE MENU SETTINGS*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
/* BASIC TEXT STYLING */

p, li, ol, ul {
	font-size: 12px;
	color: #666666;
	line-height:18px;
}
p, ol, ul {
	margin-bottom:15px;
}
/*.content p{text-align:justify;}*/
a:link {
	color: #F96446;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FA6648;
}
a:hover, a:visited:hover {
	text-decoration: underline;
	color: #F96446;
}
a:active {
	text-decoration: none;
	color: #F96446;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:15px;
}
h1 {
	color: #F96446;
	font-size: 20px;
	font-weight: normal;
	text-transform:lowercase;
}
h1 span {
	color:#666666;
}
h2 {
	font-size:17px;
	color:#666666;
	font-weight: normal;
}
h3 {
	font-size:14px;
	color: #F96446;
	font-weight: normal;
}
h4 {
	font-size:13px;
	color:#666666;
	font-weight: bold;
}
/* SPECIFIC CLASS STYLING */

td.footer {
}
.footer p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:visited:hover, .footer a:active {
	color: #777777;
}
div {
	background-position:right !important;
}
fieldset {
	border:none;
	padding:0px;
}
.dataformRequired {
	display:none;
}
