/* CSS Document */

/********************//** BODY TEXT **/
.body {
	color: #00305c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
}
.bodyBold {
	color: #00305c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height:18px;
}
.title {
	color: #00305c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	line-height:18px;
}
.address {
	color: #00305c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
}

/********************//** NAVIGATION **/

.selectedNav {
	color: #00305c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height:22px;
		padding-top: 5px;
	padding-bottom: 5px;
}
.mainNavOptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0093d0;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C4DDFF;
	line-height: 22px;
		padding-top: 5px;
	padding-bottom: 5px;
}
.subNavOptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0093d0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
}

/********************//** STOCK NEWS  **/
.stockLayout {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
/********************//** BUTTONS  **/
.button {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0093d0;
}

/********************//** LINKS **/
a.nav:link
{
 color: #0093d0;
 text-decoration: none;
 	line-height: 22px;
}
a.nav:visited
{
 color: #0093d0;
 text-decoration: none;
 	line-height: 22px;
}
a.nav:hover
{
 color: #00305c;
 text-decoration: none;
 font-weight: bold;
 	line-height: 22px;
}
a.nav:active
{
 color: #0093d0;
 text-decoration: none;
 font-weight: bold;
 	line-height: 22px;
}


a.bodyLink:link
{
 color: #00305c;
 text-decoration: none;
 	line-height: 22px;
}
a.bodyLink:visited
{
 color: #00305c;
 text-decoration: none;
 	line-height: 22px;
}
a.bodyLink:hover
{
 color: #0093d0;
 text-decoration: none;
 font-weight: bold;
 	line-height: 22px;
}
a.bodyLink:active
{
 color: #00305c;
 text-decoration: none;
 font-weight: bold;
 	line-height: 22px;
}

