body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
}


a:link {
	color : #BF0060;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color : #BF0060;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color : #0070DF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color : #0070DF;
	font-weight: bold;
	text-decoration: underline;
}

H1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5;
	color: #5C6A79;
}
.top {
	background-color: #A4BED8;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.main {
	background-color: #A4BED8;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.nav {
	background-color: #000000;
	color: #A4BED8;
	font-size: 11px;
	text-align: center;
	letter-spacing: 2;
}

.nav a:link {
	color: #A4BED8;
	text-decoration: none;
	font-weight: normal;
}
.nav a:visited {
	color: #A4BED8;
	text-decoration : none;
	font-weight: normal;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-weight: normal;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration : underline;
	font-weight: normal;
}
.copyright {
	background-color: #000000;
	color: #A4BED8;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
}
