@charset "utf-8";
/*
 Common styles for screen, print and handheld media
*/
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
}
:focus { outline: 0; }
body {
	background: #fff;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.33;
	font-size: 12px;
}
a { text-decoration: none; }
a:link, a:visited {
	color: #225b9f;
}
a:hover, a:active { color: #EA9C13; }
h1 { font-size: 2em; color: #225B9F; }
h2 { font-size: 1.33em; color: #225B9F; }
h3 { font-size: 1em; }
h4, h5, h6 { font-size: 1em; }
p { margin: 0 0 0.75em 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
ol, ul { list-style: none; }
dl { margin: 0 0 1em 0; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; }
input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
table {
	
}
caption, th, td { font-weight: normal; text-align: left; }
th, td {
	
}
hr { display: none; }
.clear { clear: both; }
.center { text-align: center; }
.cleaner { clear: both; font-size: 0; height: 0; line-height: 0.0; }
.pp { position: absolute; top: 0; left: 0; z-index: 10000; opacity: 0.5; }
.pp img { display: block; }
