@charset "UTF-8";
@import "lightbox.css";

html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

/*---- Header section ----*/
h1 {
	display:none;
}
h2 {
	display:none;
}

/*---- Body section ----*/
.content {
	margin:0px;
	padding:15px;
	font-size:10pt;
	color:#303030;
}
.content h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
}
.content h4,h5,h6 {
	margin:0px;
	padding:0px;
}
.content li {
	margin-bottom:10px;
}

.content address {
	font-style:normal;
	color:#303030;
	font-size:10pt;
	line-height:1.25em;
}

.content img {
	border:none;
}


/*---- Footer section ----*/
#footer {
	background-color:#006699;
	color:#FFFFFF;
	font-size:10pt;
}
#footer_line {
	background-color:#006699;
	background-image:url(images/footer_line.gif);
	background-repeat:repeat-y;
	width:1px;
}
address {
	font-style:normal;
	color:#FFFFFF;
	font-size:10pt;
	line-height:1.25em;
}

/*---- Right shadow section ----*/
#shadowl {
	background-image:url(images/refton_r1_c9.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	width:5px;
}
#shadowr {
	background-image:url(images/refton_r1_c7.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	width:5px;
}

/*---- hi link ----*/
#hilink {
	display:none;
}
