/* CSS Document */

A:link { 
    COLOR: #979797; 
	font-size:  11px;
	text-decoration: none; 
	font-weight: bold;
} 

A:visited { 
    COLOR: #979797;
	font-size:  11px; 
	text-decoration: none;
	font-weight: bold;
} 

a:hover { 
    color:#979797;
	font-size:  11px;
	text-decoration: none; 
	font-weight: bold;
} 

A:active { 
    COLOR: #979797; 
	font-size:  11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}

.text {
    font-family:  Georgia;
	font-size:  12px;
	color:  #000000;
	font-weight:  normal;
	text-align: justify;
}

.text2 {
    font-family:  Georgia;
	font-size:  11px;
	color:  #ffffff;
	font-weight:  normal;
	text-align: center;
}