/* CSS Document */
body{margin:0px; background:#fffffd; font-size:12px}
td{font-size:12px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.bg{
    border: 1px solid #E5E5E5;
}

.bgsech{
    border-right:solid 1px #E5E5E5;
	
	}

.font_big{
	font-size: 14px;
	font-weight: bold;
}