@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffdf;
}
.container
{
	width: 80%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1
{
    font-weight: bold;
    font-size: 2em;
    color: #0000cc;
    font-style: italic;
    font-family:'Times New Roman', 'Century Schoolbook', serif;
}
h6
{
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 0.6em;
}
p.toptext
{
	color:#0000cc;
	font-size: 0.9em;
	font-family: 'Helvetica', 'Arial', sans-serif;
	text-align: center;
}
p.toptext a:link
{
	color: #003300;
}
p.toptext a:visited
{
    color: #009900;
}
p.toptext a:hover
{
    color: #cc0000;
}
p.toptext a:active
{
    color: #cc0000
}
p.toptext a:focus
{
    color: #cc0000
}


table
{
	width:100%;
	border: thin solid #000;
	margin: 0px;
	padding: 0px;
}
td
{
	width: 25%;
	border: thin solid #999;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
tr
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.9em;
	color: #000000;
}
tr.language  
{
	font-size: 1.4em;
	color: #cc0000;
	font-family: "Arial", "Helvetica", sans-serif;
}
tr.subhead  
{
	font-size: 1.2em;
	color: #0000cc;
	font-family: Arial, Helvetica, sans-serif;
}
a:link img
{
	border-style: none;
}
a:visited img
{
	border-style: none;
}
div .adsHoriz
{
	text-align: center;	
}
