body
{
background-color:#daebf6;
margin:0px;
overflow:auto;
font-family:"Tahoma";
font-size: small;
}

td.tab
{
background-image: url("tab.png");
width: 150px;
height:38px;
text-align: center;
}

div.main
{
   min-height:600px;
     height:auto;
	border:5px solid #10335a;
	width:1025; 
	margin-left: auto;
	margin-right: auto;	 
	padding: 5px;
}
td.current
{
background-image: url("tab_act.png");
width: 150px;
height:38px;
text-align: center;
font-weight:bold;
}

a{
color:000000;
text-decoration:none;
}
a:hover
{
color:000000;
text-decoration:underline;
}

td.tab a{
color: #daebf6;
text-decoration: none;
}
td.current a:visited{
color: #daebf6;
text-decoration: none;
}
td.tab a:visited{
color: #daebf6;
text-decoration: none;
}