@charset "iso-8859-1";

html { margin: 0px; }

body {
	background: white;
/*	margin-left: 5px; */
/*	margin-right: 580px; */
	margin-top: 5px;
/*	marginheight: 0px;	*/
/*	margin: 0px;		*/	
	font-family: Arial, Swis721 BT, Helvetica, sans-serif;
/*	padding:4px;	*/
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 16px;
}

.logo {
	font-family: Arial Narrow, Swis721 BT Cn, Helvetica Condensed, sans-serif;
	font-size: 22px;
	font-weight: bold;
/*	text-transform: underline; */
/*	text-decoration: underline; */
	line-height: 40px;
}

div {
	background: white;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	font-family: Arial, Swis721 BT, Helvetica, sans-serif;
/*	padding:4px;	*/
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height: 17px;
}

.heading {
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	padding-top: 40px;
}

.title {
	font-size: 17px;
	font-weight: bold;
/*	text-transform: capitalize; */
	line-height: 19px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

.quote {
	font-style: italic;
}

.contact {
	font-size: 14px;
	text-align: left;
	line-height: 17px;
}

ul, ol {
	background: white;
	margin-left: 65px;
	margin-right: 40px;
	margin-bottom: 25px;
	font-family: Arial, Swis721 BT, Helvetica, sans-serif;
/*	padding:4px;	*/
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height: 20px;
}
A.header:link {text-decoration: none; color:white;}
A.header:visited {text-decoration: none; color:white;}
A.header:hover {text-decoration: underline; color:white;}

A:link {text-decoration: none; color:#0080ff;}
A:visited {text-decoration: none; color:#004477;}
A:hover {text-decoration: bold; color:#ff8000;}
