body {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #141b58;
	line-height: 120%;
}

h1 {
	font-size: 10px;
	color: #6786C7;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

td {
	font-size: 12px;
}

a:active {
	color: #FF0000;
	text-decoration: none;

}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:link {
	color: #0099FF;
	text-decoration: underline;
	font-weight: bold;

}

a:visited {
	color: #999999;
	text-decoration: none;

}

.photocaption {
	font-size: 10px;
	font-style: italic;

}

.thumbnail-left, .thumbnail-right {
	border: 1px solid #000000;
}

.thumbnail-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.thumbnail-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.header {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;

}

.smalltext {
	font-size: 10px;
	
}

.lightblue {
	color: #0099FF;
	
}

.subheader {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
}
