/* ------------------------------------GLOBAL------------------------------------ */
body {
	background-color:;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.lines {
	background-image:url(../images/dots.gif);
	height:2px;
	background-repeat:repeat-x;
	
}


#tbl
{
	width:200px;
}

.bullet
{
	width:15px;
}

.content
{
	width:185px;
}

a:link {
	color: #0454A0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	

}

a:visited {
	color: #0454A0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;

}

a:hover {
	color: #0454A0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:active {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	
}

a.hidden:visited {
 	color: #0454A0;
	font-size: 12px;
	text-decoration: none;
	
}

