body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	
}

body, /*td, tr,*/ h1, h2, h3, h4, h5, h6, hr {
	color: #003399;
}

p {
	font-weight: normal;
	color: #003399;
  }

ul {
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
	left: 10%;
}

ul.contacts {
	font-size: medium;
	left: 0%;
	list-style: none;
	
}


a:link {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
}

a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
}


a:hover {
	color: #144473;
	text-decoration: none;
	font-weight: bolder;
}



address {
    font-weight: bold;
	left: 10%;
}

#footer {
	font-size: 10px;
	color: #339966;
	font-weight: bold;
	text-decoration: none;
	
}
