html, body { height: 100%; }
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
	
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	

body { background:#eee; margin:0; }
	
a:link, a:visited, a:active { color: #000A9A; text-decoration: none; outline:none; }
a:hover { text-decoration: underline; color: #007723; }


body { font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 15px; color: #555; }

h1, h2, h3, h4, h5, h6, p { margin:0 0 15px 0; padding:0; }
h1 { font-size:28px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; }
h2 { font-size:20px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; }
h3 { font-size:20px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; }
h4 { font-size:20px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; }
h5 { font-size:20px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; }
h6 { font-size:20px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; }
p { line-height:1.5em }

.clr {clear:both; font-size:1px; height:1px; }

/* float clearing for IE6 */
* html .clearfix{ height: 1%; overflow: visible;}
/* float clearing for IE7 */
*+html .clearfix{ min-height: 1%;}
/* float clearing for everyone else */
.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}

#main {  width:970px; margin:0 auto;  }
	#content { padding:30px; background:#fff; min-height:500px; }

footer { padding:15px 0; font-size:11px; text-align:center; color:#777 }


.ibox01 {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: #D8E5F5 solid 2px;
background: #F3F8FE;
margin: 2px 0 0;
padding: 6px;
-webkit-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
-moz-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
}

.ibox02 {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: #FFE0C1 solid 2px;
background: #FFF5EC;
margin: 2px 0 0;
padding: 6px;
-webkit-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
-moz-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
}


.ibox03 {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: #CCFFCC solid 2px;
background: #F0FFF0;
margin: 2px 0 0;
padding: 6px;
-webkit-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
-moz-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
}

.ibox04 {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: #FFDDDD solid 2px;
background: #FFECEC;
margin: 2px 0 0;
padding: 6px;
-webkit-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
-moz-box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
box-shadow: 0px 7px 12px 0px rgba(52, 50, 50, 0.45);
}

p.pause {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2px;
}

p.art1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000040;
font-size: 16px;
}

hr {
border: 0;
border-bottom: 1px dashed #CCCCCC;
background: #C0C0C0;
}