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

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#212020;
}
img {
	border: 0;
	max-width:100%;
}
strong {
	color:#FFBA55;
	font-weight:normal;
}
footer{
	font-size:15px; 
	color:#595959; 
	margin:0; 
	line-height:30px; 
	font-family: 'Allerta', sans-serif;
	font-weight:normal;
        text-align: center;
        position: 'center';
}
h1 {
	font-family: 'intrique_script_personal_usRg';
	line-height:0;
	padding:0 55px;
	font-size:35px;
	font-weight:normal;
	color:#757575;
	text-align:center;
}
h2 {
	font-family: 'cantarellregular';
	font-size:20px;
	color:#595959;
	font-weight:bold;
	line-height:25px;
	text-align:center;
}
h3 {
	font-family: 'wisdom_scriptregular';
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	text-align:center;
	color:#595959;
}
p {
	font-family: 'cantarellregular';
	font-size:16px;
	line-height:35px;
        text-align: center;
        position: 'center';
}

input[type=text] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=text]:focus {
    border-color:#333; 
}
form{
    	text-align:center;

}
input[type=submit] {
    padding:5px 65px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
table{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    background-color:#595959 ;
}

td{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-family:"Arial" ;
    font-size: 18px;
    color: #FFFFFF ;    
}
th{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-family:"Arial" ;
    font-size: 13px;
    color:lightgrey;    
}