.ButUp2{ 
	background:			url(images/butup2.gif) no-repeat center right;
	height:				72;
	font-size:			large;
	cursor:				pointer;
}
.ButUp{ 
	background:			url(images/butup.gif) no-repeat center right;
	height:				72;
	font-size:			20;
	cursor:				pointer;
}
.ButDown{ 
	background:			url(images/butdown.gif) no-repeat center right;
	height:				72;
	font-size:			medium;
	text-decoration:	underline;
	color:				black;
	text-align:			center;
	cursor:				pointer;
}
.UnderConstruction{
	font-size:			24;
	color:				red;
	font-family:		Arial;
	text-align:			center;
}
.ConstructionMessage{
	font-size:			18;
	color:				blue;
	font-family:		Arial;
	text-align:			center;
}
.PhotoRight{
	border-left:		3
						dotted
						black;
}
.PhotoLeft{
	border-right:		3
						dotted
						black;
}
.PhotoBottom{
	border-bottom:		3
						dotted
						black;
}
.Photo{
	border:				3
						solid
						#66CCFF;
}
.PhotoCaption{
	font-size:			14;
	font-weight:		bold;
	color:				black;
	text-align:			center;
}

.NewsPage{
}
.NewsDate{
	font-size:			36;
	font-weight:		bold;
	color:				#FF0000;
	text-align:			center;
	background:			black;
	height:				50px;
}
.NewsHeadline{
	font-size::			large;
	font-weight:		bold;
	color:				#6699FF;
	text-align:			center;
	cursor:				pointer;
}
.NewsArticle{
	font-size::			medium;
	color:				black;
}
.Register{
	font-size::			16;
	font-weight:		bold;
	color:				blue;
	text-align:			center;
}	