/* CSS Document */
<style type="text/css">
.m{
  font-size: 11px; !important
  color: #ffffff; !important
 }
a {
	font-size: 11px; !important
	color: #ffffff; !important
}
a:link {
	text-decoration: none; !important
}
a:visited {
	text-decoration: none; !important
}
a:hover {
	text-decoration: underline; !important
}
a:active {
	text-decoration: none; !important
}

.style1 {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
a {
	text-decoration: underline;
	color: #ffffff; 
}
a:link {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: none; 
}
a:active {
	text-decoration: none; 
}

.style2 {
color: #005083;
} 

.style3 {
font-size:11px;
	color: #B7B7B7;
} 
.style4 {
	font-family: tahoma;
	font-size: 11px;
	color: #01557C;
}
a {
	color: #01557C;
}
a:link{
 text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

DIV.DIV_SCROLL_RED{
scrollbar-arrow-color: #01557C;
scrollbar-3dlight-color: #01557C;
scrollbar-darkshadow-color: #01557C;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #ffffff;
}

label {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Thaoma;
	color:#01557C;
}

</style>