@charset "utf-8";
/* CSS Document */

#Wrapper {
	WIDTH: 950px;
	border: 3px solid #FF0000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 20px;
}
.imgborder{
	border: 1px solid #7ac245;
}
.imgborder:hover{
	border: 1px solid #FF0000;
}
.buttonsbord {
	
	border: 1px double #7ac245;
}
.buttonsbord:hover {
	
	border: 1px solid #FF0000;
}
.buttons {
	background-color: #7ac245;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}
.buttons:hover {
	background-color: #FF0000;
}
.normal{
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.normalsmallgrey{
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10px;
	color: #999999;
}
.a{
	color: #7ac245;
	text-decoration: underline;
}
.a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.headings{
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 18px;
	color: #7ac245;
	font-weight: bold;
	line-height: 25px;
}
.formtext {
	font-size: 12px;
	line-height: normal;
	color: #999999;
	border: 1px solid #CCCCCC;
}	
.headingssmaller{
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	line-height: normal;
}
