/* CSS Document */

.button { 
 width: 140px;
 height:22px; 
 font-family: Verdana, Arial; 
 font-size: 10px;
 font-weight: bold; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px;
 vertical-align:middle; 
}



.inputw150 {
	width: 150px;
	height:16px;
	font: bold 12px "Trebuchet MS";
	background-color: #eceff1;
	color: #102132;
	border-top:1 px solid #0099CC;
	border-left:1 px solid #0099CC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-right: 3px;
	text-transform: uppercase;
}

.inputw200 {
	width: 200px;
	height:16px;
	font: bold 12px "Trebuchet MS";
	background-color: #eceff1;
	color: #102132;
	border-top:1 px solid #0099CC;
	border-left:1 px solid #0099CC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-right: 3px;
	text-transform: uppercase;
}

.email {
	width: 200px;
	height:16px;
	font: bold 12px "Trebuchet MS";
	background-color: #eceff1;
	color: #102132;
	border-top:1 px solid #0099CC;
	border-left:1 px solid #0099CC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-right: 3px;
	text-transform: lowercase;
}


.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
}
.descriptiveText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.footer {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
}
a:link { color:#0000FF; text-decoration:none}
a:visited { color:#9933CC; text-decoration:none}
a:hover { color:#0000FF; text-decoration:underline; cursor:hand}
a:active { color:#0000FF; text-decoration:none}

