body {
	background-color: #F3E4D7;
	background-image: url(repeaterleft.jpg);
	background-repeat: repeat-y; /* x or y */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #000000;
}

table, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #000000;
}

A:LINK {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

A:VISITED {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

A:HOVER {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ff0000;
	text-decoration : none;
}

A:ACTIVE {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ff0000;
	text-decoration : none;
}

h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic; /*italic*/
	color: #000066;
}

h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ffffff;
}

h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}


h5 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}



.navy{
	color: #000080;
}

.left {
	background-image: url(left.jpg);
}


.right {
	background-image: url(right.jpg);
}


.bottom {
	background-image: url(bottom.jpg);
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	color : #999999;
}