/* CSS Document */

.texta { 
 font-size: 12px; 
 background-color: transparent; 
 border: 1px solid #CCCCCC; 
}

A {
    color : #993333;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

A:HOVER {
	color : #CC3333;
	text-decoration : underline;
	font-size : 12px;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333
}
td {font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033
}
.footer {font-family: Verdana, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #666666}
