html {
  font-family: Trebuchet MS, arial;
  font-size: 86%; 
}
body {
	background: url(images/bg.gif) repeat-x top center;
	background-color : #eff0f3;	
	margin: 0px;
	padding: 0px;
	
}
#container {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container-bg.gif) no-repeat top;
	margin-top: 20px;
	padding: 20px;
}

.l_big {
	background: url(images/l_big.gif);
	background-repeat: no-repeat;
}

p, td, li
{
	font-family: Trebuchet MS, arial;
	font-size: 1.0em;
	color: #57676a;
	line-height : 1.5em;
}

h1, .title
{
	font-size: 1.5em;
	color: #5f8087;
	margin-top: 2.0em;
	margin-bottom: 0em;		
}

h2, .title2
{
	font-size: 1.3em;
	color: #5f8087;
	margin-top: 2.0em;
	margin-bottom: 0em;
}

h3, .title3
{
	font-size: 1.1em;
	margin-top: 2.0em;
	margin-bottom: 0em;		
}

.footer2
{
	font-size: 1.0em;
	color: #b5c4c8;
	margin-top: 1.0em;	
}

a {
	text-decoration:underline;

}
a:link {
	text-decoration:underline;
	color:#5f8187;

}
a:visited {
	text-decoration:underline;
	color:#5f8187;

}
a:hover {
	text-decoration:underline;
	color:#334c50;
}

a.footer { text-decoration:none; color:#8aa2a7 }
a.footer:link { text-decoration:none; color:#8aa2a7 }
a.footer:visited { text-decoration:none; color:#8aa2a7 }
a.footer:hover { text-decoration:none; color:#5f8187 }
