.hide {
display : none; 
} 

img {
background-color: transparent;
border: 0;
}

/* General layout and text parameters */

body {
background : #fff; 
color : #000; 
margin : 0; 
padding : 0; 
border : 0 none inherit; 
text-align : center; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 


p {
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
/*font-size: 12px;*/

text-align: left;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 15px;
}



/*controls links in left nav area */	

p.teal {
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
margin-top: 8px;
margin-right: 9px;
margin-bottom: 1px;
margin-left: 12px;
/*margin-left: 17px;*/
}

.teal a:link , .teal a:visited {
color : #019b8f; 
text-decoration : none; 
font-weight: bold;
font-style: normal;
} 

.teal a:hover {
color : #019b8f; 
text-decoration : underline; 
font-weight: bold;
font-style: normal;
} 

.teal a:active {
color : #019b8f; 
text-decoration : none; 
font-weight: bold;
font-style: normal;
}



/*controls sublinks in left nav area */	

p.subteal {
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
margin-top: 8px;
margin-right: 9px;
margin-bottom: 1px;
margin-left: 24px;
}

.subteal a:link , .subteal a:visited {
color : #019b8f; 
text-decoration : none; 
font-weight: bold;
font-style: normal;
} 

.subteal a:hover {
color : #019b8f; 
text-decoration : underline; 
font-weight: bold;
font-style: normal;
} 

.subteal a:active {
color : #019b8f; 
text-decoration : none; 
font-weight: bold;
font-style: normal;
}
