body {
	background-color: #FFFFFF;
	}
blockquote {
	font-family:"Times New Roman", serif;
	font-size:13px;
	font-weight:bold;
	color:#627A97;
			}


/* ##### Divisions ##### */

#title {
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px -5px 0px;
	z-index: auto;
	}

#body {
	background-color: #E9E9E9;
	width: 760px;
	padding: 10px 0 0 0;
	margin: 0px;
	}

#body .inner {
	float:right;
	width:200;
	padding:10px;
	margin:0px;
	}

#cell {
	background-color: #E9E9E9;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	}

#footer {
	background-color: #E9E9E9;
	width: 100%;
	padding: 0px;
	margin: 8px 0px 20px 0px;
	}


/* ##### Formatting ##### */
h1 {
	font-family: "Times New Roman", verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1pt;
	padding: 0px 8px 8px 8px;
	}

h2 {
	font-family: "Times New Roman", verdana, sans-serif;
	font-size: 14px;
	color: #627A97;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 8px 5px 8px;
	}
	
h3 {
	font-family: "Times New Roman", verdana, sans-serif;
	font-size: 16px;
	color: #627A97;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 8px 5px 8px;
	}
	
h4 {
	font-family: "Times New Roman", verdana, sans-serif;
	font-size: 13px;
	color: #627A97;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 8px 5px 8px;
	}

h5 {
	font-family: "Times New Roman", verdana, sans-serif;
	font-size: 10px;
	color: #627A97;
	text-align: right;
	font-weight: bold;
	padding-right: 90px;
	}

#body p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 15px;
	text-align: justify;
	padding: 0px 12px 8px 12px;
	}

#cell p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 15px;
	text-align: justify;
	padding: 0px 12px 8px 12px;
	}

#footer .l_text {
	font-family: tahoma, verdana, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	text-align: justify;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	}

#footer .r_text {
	font-family: tahoma, verdana, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	text-align: right;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	}
#footer .nav_text {
	background-color: #fff;
	font-family: tahoma, verdana, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	}


/* ##### Hyperlinks ##### */
#title_side a:link, #title_side a:visited {
	color: #666666;
	text-decoration: none;
	}

#title_side a:active, #title_side a:hover {
	color: #FF0000;
	text-decoration: none;
	}

#body a:link, #body a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	}

#body a:active, #body a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
	}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	}

#footer a:active, #footer a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
	}


/* ##### Lists ##### */
#body ul {
	list-style:disc inside;
	font-family:tahoma, verdana, arial, sans-serif;
	font-weight:normal;
	color: #444;
	font-size:11px;
	line-height:15px;
	margin:0;
	padding-left:15px;
	}