body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px;
	padding:0px;
	color:#000000;
}

form {
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

.button {
	background-image:url(images/button_bg.gif);
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

input {
	border-width:1px;
	border-color:#87929e;
	border-style:solid;
	font-size:11px;
}

tr#red {
	color:#FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

tr#red a:link {color: white;	text-decoration: none;}
tr#red a:visited {color: white; text-decoration: none;}
tr#red a:hover {color: white; text-decoration:underline;}
tr#red a:active {color: white; text-decoration: none;}

tr#blacklink a:link {color: black;	text-decoration: none;}
tr#blacklink a:visited {color: black; text-decoration: none;}
tr#blacklink a:hover {color: black; text-decoration:underline;}
tr#blacklink a:active {color: black; text-decoration: none;}

.bord {
	border-color:#648274;
	border-width:1px;
	border-style:solid;
}

.obord {
	border-color:#f0893b;
	border-width:1px;
	border-style:solid;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b4080f;
	margin-bottom:4px;
	margin-top:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b4080f;
	margin-bottom:2px;
	margin-top:14px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom:2px;
	margin-top:5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-top:0px;
	margin-bottom:7px;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
padding-left:5px;

}

li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 13px;
}

.borderbottom {
	padding-top:5px;
	padding-bottom:5px;
	border-width:0px;
	border-bottom-width:1px;
	border-style:solid;
	border-color:#006133;
}

A:active {
	COLOR: #b4080f; TEXT-DECORATION: none
}
A:link {
	COLOR: #b4080f; TEXT-DECORATION: none; font-weight:none;
}
A:visited {
	COLOR: #b4080f; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}