/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size : 10pt;
	font-style: normal;
	background-image: url(images/bg/greenDot.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-color: #8CC740;
}

#splashBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size : 10pt;
	font-style: normal;
	background-image: url(images/bg/greenDot.gif);
	margin-left: -1em;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-color: #8CC740;
}

tagline { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333; 
	font-size : 11pt; 
	font-style: italic;
}

subhead1 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39C; 
	font-size : 12pt; 
	display : inline;
	font-weight: bold;
}

sub1_italic { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39C; 
	font-size : 12pt; 
	font-style: italic;
	font-weight: bold;
}

subhead2 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39C; 
	font-size : 11pt; 
	display : inline;
}

pdf { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39C; 
	font-size : 10pt; 
	display : inline;
}

vol_bold { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333; 
	font-size : 10pt;
	font-weight: bold;
}

vol_boldBlue { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39c; 
	font-size : 10pt;
	font-weight: bold;
}

vol_bullets { 
	font-family: Arial, Helvetica, sans-serif;
	color: #fff; 
	font-size : 10pt;
	font-weight: bold;
}

italics { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333; 
	font-size : 10pt; 
	font-style: italic;
}

bold { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333; 
	font-size : 10pt;
	font-weight: bold;
}

quicktime { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39C; 
	font-size : 11pt; 
	display : inline;
	font-weight: bold;
}

download { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39C; 
	font-size : 10pt; 
	display : inline;
}

symbol { 
	font-family: Arial, Helvetica, sans-serif;
	color: #39c; 
	font-size : 12pt;
}

/* HEADER IMAGES; INCLUDES NEWS, HEALTH, ETC... */
.news-leftTop {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.news-leftBottom {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

copyright { 
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc; 
	font-size : 8pt;
}

/* BIO IMAGES */
#bioImage {
	float:left;
	margin:-1 10px 5px 0;
}

/* BIO TEXT */
#bioText {
	font-size:1em;
	margin-left:12.4em;
	margin-bottom:.75em;
}

/* MAIN Hyperlinks */
/* up - white */
a:link { 
	color : #fff;
	font-size : 10pt;
	font-weight: bold;
	text-decoration:none;
}

/* breadcrumb- white underscore */
a:visited { 
	color:#fff;
	font-size : 10pt;
	font-weight: bold;
	text-decoration:none;
}

/* over - blue */
a:hover { 
	color:#39c;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration:none;
}

/* down - charcoal grey*/
a:active { 
	color:#333;
	font-size : 10pt;
	font-weight: bold;
	text-decoration:none;
}

/* LOW NAV Hyperlinks */
/* up  - blue*/
a.two:link { 
	color : #39c;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}

/* breadcrumb  - blue*/
a.two:visited { 
	color : #39c;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}

/* over  - white*/
a.two:hover { 
	color : #fff;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}

/* down  - charcoal grey*/
a.two:active { 
	color : #333;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}

/* ADDRESS NAV Hyperlinks */
/* up  - green*/
a.three:link {
	color : #8c4;
	font-size : 10pt;
	text-decoration:underline;
	font-weight: normal;
}

/* breadcrumb  - green*/
a.three:visited {
	color : #8c4;
	font-size : 10pt;
	text-decoration:underline;
	font-weight: normal;
}

/* over  - blue*/
a.three:hover {
	color : #39c;
	font-size : 10pt;
	text-decoration:none;
	font-weight: normal;
}

/* down  - charcoal grey*/
a.three:active {
	color : #333;
	font-size : 10pt;
	text-decoration:none;
	font-weight: normal;
}

/* TEXT EMPHASIS NAV Hyperlinks */
/* up  - blue*/
a.four:link { 
	color : #39c;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}

/* breadcrumb  - blue*/
a.four:visited { 
	color : #39c;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}

/* over  - green*/
a.four:hover { 
	color : #8c4;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}

/* down  - charcoal grey*/
a.four:active { 
	color:#333;
	font-size : 10pt;
	font-weight:bold;
	text-decoration:none;
}