/* CSS Document */
/*
<!--[if lte IE 6]>
<style>
a {height: 1em;}
</style>
<![endif]
-->
*/

body, p{
background-color:#FFFFFF;
color:#000000;
font:"Times New Roman", Times, serif;
font-size:90%;
}

h2 {
font:"Times New Roman", Times, serif;
font-size:125%;
}

h3 {
font:"Times New Roman", Times, serif;
font-size:110%;
}

#wrapper {
	width: 750px;
	margin: 10px 0 0 80px;
	border:3px solid #990000;
}

#header {
margin:15px 25px 0 35px;
}

#content {
	width: 650px;
	float: left;
	margin: 5px 25px 0 35px;
}

#footer {
    width:650px;
	text-align:center;
	clear: both;
	font-size: 90%;
    margin:15px 0 25px 35px;
}

li {
list-style-type:none;
}

.small {
font-size:80%;
}

.white {
color:#FFFFFF;
}

.red {
color:#990000;
}

.justify {
text-align:justify;
}

.big {
font-size:150%;
}

.green {
color:#009933;
}

