body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #58585a;
} 
p {
	margin: 1em 0;
	text-align: justify;
}
h1, .title {
	background-color: #88ac2e;
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 8px;
	font-family: Arial, Verdana, sans-serif;
}
#Content.Green h1, #Content.Green .title {
	background-color: #88ac2e;
}
#Content.Blue h1, #Content.Blue .title {
	background-color: #0088b9;
}
#Content.Yellow h1, #Content.Yellow .title {
	background-color: #e1bc1c;
}

h2 {
	font-size: 10pt;
	margin-top: 15px;
	color: #88ac2e;
}
h3 {
	font-size: 8pt;
	margin-top: 15px;
	color: #88ac2e;
}
h4 {
	font-weight: normal;
	font-size: 8pt;
	margin: 0;
	color: #88ac2e;
}

#Content.Green h2, #Content.Green h3, #Content.Green h4 { color: #88ac2e; }
#Content.Blue h2, #Content.Blue h3, #Content.Blue h4 { color: #0088b9; }
#Content.Yellow h2, #Content.Yellow h3, #Content.Yellow h4 { color: #e1bc1c; }

img {
	border: 0;
}

a, a:link, a:visited {text-decoration: none; color: #88ac2e; }
a:active, a:focus, a:hover {text-decoration: underline;}

#Content.Green a { color: #324b0d; }
#Content.Blue a { color: #004561; }
#Content.Yellow a { color: #937d11; }

#Content.Yellow h1 a, #Content.Green h1 a, #Content.Blue h1 a { color: #fff; text-decoration: none; }

hr {
	border-top: 1px solid #00488F;
	border-right: 0 none #FFF;
	border-left: 0 none #FFF;
	border-bottom: 0 none #FFF;
	border-collapse: collapse;
	height: 1px;
	width: 100%;
	text-align: center;
	border-style: dotted;
}


table {
	border-collapse: collapse;
	border: 0;
}
th, td {
	padding: 0.3em;
}
th {
	border-bottom: 2px solid #88ac2e;
	border-left: 2px solid #fff;
}
#Content.Blue th {
	border-bottom: 2px solid #0088b9;
}
#Content.Yellow th {
	border-bottom: 2px solid #e1bc1c;
}

td {
	border-bottom: 1px solid #bbb;
	border-left: 2px solid #fff;
}
.trOdd td {
	background-color: #f4f4f4;
	border-left: 2px solid #f4f4f4;
}
.trEven td {
	background-color: #fff;
	border-left: 2px solid #fff;
}


table.cleanTable th, table.cleanTable td {
	border: 0;
}

caption {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0.4em;
}

ul {
	margin-bottom: 1em;
}

dl dt {
	font-weight: bold;
	color: #258;
	margin-top: 0.6em;
}
dl dd {
	font-size: 9pt;
}


input.modern, textarea.modern {
	font-family: verdana;
	font-size: 10pt;
	margin-top: 0;
}
input.modern, textarea.modern, .modernBorder {
	border: 1px solid #A7A6AA;
	border-collapse: collapse;
	padding: 2px;
	max-width: 100%;
	margin-right: -6px;

}
form { 
	margin: 0;
	padding: 0;
}

.Underline {
	text-decoration: underline;
}
