h1, h2, h3, h4, h5, h6, a {
	font-family: robotoregular, Arial, Verdana, Helvetica, sans-serif;
	color:#999999;
	font-size: 100%;
}
body, p, span, div {
	font-family: robotoregular, Arial, Verdana, Helvetica, sans-serif;
	color:#999999;
	font-size: 100%;
}

p {
	font-family: robotoregular, Arial, Verdana, Helvetica, sans-serif;
	color:#999999;
	font-size: 100%;
}


a{
	color:#ff0000;
}

a:hover{
	color:#999999;
	text-decoration:underline;	
}

.aGreen{
	color:#019934;	
}

.fontSize12{font-size:12px;}
.fontSize14{font-size:14px;}
.fontSize16{font-size:16px;}
.fontSize18{font-size:18px;}
.fontSize24{font-size:24px;}
.fontSize26{font-size:26px;}
.fontSize36{font-size:36px;}


.colorGrayDark{color:#333333 !important;}
.colorGrayLight{color:#999999 !important;}
.colorWhite{color:white !important;}

.colorGrayDark *{color:#333333 !important;}
.colorGrayLight *{color:#999999 !important;}
.colorWhite *{color:white !important;}

.error{
	width: 100%;
	font-size: 16px;
	color: red;
}

h1{
	font-size:50px;
	width:100%;
	text-align:center;
	color:white;
	font-weight:bold;
	/*padding-top:130px;*/
}

h2{
	font-size:43px;
	width:100%;
	text-align:center;
	color:white;
	font-weight:bold;
	padding-top:10px;
}

h3 {
	position:absolute; bottom:30px;
	font-size: 24px;
	width: 100%;
	text-align: center;
	color: white;
	padding-top: 50px;
	font-style: italic;
}
em { 
    font-style: italic; 
}