body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3F44;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/bg-tile.gif);
	background-repeat: repeat-x;
	background-color: #E9ECEF;
	background-attachment: fixed;
	line-height: 140%;
}




h1 {
	color: #0B4475;
	font-size: 140%;
}
h2 {
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: lighter;
	color: #24619A;
	margin-top: 20px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #074379;
}
p {
	margin-top: 10px;
}
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #034077;
}
a:hover { 
text-decoration: underline; 
color : #C42720; 
}
a:active {
color: #C42720;
}
#footer {
font-size: 11px;
}
#footer a:link {
	text-decoration: none;
	font-weight: normal;
	color: #034077;
}
#footer a:hover, { 
text-decoration: underline; 
color : #0066CC; 
}
#footer a:visited {
text-decoration: none;
font-size: 11px; 
}

#footer a:active {
font-size: 11px;
}
.white {
	background-color: #FFFFFF;
}
.context {
	border: 1px solid #EBECF0;
}
