body {
	margin:0px;
	padding:0px;
	background-color:#000033;
	background-image: url(images/bg_tile.gif);
	background-repeat : repeat;
}
.container {
	border-left:1px solid #006699;
	border-right:1px solid #006699;
	background-color:#000033;
}
.nav {
	background-image: url(images/bg_nav.jpg);
	background-repeat : repeat-x;
	border-bottom:1px solid #003366;
}
td,p,li {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#eeeeee;
}
a {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-decoration: underline;
}
.headline {
	font-family:arial,helvetica,sans-serif;
	font-size:12pt;
	color:#006699;
	font-weight:bold;
}
.how {
	background-image:url(images/bg_how.jpg);
	background-repeat: no-repeat;
}
.tableborder {
	border-left:1px solid #006699;
	border-right:1px solid #006699;
}
.tableheader {
	background-color:#006699;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
}
.tablebottom {
	border-bottom:1px solid #006699;
	padding:5px;
}