body {
	background-color: #003399;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

a {
  font-weight: bold;
  color: #FFCC00;
  text-decoration: none;
}


a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.textbold {
	font-weight: bold;
}

.textblack {
	color: #000000;
}

.textblackbold {
	color: #000000;
	font-weight: bold;	
}

.textyellow {
	color: #FFcc00;
}

.textyellowbold {
	color: #FFcc00;
	font-weight: bold;	
}

.texttitle {
	font-size: 17px;
	font-weight: bold;
}

.texttitlebig {
	font-size: 21px;
	font-weight: bold;
}

.textfooter {
	font-size: 12px;	
}

.photoborder {
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 7px;
	margin-left: 2px;
}

.photobordernomargin {
	border: 1px solid #FFFFFF;
}
