body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eeeeee;
}

/* Main nchor link attributes */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	/* blue */
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	/* green */
	color: #66CC66;
}

/* Anchor link attributes for sublinks */
a.sublink:link {
	color: #000000;
	text-decoration: underline;
}
a.sublink:visited {
	text-decoration: underline;
	color: #000000;
}
a.sublink:hover {
	text-decoration: none;
	color: #000000;
}
a.sublink:active {
	text-decoration: none;
	color: #000000;
}


/* Link attributes for text links in header */
a.qlink:link {
	color: #ffffff;
	text-decoration: none;
}
a.qlink:visited {
	text-decoration: none;
	color: #ffffff;
}
a.qlink:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.qlink:active {
	text-decoration: none;
	color: #b7e2fe;
}

/* Anchor link attributes for names */
.name {
	font-size: 15px;
	font-weight: bold;
}
a.name:link {
	color: #000000;
	text-decoration: underline;
}
a.name:visited {
	text-decoration: underline;
	color: #000000;
}
a.name:hover {
	text-decoration: none;
	color: #0099FF;
}
a.name:active {
	text-decoration: none;
	color: #66CC66;
}

.sans11 {
	font-size: 11px;
}
.sans10 {
	font-size: 10px;
}
.sans09 {
	font-size: 9px;
}
.text {
	line-height: 21px;
}
.subhead {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #1d3fbf;
}
/* Background molecule image for homepage banner */
.bg_banner {
	background-image: url(../images/bg/bg_banner_middle.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* Background molecule image for subpage banner */
.bg_subbanner {
	background-image: url(../images/bg/bg_banner_sub_middle.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #333333;
}
.tagline_sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #333333;
}
.header {
	font-size: 24px;
	color: #1d3fbf;
	line-height: 22px;
}
.sans14 {
	font-size: 14px;
}
.sans16 {
	font-size: 16px;
}
.sans18 {
	font-size: 18px;
}
.jobtitle {
	font-style: italic;
}
.sidebar {
	line-height: 19px;
}
.bg_nav {
	background-color: #110074;
}
.sans12 {
	font-size: 12px;
}
.sans13 {
	font-size: 13px;
}
.table-head {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.table-head2 {
	font-size: 16px;
	font-weight: bold;
}
.table-body {
	font-size: 12px;
	line-height: 16px;
}
.table-bodybold {
	font-size: 13px;
	font-weight: bold;
	color: #1d3fbf;
}
