a:link {
	color: #00    ;
	text-decoration: none;
	}

a:hover {
	color: #3B80AE;
	text-decoration: underline;
	}

a:visited {
	color: #3B80AE;
	text-decoration: none;
	}

a:link.need_url {
	color: #00    ;
	}

a:hover.need_url {
	color: #3B80AE;
	}

a:visited.need_url {
	color: #3B80AE;
	}
	
p, ul, li, table, td {  
	line-height: 1.2;
	font-size: 14px;
	color: #00    ;
	}

body {
	background-image: url("images/bg_vert.gif");
	background-repeat: repeat-y;
	background-color: #FF    ;
	margin: 0px; 
	}

#header
{
	background-image: url("images/bg_page.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	
}

