@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent { padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ }

td
{
	margin: 2px;
	padding: 7px;
}

.border { border: 2px solid #000000; }

.border1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	border: thin solid #009900;
}

.border2 { border: 1px solid #000000; }

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 9px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #D52B00;
	margin: 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #008000;
	margin: 0px;
	padding: 0px;
}

h6
{
	font-size: 7px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
	line-height: normal;
}

.h7
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00FF00;
	text-align: left;
	padding: 5px;
}
.h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	color: #FFFF00;
}


img { margin: 3px; }

hr
{
	text-align: center;
	height: 3px;
	width: 700px;
	background-color: #00FF00;
	color: #00FF00;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0000CC;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #00FF99;
}

body
{
	background-image: url(../../BurlapDk.GIF);
	margin-top: 20px;
	margin-bottom: 20px;
}

.style2 { font-weight: bold }

.style4
{
	font-size: 36px;
	color: #D52B00;
	font-style: italic;
}

.style7 { color: #000099 }

.style8 { color: #000066 }

.style9
{
	color: #666666;
	font-style: italic;
}

.style10
{
	color: #C10000;
	font-weight: bold;
}

.style29
{
	color: #0000CC;
	font-weight: bold;
	font-size: 16px;
}

.style6 { color: #000000; }

.style32 { color: #FF0000 }

.style33
{
	color: #000099;
	font-weight: bold;
	font-size: 16px;
}

.style36
{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.style39 { color: #0000FF }

.style40 { color: #660000 }

.style41
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
