/* reset */

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,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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;
}

/* common */

body {
	font-size: 11pt;
	line-height: 125%;
	font-family: Verdana, sans-serif;
	background-color: #ebebeb;
	background-image: url(../img/hg.jpg);
}

h1, h2, h3, h4 {
	font-family: "Century Gothic", "Avant Garde", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans-serif;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	margin: 6pt 0;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: 8pt 0;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	margin: 10pt 0;
}

h4 {
	font-weight: bold;
	margin: 12pt 0;
}

p {
	margin: 12pt 0;
}

.nobr {
	white-space: nowrap;
}

a:link {
	color: #006e51;
	text-decoration: none;
}

a:visited {
	color: #006e51;
	text-decoration: none;
}

a:hover {
	color: #33ad6a;
}

a:active {
	color: #090;
}
