/* CSS Document */
body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

h1{
    font-size:24px;
    color:#999;
    margin:10px 0 10px 0;
}

h2{
    font-size:16px;
    color:#666;
    margin:5px 0 5px 0;
}

p{
    font-size:12px;
    color:#333;
    margin:0 0 5px 0;
}

h3, h3 a{
    font-size:13px;
    color:#FFFFFF;
}

#footer p{
    text-align:left;
    color: #FFFFFF;
    font-size: 12px;
}

#contentInfo a:link, #contentInfo a:visited {
	color:#0E6F68;
	text-decoration: underline;
}

b {
	font-size: 13px;
}

.footerCenter span {
	font-size: 11px;
	font-weight: bold;
}

#footer p.footerCenter {
	text-align: center;
	font-size: 10.5px;
}

#footer a:hover {
    text-decoration:underline;
}

#contentInfo ul {
    margin: 10px 0 5px 50px;
}