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

.text {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #E7EDF8;
	text-decoration: none;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.text1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #e5dd80;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.text2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #e5dd80;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.membership_link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #e5dd80;
	text-decoration: none;
	}

.body_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7accc8;
	text-decoration: none;
	margin: 0px;
	float: left;
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #dcd66e;
	text-decoration: none;
	padding: 0px;
	float:left;
	height: 84px;
	background-color: #0b1b49;
}

.submit
			{
	color: #000000;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #E5DD80;
	margin: 0px;
	clear: none;
	float: none;
	height: 20px;
	width: 150px;
	border: 1px dotted #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	cursor:pointer;
			}
.textarea
		{
			width:200px;
			height:100px;
			font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
			font-size:12px;
			font-weight:bold;
			color:#3c4538;
			background-color:#fffdfd;
			border:solid;
			border-color:#d2e3e9;
			border-width:1px;		}


