
html
{
	border: none;
}

body, td
{
	color: #11400b;
	font-size: 10pt;
	font-family: "Arial";
	vertical-align: top;
}

body
{
	border: none;
	background-color: #CFDB96;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.bg2
{
	background-color: #7CAC76;
}

p
{
	text-align: justify;
}

a:link
{
	color: #004F8F;
	text-decoration: none;
	font-weight: bold
}

a:visited
{
	color: #004F8F;
	font-weight: bold;
	text-decoration: none
}

a:hover
{
	color: #437AA8;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #437AA8;
	text-decoration: none;
	font-weight: bold
}

input, textarea, select
{
	font-size: 10pt;
	font-family: "Arial";
	background-color: #E3F0E1;
	color: black;
	border: 1px solid black;
	padding-left: 2px;
}

textarea.wysiwyg
{

}

input.button
{
	border-top: 1px outset white;
	border-left: 1px outset white;
	border-right: 1px outset black;
	border-bottom: 1px outset black;
}

input.button:hover
{
	background-color: #BDC8BB;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	border-left: 1px solid #11400b;
	border-bottom: 1px solid #11400b;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
}

h2
{
	font-size: 12pt;
}

h3
{
	font-size: 10pt;
}

ul
{
	position: relative;
	left: -20px;
	list-style: disc;
}

hr
{
	color: #000000;
	background-color: #000000;
	width: 100%;
	border: none;
	height: 1px;
}

table
{
	width: 100%;
}

img
{
	border: none;
}

td.left
{
	width: 200px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

td.right
{

}

td.border
{
	border: 1px solid #000000;
}

.error
{
	font-weight: bold;
	text-align: center;
	color: red;
}