/* CSS Document */

H1 {
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

H2 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
H3 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	}

p {
font-family: Helvetica;
font-size: 18px;
font-weight: normal;
color: #FFFFFF;
line-height: 16px;
}

body {
background-image: url(../images/dark_bg.jpg);
}

.navigation {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	padding-bottom: 6px;
	padding-top: 6px;
	}
	
.navigation2 {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
			
.special {
	font-family: Helvetica;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}

.caption {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	line-height: 12pt;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	}
	
.caption2 {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 14pt;
	text-decoration: none;
	line-height: 16pt;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	}
