﻿body {
	padding:0;
	font-family:"Times New Roman", Times, serif; 
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
	margin-top: 16px; margin-left:0; margin-right:0; margin-bottom:0; background-attachment:fixed; background-position-y:50%
	
}

*{
margin:0;
padding:0;
border:0;
}

table.container {
	border-left: 1px solid #941B3E;
	border-right: 1px solid #941B3E;
	border-top: 1px solid #941B3E;
	border-bottom: 1px solid #941B3E;
}
td { text-align: left;vertical-align:top;
	font-size: 10pt;
	color: #1D2326
}


p {
	font-size: 12pt;
	color: #663300
}

img.logo {
	border-top: 1px solid #941B3;
	padding-top: 0px;
}
h1 {
	margin:.5em 0; font-family: Times New Roman;
	font-size:1.9em;
	line-height:1em;
	font-weight:bold;
	text-transform: uppercase;
	color: #633400; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-style:solid; border-bottom-width:2px
}

h2 {
	font-family: Times New Roman;
	font-size: 14pt;
	line-height: 1em;
	font-weight: bold;
	margin: .5em 0;
	text-transform: uppercase;
	color: #633400
}a:link       { color: #633400; text-decoration: underline }
a:hover      { color: #633400; text-decoration: none }
a:visited    { color: #633400 }