/* CSS Document */

/*

.ctn{
	font-family:Arial, Helvetica, sans-serif;
	color:#3E3E3E;

}

.ctn a:link,
.ctn a:visited{
	color:#06B2E9;
}

.ctn a:hover,
.ctn a:active{
	text-decoration:none;
}


.ctn h1{
	font-family: 'RockwellLightRegular',Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	margin:0 0 20px 0;
}

body.res_640 .ctn h1{
	font-size:25px;
	line-height:27px;
}

body.res_320 .ctn h1{
	font-size:20px;
	line-height:22px;
}

.ctn h2{
	font-family: 'RockwellLightRegular',Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:32px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#06B2E9;
}

.ctn h3{
	font-family: 'RockwellLightRegular',Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:27px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 15px 0;
}

.ctn h4{
	font-family: 'RockwellLightRegular',Arial, Helvetica, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	color:#CCC;
	margin:0 0 15px 0;
}

.ctn h5{
	
}

.ctn p{
	margin:0 0 20px 0;
}
*/