a:link {color: #0000FF;}
a:visited {color: #0000A0;}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
img {border: none;}
body {
/*    background: url(resources/back.jpg) repeat-y top center;*/
	background-color: #000000;
	font-family: Arial;
	font-size: small;
	text-align: left;
	margin: 0 auto 0 auto;;
}
#container {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    text-align: center;
	margin: 0 auto 0 auto;
	width: 600px;
}
#header {
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#topnav {
	text-align: center;
}
#topnav a,  #topnav a:visited {
	color: #AAAAAA;
	font-size: 11px;
	font-weight: bold;
	padding-left: .75em;
	padding-right: .75em;
	text-decoration: none;
	text-transform: uppercase;
}
#topnav a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#content {
	background-color: #AAAAAA;
	color: #000000;
    text-align: left;
    padding: 10px 10px 10px 10px;
	margin: 0 auto 0 auto;
	width: 95%;
}
#footer {
	clear: both;
	font-size: smaller;
	text-align: center;
}
.title {
	font-size: large;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}
.subTitle {
	font-weight: bold;
	text-align: center;
}
.bold {
	font-weight: bold;
}