html{
	padding:0px;
	margin:0px;
}

body{
	background-color:white;
	text-align:center;
	font-family:Geneva,Arial,Helvetica,sans-serif;
}

img{
	border:0px;
}

a{
	text-decoration:none;
	color: #1c5dda;
}

.container{
	width:800px;
	padding:0px;
	margin: 0px auto;
	text-align:left;
	background-color:white;
}

.footer{
	width:800px;
	text-align:center;
	margin-top:10px;
	color:white;
	
}

.flash{
	width:800px;	
}

h1{
	font-size:14px;
	text-align:center;
	color:white;
}

.textSEO{
	font-size:10px;
	text-align:center;
	color:white;
}

.textBold{
	font-size:12px;
	font-weight:bold;	
}

.text{
	font-size:12px;
}

.textSmall{
	font-size:11px;	
}



