@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.mainContentGavin{}
.contact{
	color: #CCCCCC;
	font-family: tahoma;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
}
.textfield{
	width: 180px;
	height: 18px;
	background-color: #EBF1EC;
	border: 1px solid #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
.comments{
	background-color: #EBF1EC;
	font-family: tahoma;
	border: 1px solid #FFFFFF;
	color: #333333;
}
.button{
	width: 160px;
	font-family: tahoma;
	color: #E5E5E5;
	background-color: #587E5F;
	height: 20px;
	border: 1px solid #FFFFFF;
}
h2{
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 16px;
}
h1{
	font-family: tahoma;
	font-size: 18px;
	color: #FF0000;
}
