/* Default CSS Stylesheet for a new Web Application project */


.buttons, a.Buttons:hover, a.buttons:link, a.buttons:visited
{
	border-right: white thin solid;
	color: white;
	background-color: #bc9576;
}
.lastbutton
{color: white;
	background-color: #bc9576;
	}

.HeaderImage
{
	border-bottom: #274938 thin solid;
}
.MenuBottom
{
	border-top: #274938 thin solid;
}

.HeaderLink, a.HeaderLink:visited, a.HeaderLink:link, a.HeaderLink:hover
{
	cursor: hand;
	color: white;
	text-decoration: underline;
}
.footer
{
	border-top: #274938 thin solid;
	font-size: x-small;
	width: 100%;
	color: white;
	border-bottom: #274938 thin solid;
	position: relative;
	top: 75px;
	background-color: #bc9576;
	text-align: center;
}
