body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

.mainTable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D8DB3;
	border-left-color: #2D8DB3;
}
.tdLeftMenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2DBDD;
}
.tableBottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DBDD;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E8DC2;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0E8DC2;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0E8DC2;
	text-decoration: none;
}


a:link.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0E8DC2;
	text-decoration: none;
}
a:visited.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #0E8DC2;
	text-decoration: none;
}
a:hover.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	text-decoration: underline;
}
a:active.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #0E8DC2;
	text-decoration: none;
}

a:link.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E8DC2;
	text-decoration: none;
}
a:visited.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0E8DC2;
	text-decoration: none;
}
a:hover.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a:active.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0E8DC2;
	text-decoration: none;
}
.font10Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #426BA1;
	letter-spacing: 1px;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 8px;
	list-style-type: square;
}
.Font12WhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.font14BlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #426BA1;
}
.fontAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

div.home_rss {
	float: right;
	width: 350px;
}

div.home_rss a.rss_headlines {
	font-size: 11px;
}

p.rss_detail {
	margin-top: 0;
	margin-bottom: 2em;
}

div.home_rss p.rss_detail {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 1em;
}

label {
	float: left;
	margin: 2px 5px 0 0;
	text-align: right;
	width: 110px;
}

label.inline {
	float: none;
	text-align: left;
	width: auto;
}

label.required {
	font-weight: bold;
}

p.aligned, ul.aligned {
	margin-left: 115px;
}

.memberInfo {
	font-size: 11px;
	text-align: right;
}

div.vcard {
	margin: 0 0 1em 0;
}

.error, .attention {
	color: #cc0000;
}