﻿body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        font-size: 14px;
	font-family: Geneva, Arial, MS Sans Serif, sans-serif;
	color: #000000;
	background-color: #FFE9E8;
	}

a:link { 
	color: #7F0005;
        text-decoration: none;
	}
a:visited { 
	color: #7F0005;
        text-decoration: none;
	}
a:hover { 
	color: #000000;
	text-decoration: underline;
	}
a:active { 
	color: #45020B;
        text-decoration: none;
	}

p {
	font-size: 14px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px; 
	}


h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        text-align: center;
	}
h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        text-align: left;
	}
h3 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
        border: 0px dotted white;
	}
h4 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 8px;
	}
h5 {
	font-size: 16px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
        text-align: left;
        font-weight: normal;
	}
h6 {
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
        text-align: left;
	}
h7 {
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
        padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
        border: 1px dotted black;
        background: #ffffff;
	}

#left {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px;
	padding: 10px;
	border: 2px solid #F4F7EC;
	background: #EFD9DC;
	width: 120px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
        position: relative;
	width: 250px; /* ie5win fudge ends */
	}
#middle {
        text-align: center;
        position: absolute;
	top: 0px;
        left: 110px;
        width: 800px;
	margin: 10px 190px 10px 190px;
	padding: 5px;
	border: 2px solid #000000;
	background: #FFF2F3;
	}

.thumbnail
{
float: left;
width: 130px;
text-align: center;
border: 0px solid #999;
margin: 1px 5px 1px 9px;
padding: 5px;
}

.clearboth { clear: both; }

/* list */

ul
{
list-style: disc;
padding: 0px;
padding-left: 10px;
margin: 0px;

}



