/* Style */

a:link, a:visited {
text-decoration : none;
color: #B5CC55;
font-weight:bold  }

a:hover {
text-decoration : underline;
color: #0172B5;
font-weight:bold 
}

a:active {
text-decoration : none;
color: #B5CC55;
font-weight:bold }


body, p, table, td, tr, ul {
    font-family: Times New Roman; font-size: 10pt; color: #C4C4C4; 
    list-style-type:disc    }
    
h1, h2       { 
    font-family: Tahoma; 
    font-size: 7pt; color: #0172B5; 
    letter-spacing:0pt; 
    text-align:right; 
    font-weight:bold; text-transform:uppercase  
    }
    h3{border-bottom: 1px solid #C0C0C0; margin-bottom:-12px}
textarea, input, textarea, option, select {
	border: 1px solid #FFFFFF;
	padding:2px; font-variant:normal; 
	font-weight:bold; 
	font-size:7pt; 
	font-family:Arial; 
	color:#808080; 
	background-color:#FFFFFF  
	}
