html {
	margin-left: -1px;
	overflow-Y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
background: url(images/bg.gif) repeat-x top center #1a3141;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
#header
{
	margin: 0px auto;
	background: url(images/header.gif) no-repeat top center;
}
.text {
font-family: arial;
font-size: 12px;
color: #000000;
line-height: 18px;
}
.title {
color: #1d3f60;
font-family: arial;
font-size: 14px;
font-weight:bold;
}
.title:link	{ color: #1d3f60; text-decoration: none; }
.title:visited { color: #1d3f60; text-decoration: none; }
.title:active { color: #1d3f60;  text-decoration: none; }
.title:hover { COLOR: #1d3f60;  text-decoration: underline;}

A   	{ color: #960000; text-decoration: none; }
A:link	{ color: #960000; text-decoration: none; }
A:visited { color: #960000; text-decoration: none; }
A:active { color: #960000; text-decoration: none; }
A:hover	{ color: #1d3f60; text-decoration: underline; }