@charset "UTF-8";
/* CSS Document */

 
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:29px;
	color: #FFFFFF;
	text-decoration: none;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:18px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
 
.white {
	color:#FFFFFF;
}
 
.red {
	color:#590013	
}

.page {
	color:#999999;	
}

.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height:20px;
}

a {
	text-decoration:none;
}


