/* basics ----------------------------------------------- */
body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #4c85c5;
	}

p {
	font-size: 1.2em;
	margin: 0px;
	line-height: 26px;
	}
	
td {
	font-size: 1.1em;
	margin: 0px;
	line-height: 22px;
	}

#content li {
	font-size: 1.2em;
	line-height: 22px;
	}

.center {
	text-align: center;
	}

a, a:link, a:visited {
	text-decoration: none;
	}
	
.clear{
	clear: both;
	}
	
img {
	border: none;
	}

h1 {
	color: #333;
	}

h2 {
	color: #4c85c5;
	}
	
.summary {
	text-align: left;
	margin: 0px 0px 12px 15px;
	}

hr {
	color: #4c85c5;
	background-color: #4c85c5;
	height: 3px;
	}