a, a:active {
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a:link {
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a:hover {
	background-color: #0066B2;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a.boldLink, a.boldLink:active {
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

a.boldLink:link {
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

a.boldLink:visited {
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

a.boldLink:hover {
	background-color: #0066B2;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

a.inverted, a.inverted:active {
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a.inverted:link {
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a.inverted:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a.inverted:hover {
	background-color: #FFFFFF;
	color: #0066B2;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

abbr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
}

acronym, cite, q, title {
	font-family: cursive;
	font-weight: lighter;
}

b, strong {
	font-weight: bold;
}

big {
	font-size: larger;
}

body {
	background-color: #7C94A5;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

br {
	line-height: 10pt;
}

button {
	text-align: center;
}

code {
	font-family: Courier New, Courier, mono;
}

h1, .title1 {
	font-size: 16pt;
}

h2, .title2 {
	font-size: 15pt;
}

h3, .title3 {
	font-size: 14pt;
}

h4, .title4 {
	font-size: 12pt;
}

h5, .title5 {
	font-size: 12pt;
}

h6, .title6 {
	font-size: 11pt;
}

hr {
	border-style: solid;
	color: #000000;
}

i, em {
	font-style: italic;
}

iframe {
	border: none;
}

img {
	border: none;
}

/*
li {
	list-style-type: square;
}

ol {
	list-style-type: upper-roman;
}
*/


option {
	font-size: 10pt;
}

p {
	line-height: 10pt;
}

s, strike {
	text-decoration: line-through;
}

select {
	font-size: 10pt;
	width: 100pt;
}

small {
	font-size: smaller;
}

span {
	float: none;
}

table {
	font-size: 10pt;
	padding: 0pt;
}

td {
	border: 0pt;
	font-size: 10pt;
	padding: 2pt;
	white-space: normal;
}

th {
	border: 0pt;
	font-size: 10pt;
	padding: 2pt;
	text-align: center;
	white-space: normal;
}

tr {
	border: 0pt;
}

u {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

.bbottom{
	border-bottom: 1pt solid #0066B2;
}

.bgImage{
	background-color: #FFFFFF;
	font-style: normal;
	white-space: normal;
}

.black{
	color: #000000;
}

.bleft{
	border-left: 1pt solid #0066B2;
}

/* CLASSES */
.bold{
	font-weight: bold;
}

.border{
	border: 1pt solid #0066B2;
}

.borderTop{
	border-top: 1pt solid #0066B2;
}

.borderBottom{
	border-bottom: 1pt solid #0066B2;
}

.borderRight{
	border-right: 1pt solid #0066B2;
}

.borderLeft{
	border-left: 1pt solid #0066B2;
}

.bright{
	border-right: 1pt solid #0066B2;
}

.btop{
	border-top: 1pt solid #0066B2;
}

.center{
	text-align: center;
}

.cursive{
	font-family: cursive;
}

.divPictureMain{
 float: left;
 width: 280px;
 margin-right: 8px;
 margin-bottom: 8px;
 position: relative;
}

.divPictureMainIndexPageEdgar{
 float: left;
 width: 375px;
 margin-right: 2px;
 margin-bottom: 2px;
 position: relative;
}

.divPictureMain1 {
background-color:  #AADDFF;
 float: left;
 width: 280px;
 margin-right: 2px;
 margin-bottom: 2px;
 position: relative;
}

.divMainIndex{
   float: rigth;
   width:auto;
   position: relative;
   margin-left: 380px;
}

.divPictureSide{
   float: left;
	width: 160px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.fantasy{
	font-family: fantasy;
}

.handcursor{
	cursor: pointer;
}

.italic{
	font-style: italic;
}

.justify{
	text-align: justify;
}

.left{
	text-align: left;
}

.monospace{
	font-family: monospace;
}

.news{
	border: 1px solid;
	color: #000066;
	display: inline;
	float: left;
	padding: 2px;
	text-align: center;
	white-space: normal;
	width: 280px;
}

.nobbottom{
	border-bottom: none;
}

.nobleft{
	border-left: none;
}

.noborder{
	border: none;
}

.nobright{
	border-right: none;
}

.nobtop{
	border-top: none;
}

.noPadding{
	padding: 0px;
}

.overflowa{
	overflow: auto;
}

.overflowh{
	overflow: hidden;
}

.overflows{
	overflow: scroll;
}

.overflowv{
	overflow: visible;
}

.padding2{
	padding: 2pt;
}

.padding4{
	padding: 4pt;
}

.red{
	color: #990000;
}

.orange{
        color: #FF6600;
}

.right{
	text-align: right;
}

.sansserif{
	font-family: sans-serif;
}

.serif{
	font-family: serif;
}

.small{
	font-size: 80%;
}

.smaller{
	font-size: 50%;
}

.space2{
	letter-spacing: 2pt;
}

.space4{
	letter-spacing: 4pt;
}

.space6{
	letter-spacing: 6pt;
}

.tab1{
	background-color: #0066B2;
	color: #FFFFFF;
}

.tab2{
	background-color: #6CAAD9;
	color: #000000;
}

.tab3{
	background-color: #B1D3EC;
	color: #000000;
}

.tab4{
	background-color: #285577;
	font-size: 1.1em;
	color: #FFFFFF;
}

.tab5{
	background-color: #142A3B;
	color: #FFFFFF;
}

.tab6{
	background-color: #4C7899;
	color: #FFFFFF;
}

.tabWhite{
	background-color: #FFFFFF;
	color: #000000;
}

.tabBlack{
	background-color: #000000;
	color: #FFFFFF;
}

.tabRed{
	background-color: #990000;
	color: #FFFFFF;
}

.tabwhite{
	background-color: #FFFFFF;
	color: #000000;
}

.white{
	color: #FFFFFF;
}

.floatingImage{
float: left;
padding-right: 8px;
padding-bottom: 8px;
}

.indented{
padding-left: 50pt;
padding-right: 50pt;
}

.bullet-list ul{
	list-style:disc;
	margin-left:10px;
}
.bullet-list ul li{
	padding:10px 0;
}
