@charset "utf-8";
/* CSS Document fregat*/
body
	{
	padding:0px;
	margin:0px;
	border:0px;
	}
img 
	{
	border:0px;
	}
	
div.left
	{
	position: relative;
	vertical-align:top;
	left:15px;
	top:25px;
	width:300px;	
	height:400px;
	background:url(img/menu.gif) top left no-repeat;

	}
div.center
	{
	margin:50px;
	}

div.footinfo
	{
	position: relative;
	width:250px;	
	height:75px;
	bottom:75px;
	left:30px;
	}

div#logo
	{
	position:relative;
	top:35px;
	left:750px;
	width:150px;
	}
table.menu
	{
	text-align:left;
	width:200px;
	}
table.menu td.body
	{text-align:left;
	 padding-left:20px;}
	 
table.menu td.head
	{visibility:visible;
	text-align:left;
	border:3px;
	border-left-style:solid;
	border-left-color:#b35027;}
	 
div.menunum
	{ visibility:hidden;}

h1
	{
	font-size:18pt;
	font-weight:normal;
	font-family:Trebuchet MS;
	padding:0px;
	padding-left:5px;
	margin:0px;
	text-align:center;
	color:#b74f28;
	}
h2
	{
	cursor:pointer;
	font-size:10pt;
	font-weight:normal;
	font-family:Arial;
	padding:0px;
	padding-left:5px;
	margin:0px;
	text-decoration:underline;
	}
p 	{
	font-family:Arial;
	font-size:small;
	text-align:justify;
	}
a 
	{
	color:#000;
	}
a.newheader
	{
	cursor:pointer;
	font-size:10pt;
	font-weight:normal;
	font-family:Arial;
	padding:0px;
	padding-left:5px;
	margin:0px;
	text-decoration:underline;
	}
a.edit
	{
	color:#0000CC;
	text-align:center;
	font-weight:bold;
	}	
a.basic	
	{
	font-family:Arial;
	font-size:small;
	text-align:center;
	color:#b74f28;
	}
a.roller 
	{
	font-size:8pt;
	font-family:Arial;
	color:#b74f28;
	font-weight:none;
	}
table.project
	{
	border:#000;
	border:solid;
	border-width:1px;
	}
table.project td
	{
	border:#ccc;
	border:solid;
	border-width:1px;
	padding:0px;
	margin:0px;
	align:left;
	}
div.counter
	{
	position:relative;
	left:230px;
	top:-10px;
	}

