html, body, div, span, applet, object, iframe,
 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, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,  tfoot, thead, tr, th,
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%;
	font: inherit;
	vertical-align: baseline;
	text-align:left;
}

b {
	font-weight:bold;
}

.cl {
	clear:both;
}

strong {
	font-weight:bold;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color:#CCC;
}

p {
	color:#003;
	font-size:16px;
	line-height:18px;
}

li {
	font-size:16px;
	margin-left:20px;
	color:#003;
	margin-bottom:5px;
}

.li2 {
	font-size:16px;
	margin-left:20px;
	color:#003;
	margin-bottom:5px;
	width:250px;
	float:left;	
	}

.divide {
	border-bottom:1px #E7E7E7 solid;
	height:1px;
	width:530px;
	margin-top:5px;
	margin-bottom:5px;
}

h1 {
	font-size:28px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
	margin-bottom:0px;
	font-weight:normal;
	color: #003;
	font-family: 'Pacifico';
}

h2 {
	font-size:16px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
	margin-bottom:0px;
	font-weight:normal;
	color: #960;
	text-shadow:1px 1px #999;
}

h3 {
	font-size:20px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
	margin-bottom:0px;
	font-weight:normal;
	color: #003;
	font-family: 'Pacifico';
}

h4 {
	font-size:14px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
	margin-bottom:3px;
	font-weight:bold;
	color:#666;
}



/* HTML5 display-role reset for older browsers */
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;
}


.input_norm {
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin-bottom: 8px;
	width:187px;
}