/* table { border: white solid; } */

body { 
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: black;
    background-color: white;
    text-decoration: none;
	text-align: center;	// make IE5 happy: doesn't support auto-margin
}

#container {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
	text-align: left;	// make IE5 happy: doesn't support auto-margin
}

a:link,a:visited,a:active {
    color: #707070;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 115%;
    line-height: 118%;
    font-weight: bold;
}

h2 { 
    font-size: 108%;
    line-height: 111%;
    font-weight: bold;
}

h3,h4,h5,h6 {
    font-size: 104%;
    line-height: 107%;
    font-weight: bold;
}

.title {
	font-size: 32px;
	line-height: 36px;
}

.news {
    //width: 275px;
    //float: right;
    padding-top: 20px;
}

.about {
	//float: left;
	//width: 275px;
}

.address {
	padding-top: 20px;
}

.news h2 {
	margin: 0px 0px 5px 0px;
}

.footer {
	clear: both;
	color: #b0b0b0;
	font-size: 7pt;
	font-weight: bold; 
	padding-top: 20px;
}

.footer a {
    color: #c0c0c0;
}

