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

a:link {
	color: #345067;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #345067;
}
a:hover {
	text-decoration:underline;
	color: #A7BFD2;
}
a:active {
	text-decoration: none;
	color: #345067;
}

body{
font-family:"Century Gothic Pro", Geneva, Arial, Helvetica, sans-serif; 
color:#A7BFD2; 
font-size:12px;
height:800px;
margin: 0 auto;
padding: 0;
overflow-x:hidden;
}

.swf_container{
width:100%;
height:600px;
margin:0px 0px 0px 0px;
}

.html_container{
width:855px;
height:235px;
margin:auto;
text-align:center;
font-size:14px;
}

.small_font{
font-size:9px;
}
