body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 80%;
        /*font-weight: bold;*/
        background: #FFF;
        
}

a{
	color:#0033CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1
{
	font-size: 18px;
	margin-bottom: 5px;
}

h2 {
       /*padding: 10px 0 0;*/
       margin: 1em 0px;
}

h3{
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}

#main_page
{
	width: 980px;
	margin: auto;
	text-align: left;
}

#header_table
{
	border: solid 0px #ccc;
}

#header_table tr td
{
	text-align: left;
	border: solid 0px #fff;
}

#footer
{
	font-size: 10px;
}
