/* CSS Document */
.text, body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}


.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF9900;
	font-weight: bold;
}
.navigation {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.navigation2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}
.navigation2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
.right {
	text-align:right;
}

/*photos */
div.plainimg, div.valignimg {
	height:160px;
	width:160px;
	float:left;
	margin:2px;
}
div.valignimg {
	padding:30px 0;
	height:100px;
}
a img {
	border:0px #000 solid;
}
