

/* body */

body {
	background-image: url("img/background.jpg");
	text-align: center;
	}

p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	}

p:first-line {
	text-indent: 8px;
	}

cite {
	color: #373737;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	}
		
a:link {
	color: #373737;
	text-decoration: none;
	border-bottom: 1px dotted #373737;
	}

a:visited {
	color: #373737;
	text-decoration: none;
	border-bottom: 1px dotted #373737;
	}

a:hover {
	border-bottom: 1px solid #373737;
	}

a:active {
	color: #373737;
	text-decoration: underline;
	border-bottom: 1px solid #373737;
	}

cite a:link, cite a:visited {
	color: #373737;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #373737;
	}
	
cite a:hover {
	color: #373737;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #373737;
	}

cite a:active {
	color: red;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #000080;
	text-align: left;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}


.gray {
	color: #373737;
	font-size: 10pt;
	text-align: left;
	line-height: 110%;
	}
	
.reader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #373737;
	text-align: right;
	}

table tr td {
	vertical-align: top;
	text-align: left;
	}
	
li {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}
	
ol ul li {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #373737;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #373737;	
	}

.leftmod {
	width: 360px;
	float: left;
	padding: 8px 5px 8px;
	clear:left;
	}
	
.rightmod {
	width: 360px;
	float: right;
	padding: 8px 5px 8px;
	}	

.bottom {
	clear: both;
	}

/* Content */

#content {
	background: #FFFFFF;
	width: 800px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}


/* Masthead */

#mast {
	background: transparent;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}


/* Heading */

#head {
	width: 750px;
	background: transparent;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

/* Main */

#main {
	width: 750px;
	background: transparent;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	}
	
/* Footer */

#foot {
	width: 750px;
	background: transparent;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	line-height: 130%;
	}