@charset "utf-8";
/* CSS Document */
/** div{ border:1px solid #C06 } **//* Debug Containers Assist */

h* {	border:1px solid blue}

/**
Text
**/

p{
font-family: "century gothic" , "veredena" , tahoma , geneva , "trebuchet ms", arial , "courier new" , "times new roman";
color:white;
font-size:20px;
text-decoration:none;
font-weight:400;
	padding:0;
	margin:0;
}

h1{
font-family: "century gothic" , "veredena" , tahoma , geneva , "trebuchet ms", arial , "courier new" , "times new roman";
color:white;
font-size:30px;
text-decoration:none;
font-weight:400;
	padding:0;
	margin:0;
}

h2{
font-family: "century gothic" , "veredena" , tahoma , geneva , "trebuchet ms", arial , "courier new" , "times new roman";
color:white;
font-size:30px;
text-decoration:none;
font-weight:400;
	padding:0;
	margin:0;
}

h3{
font-family: "century gothic" , "veredena" , tahoma , geneva , "trebuchet ms", arial , "courier new" , "times new roman";
color:white;
font-size:25px;
text-decoration:none;
font-weight:400;
	padding:0;
	margin:0;
	overflow:hidden;
}

h4{
font-family: "century gothic" , "veredena" , tahoma , geneva , "trebuchet ms", arial , "courier new" , "times new roman";
color:white;
font-size:23px;
text-decoration:none;
font-weight:400;
padding:0;
margin:0;
}

a{
font-family: "century gothic" , "veredena" , tahoma , geneva , "trebuchet ms", arial , "courier new" , "times new roman";
color:#93c2d9;
font-size:20px;
text-decoration:none;
font-weight:400;
	padding:0;
	margin:0;
}



a:link {color:white;}  
a:visited {color:white;}  
a:hover {color:blue;} 
a:active {color:blue;} 


.bold500{
font-weight:500;
}

.bold600{
font-weight:600;
}

.bold700{
font-weight:700;
}

.center{
text-align:center;
}

.left{
text-align:left;
}

.right{
text-align:right;
}

img{
border:none;
margin:0;
border:0;
}

a img{
padding:0;
margin:0;
border:none;
float:none; /* Defaulted to left */
}

.headings_1{
padding-top:30px;	
	
	}
.headings_2{
padding-top:20px;	
	
	}


.underline{
	text-decoration:underline;
	}





















