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

body{
	font: 14px/1.5 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #353535;
}

#mainMessage h1{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#333333;
	line-height:33px;
}

#mainMessage h2{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:14px;
	color:#999999;
	line-height:18px;
	font-weight:normal;
	margin-top:15px;
}

#CTA{

}

#CTA h2{font-size:17px !important; color:#000; padding-left:6px;}

#CTA .CTAClass{
	height:50px;
	padding:23px 0px 0px 60px;
}

#CTA .CTAClass:hover{
	cursor:pointer;
	color:#f26726;
}

.orange{
	color:#f26726
}

.standalone{
	font-size:9px;
	margin-left:25px;
}

.error{
	color:#f26726;
}

.green{
	color:#00CC00;
}

.highlight{
	background:#CCFF00;
}

.subtle{
	color:#999999;
	font-size:10px;
	font-style:italic;
}

.downloadButton{
	margin-top:15px;
	margin-bottom:15px;
}

.noHover:hover{
	border:none !important;
}