td, div, body {
	font: 13px Arial, Serif;
}

h2 {
	font-family: Georgia, Century, Times, serif;
	font-size: 14px;
	border-bottom: 1px solid #AACCAA;
	padding-bottom: 0px;
	color: #009900;
	margin-bottom: 0px;
	
	margin-top: 20px;
	font-family: arial;
	color: #992222;
	color: #007700;
	border-bottom: 1px solid #0672ae;
	border-bottom: 2px solid #447744;
	margin-bottom: 3px;
}

h2:first-child {
	margin-top: 10px;
}

p {
	margin-top: 3px;
}

a {
	color: #004f86;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.addressTable {
	border-collapse: collapse;	
}

table.addressTable td {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.addressTable td:first-child {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}


table.wideTable {
	margin-top: 5px;
	border-collapse: collapse;
}

table.wideTable td, table.wideTable th  {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #447744;
}

table.wideTable tr:first-child td  {
	background-color: #DDFFDD;
	border-bottom-width: 1px;
}

div.calloutBlue {
	background-color: #eeeeff;
	padding: 9px;
	border: 2px solid #88aaff;
	color: #002288;
	text-align: center;
}

ol,ul {
	padding-left: 20px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.callout2 {
background:none repeat scroll 0 0 #FFFFCC;
border:2px solid #FF9933;
color:#000099;
font-size:12px;
padding:12px;
text-align:center;
}
