body {
	font-family: verdana;
	font-size: 8pt;
} 
p {
	margin: 1em 0;
}
h1, h2, h3, h4, .miniTitle, .title {
	color: #000055;
	font-family: Arial, Verdana, sans-serif;
}
h1, .title {
	margin-top: 0;
	font-size: 16pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
.miniTitle, h4 {
	font-weight: bold;
	font-size: 8pt;
	color: #0c4979;
	font-style: italic;
}

img {
	border: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #243875;
}

a:active, a:focus, a:hover {
	text-decoration: underline;
}

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 #e29e29;
	border-left: 2px solid transparent;
}
td {
	border-bottom: 1px solid #bbb;
	border-left: 2px solid transparent;
}
.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;
}
form { 
	margin: 0;
}
