/* CSS Document */
body {
	color: #000;
	background-color:#234A73;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td {
background-color:#fff;
border: 2px black solid;}

td.other {
	background-color:#fff;
}
p {
	font-size:13px;
	line-height:18px;
}
p.other {color:#000;}

ul li {
	font-size:13px;
	list-style-type: square;
	color:#000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18px;
	font-weight:normal;
	padding-top:10px;
}
h2.other {
	color:#E4802C;
}
.emphasis {
	color:#000;
	font-weight:bold;
}
.border { border:solid 2px #000;}

a{
	color: #E4802C;
}
.other a {
	color:#E4802C;
}