<style TYPE="text/css">
a:link {color:#02cab5;text-decoration:underline;}
a:active {color:#02cab5;text-decoration:none;}
a:visited {color:#02cab5;text-decoration:underline;}
a:hover {color:#02cab5;text-decoration:none;} 

.TXTNormal
{
    COLOR: #080880;
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: justify;
}
.TXTBoxes
{
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
	background-color: white; 
	color: #075b8d; 
	border-style: solid; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #7f9db9;
	padding: 2px;
	padding-left: 3px;
	z-index: -1;
}
.TXTArea
{
    FONT-FAMILY: verdana,helvetica,arial,serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: justify;
	background-color: white;
	color: #075b8d; 
	border-style: solid; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	overflow: auto;
	border-color: #7f9db9;
	padding-left: 3px;
}
</style>