@charset "ISO-8859-1";
p {
	margin-top: 0px;
	padding-top: 0px;
}
Body {
	background-color: #051d3c;
	background-image: url(../images/bkgd.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 17px;
}
.maintext a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.maintext a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.maintext a:hover{
	color: #FFFFFF;
	text-decoration: line-through;
}
.maintext a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8px;
	line-height: 24px;
	letter-spacing: 1px;
}
.smalltext a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.smalltext a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.phototext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
}
.phototext a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.phototext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.phototext a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.phototext a:active{
	color: #FFFFFF;
	text-decoration: none;
}.imgBorder {
	border: 1px solid #000000;
}
.largetext {
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
}
