@charset "utf-8";
/* CSS Document For Global And Resets*/

/* Resets */
html,body,div,dl,dt,dd,ul,lo,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0; list-style:none; }

/* Global */
a, a:active, a:visited { outline:none; text-decoration:none; cursor:pointer; }
a:hover{}
table{ border-collapse:collapse; border-spacing:0; }
img{ border:0; }
.clearfix { clear:both; }
.fl{ float:left; }
.fr{ float:right; }
.margin{ margin:0 auto; }
.block{ display:block; }
.last { margin-right:0!important; display:block !important; border:none!important; }
p { margin:6px 0; padding:6px 0; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }

a.more { line-height:normal!important; color:#FFF; font-size:11px; padding:2px 14px; margin-top:20px; display:block; float:right; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6793BC), to(#9DC3F4)); background: -moz-linear-gradient(#6793BC, #9DC3F4); background: linear-gradient(#6793BC, #9DC3F4); -pie-background: linear-gradient(#6793BC, #9DC3F4); behavior:url(css/pie.htc); }
a:hover.more { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9DC3F4), to(#6793BC)); background: -moz-linear-gradient(#9DC3F4, #6793BC); background: linear-gradient(#9DC3F4, #6793BC); -pie-background: linear-gradient(#9DC3F4, #6793BC); behavior:url(css/pie.htc); }

/* Fonts */
@font-face {
	font-family:'myriad Pro';
	src:url('fonts/myriad Pro.otf') format('opentypefont');
	src:local('myriad Pro'), url(fonts/myriad Pro.otf) format('opentypefont');
}

@font-face {
	font-family:'Droid Sans';
	src:url('fonts/Droid Sans.ttf') format('truetypefont');
	src:local('Droid Sans'), url(fonts/Droid Sans.ttf) format('truetypefont');
}