body,td,th,p,li,blockquote,table {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

body {

	background-color: #FFFFFF;

	margin-top: 0px;

	text-align: center;

}



.homePage {

font-size: 11px

}



div.container {

	position: relative;

	margin: 0px;

	width: 800px;

	text-align: left;

}

a:link {

	text-decoration: none;

	color: #036;

}

a:visited {

	text-decoration: none;

	color: #036;

}

a:hover {

	text-decoration: underline;

	color: #069;

}

a:active {

	text-decoration: none;

	color: #069;

}

a.navwhite:link {

	text-decoration: none;

	color: #FFFFFF;

}

a.navwhite:visited {

	text-decoration: none;

	color: #FFFFFF;

}

a.navwhite:hover {

    text-decoration: none;

	color: #00FFFF;

}

a.navwhite:active {

	text-decoration: none;

    color:#00FFFF;

}

a.navblue:link {

	text-decoration: none;

	color: #003366;

}

a.navblue:visited {

	text-decoration: none;

	color: #003366;

}

a.navblue:hover {

    text-decoration: none;

	color: #0033CC;

}

a.navblue:active {

	text-decoration: none;

    color:#0033CC;

}

h1 {

	font-size: 18px;

	color: #003366;

}

h2 {

	font-size: 14px;

	color: #003366;

}

h3 {

	font-size: 12px;

	color: #003366;

}

h4 {

	font-size: 12px;

	color: #000000;

}

h5 {

	font-size: 11px;

	color: #666666;

}

h6 {

	font-size: 11px;

	color: #000000;

}

p.postmetadata {
	
	font-size:10px;
	color:#999;
	
}

div.post {
	margin-bottom:30px;
}

#comment {
	width:500px;
}

#creditfooter {
        display: none; 
