BODY
{
    BACKGROUND-COLOR: white;
	background-image: url(img/dot.gif);
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	OVERFLOW: auto;

}
.text
{
    font-size: 12px;
    font-family: Tahoma;   
    padding-left:6px;
  	padding-right:8px;
}

.menu{
    font-family: Tahoma;   
	color: #FFFFFF;
	font-size: 14px; 
    text-decoration: none;
}
.menu:hover
{   
	text-decoration: underline;
}
a:visited
{   
	text-decoration: none;
}
.tbl{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;  
}
.tbl-l{ 	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;  
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	font-weight: bold; 
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
 