@charset "utf-8";
/* CSS Document */

.greentext {
	color: #009900;
}

.redtext {
	color: #CC0000;
}

.biggreentext {
	color: #009900;
	font-size: 1.3em;   
}

.bigredtext {
   font-size: 1.3em;
   color: #CC0000;
}  

.giantgreentext {
	color: #009900;
	font-size: 1.5em;   
    font-weight: bold;
}

.giantredtext {
   font-size: 1.5em;
   color: #CC0000;
}

.disclaimertext {
   font-size: .7em;
   color: #999999
}

.right_column {
	float: right;
	width: 230px;
	margin-right: 0px;
	margin-left: 30px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline;
    line-height: 120%;
}

.signup_box {
	background-color: #C8E0FD;
	float: right;
	width: 200px;
	margin-right: 10px;
	border: thin solid #CCCCCC;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline;
    line-height: 120%;
}

.signup_button {
	width: 185px;
	border: none;
	margin-right: auto;
	margin-left: auto;
}

.signup_button a {
	border: none;
}

/*body{
	color: #000000;
	text-align: left;
	line-height: 140%;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana,Tahoma,sans-serif;
	background-color: #919191;
	margin: 0px;
	padding: 0px;
	font-size: 83%;
	}*/

