@charset "utf-8";
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.White-Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.White-Links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff3366;
	text-decoration: none;
}

.Black-Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #1C1D22;
	text-decoration: none;
}
.White-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.frame {
	border: 1px solid #50525a;
	}

.Green-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a0c329;
	text-decoration: none;
}

.Pink-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff3366;
	text-decoration: none;
}

.Blue-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3e70d4;
	text-decoration: none;
}

textarea.test {
	width: 640px;
	height: 10;
	border: none;
	background-color:#3A3D44;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #a0c329;
	border:none;
	
}
.Terms {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #ff3366;
	text-decoration: none;
}
.Terms:hover {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #a0c329;
	text-decoration: none;
}


.textfield_effect    {    /*we will first set the border styles.*/    border-width: 1px;    border-style: solid;    border-color: #999999;    /*we are now going to add in the shadow image that we created earlier*/    background-image: url(back_field.gif);    background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;    color: #333333;    width: 200px;    height: 15px;    } /*we are now going to style how the textfield will look when wehover over it and when we actually have it selected*/ 

.textfield_effect:hover    {    border-color: #64acd8;    border-width: 1px;    } 

.textfield_effect:focus    {    border-color: #64acd8;    border-width: 1px;    } /*you may also like to add some styles for the rest of the form*/ 

fieldset    {    width: 400px;    height: 200px;    border-style: solid;    border-width: 1px;    border-color: #036399;    margin-left: auto;    margin-right: auto;    background-color: #F5F5F5;    }

fieldset:hover    {    border-color: #0ca0ff;    }

legend    {    font-family: sans-serif;    font-size: 18px;    color: #097bc3;    font-weight: bold;    }











