@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container
{
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: auto;
}

.oneColFixCtr #mainContent
{
	margin-right: auto;
	margin-left: auto;
}

.border1
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.border2
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(bg_oldcanvasbge.jpg);
}

.border3 { border: thin solid #000099; }

.border4
{
	border: medium solid #00FF00;
	text-align: center;
}

.border5
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.border6
{
	border: medium solid #990000;
	margin: 0px;
	padding: 0px;
}

.border7 { border: 3px solid #00FF00; }

.border8
{
	margin: 0px;
	text-decoration: none;
	border: thin solid #000000;
	padding: 0px;
}

.border9
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.border10 { border: thin solid #00FF00; }

.border11 { border: thin solid #009900; }

.border12 { border: 1px solid #990000; }

.border13 { border: 1px solid #000000; }

.highlight
{
	background-color: #F0FF64;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2
{
	background-color: #004040;
	border: medium solid #770000;
	margin: 0px;
	padding: 10px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 3px;
	text-align: left;
}

h4
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #990000;
	text-align: center;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	border: medium solid #000099;
	margin: 0px;
	padding: 0px;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	border: medium solid #CC0000;
	padding: 3px;
	background-color: #FFFFFF;
	color: #000066;
	margin: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	text-decoration: none;
}

hr
{
	margin: 0px;
	padding: 0px;
	height: 5px;
	background-color: #CCCCCC;
	color: #CCCCCC;
}

.p1
{
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #CA0000;
}

td
{
	margin: 0px;
	padding: 0px;
}

.td1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.td2
{
	background-image: url(BlueStars.gif);
	text-align: center;
	margin: 0px;
}

.td3
{
	position: absolute;
	border: medium solid #990000;
}

.td4 { }

table
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

a:link
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: normal;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #33FFFF;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.h7
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}

.h8
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #CA0000;
	margin: 0px;
	padding: 0px;
}

.h9
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}

.h10
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.h11
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00FF00;
}
.h12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}


body
{
	background-image: url(BurlapMd.GIF);
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.style5 { color: #990000; }

.style6 { color: #000000; }

.style7 { color: #000066 }

.style8
{
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

.style9 { color: #000099 }

.style13
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.style14
{
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.style15
{
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.style16
{
	color: #9900FF;
	font-size: 18px;
}

.style20 { color: #CC0033 }

.style22 { font-size: 14px }

.style23
{
	font-size: 24px;
	color: #FFFFCC;
}

.style24 { color: #FFFFCC; }

.style27 { color: #31DE31; }

.style28
{
	color: #FF0000;
	font-weight: bold;
}

.style30 { font-size: 18px }

.style31 { color: #FF0000 }

.style32
{
	color: #FFFFFF;
	font-size: 18px;
}

.style33
{
	color: #000099;
	font-weight: bold;
	font-size: 16px;
}

.style36 { color: #0000FF }

.style38
{
	color: #0000FF;
	font-weight: bold;
}

.style39
{
	font-size: 20px;
	color: #000099;
}

.style40 { color: #CCCCCC }

.style49 { color: #FFFFFF }

.style50 { color: #00FF00 }

.style51 { font-weight: bold }

.style52 { font-size: 24px }

