﻿/*Balsabridge.com style sheet code.                        */
/*Developed August 2002                                    */
/*Peter L. Vogel													 */

BODY,P,TD,TH,INPUT,SELECT,BLOCKQUOTE,UL,OL,DL { 
        font-family:     Verdana, Arial, Helvetica;
        font-size:       10pt;
	
	text-align: center;
}

TH {
        font-weight:     bold;
        color:           #000000;
        background:      #FFFFFF; }

SMALL {
        font-family:     Verdana, Arial, Helvetica;
        font-size:       8pt; }
 
.gold { color:           #FF0; }

.grey { color:           #0a0a0a; }

/* Hyperlink style coding   */
A:hover, A.plain:hover {
        color:           red; }
        
A:visited { 
          color: #0000FF; }        
 
A.plain {
        text-decoration: none; }
        
A.linksmall {
	color : Blue;
	text-decoration : none;
	font : 8pt Arial, Helvetica, sans-serif;
}

/*Hyperlink highlights on mouse over    */
#main-content p.top-navbar2 {
margin: 0em;
font-size: 2em;
color: #000000;
padding-top: 5px;
padding-bottom: 2px;
padding-right: 0px;
text-align: center;
padding-left: 0px;}

#main-content p.top-navbar2 a:hover {
background-color: #000000;
color: #dae4f0;}
         


H1,H2,H3,H4,H5,H6,FONT,BIG {
        font-family:     Verdana, Arial, Helvetica; }
 
H1 {
        font-size:       17pt;
        font-weight:     bold;
        color:           #000000; }
 
H2 {
        font-size:       14pt;
        color:           #000000; }
 
H3 {
        font-size:       13pt;
        color:           #000000; }
        
H5 {
        font-size:       8 pt;
        color:           #000000; }        
BIG {
        font-size:       14pt;
        color:           #600060;
        font-weight:     bold; }
        
P:hover {        
         color:          #00ff00;
         background:     #ff0000; }
         

STRONG.right { font-weight: bold; color: green; }
STRONG.wrong { font-weight: bold; color: red; }
 
TT,PRE,TEXTAREA {
        font-family:     Courier New, Courier, monospace;
        font-size:       10pt; }

