body {
	margin: 0;
	background-image:url(../images/background_lines.jpg);

}
.normal {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.bluebold {
	font-family: Arial;
	color: #35709a;
	font-size: 12px;
	font-weight: bold;
}
.underline {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;	
}
.title {
	font-family: Arial;
	color: #35709a;
	font-size: 14px;
	font-weight: bold;
}
.whitetitle {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.office_menu	{
	font-family: Arial;
	color: #35709a;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
}
A.office_links	{
	font-family: Arial;
	color: #35709a;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
}
A.copyright_links {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;	
}
A.white_links {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;	
}