body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
td.tdSubNavSection {
	width: 90px;
	padding: 15px 10px 30px 20px;
	text-aling: left;
	background: white url(../images/vertical_lines.gif) repeat-y top right;
	vertical-align: top;
}
td.tdSubNavRight {
	vertical-align: top;
	text-align: left;
	padding: 15px 30px 30px 30px;
	width: 540px;
}
a.aSubNavLink:link {
	text-decoration: none;
	font-size: 12px;
	color: #FF9900;
}
a.aSubNavLink:visited {
	text-decoration: none;
	font-size: 12px;
	color: #FF9900;
}
a.aSubNavLink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

ul.ulBullets {
	list-style: circle;
}
ul.ulBullets li {
	list-style: disc;
	margin: 0px 0px 5px 45px;
}

ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
li {
	list-style-type: none;
	padding: 0px 5px 8px 0px;
}
p.pIndented {
	padding-left: 30px;
	font-size: 12px;
}
a.aRegularLink:link {
	font-size: 12px;
	color: #0000CC;
}
a.aRegularLink:visited {
	font-size: 12px;
	color: #0000CC;
}
a.aRegularLink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

a.aMainNav:link {
	font-size: 11px;
	font-weight: bold;
	color: #AD424C;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a.aMainNav:visited {
	font-size: 11px;
	font-weight: bold;
	color: #AD424C;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a.aMainNav:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul.ulMainNav {
	margin: 0px;
	padding: 0px;
}
ul.ulMainNav li {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 4px 0px;
	margin: 1px 0px;
}

h4.h4Announcement {
	font-size: 13px;
	font-weight: bold;
	background-color: #ccc;
	margin-bottom: 0px;
	padding: 3px 0px 3px 7px;
}

table.tableRoundCorners {
	border-collapse: collapse;
}
table.tableRoundCorners td {
	padding: 0px;
}
table.tableRoundCorners td.tdCorner {
	vertical-align: top;
	width: 9px;
}
table.tableRoundCorners td.tdBorderTop {
	background: white url(../images/border_top.gif) repeat-x top left;
}
table.tableRoundCorners td.tdBorderLeft {
	background: white url(../images/border_left.gif) repeat-y top left;
}
table.tableRoundCorners td.tdBorderRight {
	background: white url(../images/border_right.gif) repeat-y top right;
}
table.tableRoundCorners td.tdBorderBottom {
	background: white url(../images/border_bottom.gif) repeat-x bottom left;
}
