/***************************************************
         CSS Style Sheet for SAFTI
***************************************************/
BODY {
    background: #ffffff; 
font-family: Arial;  
}
html{
	
scrollbar-face-color: #A97730;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #A97730;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #FFFFFF;
}

a:link { color: #A50303; text-decoration: underline}
a:visited { color: #A97730; text-decoration: underline}
a:hover { color: #A50303; text-decoration: none }
a:active { color: #A97730; text-decoration: none}


 .normal {
	line-height: 1.6em;
	font-size: 10pt;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}


}

h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.picleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.picright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}


 
.indent {
	padding-left: 30px;
}
.red {
	color: a50303;
}
h2 {
	font-size: 16px;
	color: #A60304;
	font-weight: bold;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#newsletter {
	position:absolute;
	left:675px;
	top:85px;
	width:273px;
	height:60px;
	z-index:1;
	background-image: url(images/newsletterbg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.highlight {
	background-color: #F8F8F8;
	padding: 20px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	line-height: 1.6em;
}
.subheader {
	float: right;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
