html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, ol, ul, li, form, label, table, caption, tr, td
{
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body, html
{
	height: 100%;
}
body
{
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	color: black;
	cursor: default;
}
body, table
{
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
}
blockquote
{
	margin-left: 40px;
	margin-right: 40px;
}
a
{
	text-decoration: none;
	border-bottom: 1px dotted;
}
h1, h2, h3, h4, h5
{
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.5em;
}
h1
{
	font-size: 30px;
	font-weight: bold;
	margin: 28px 0 24px 0;
}
h2
{
	margin: 28px 0 24px 0;
	font-size: 22px;
}
h3
{
	margin: 24px 0 20px 0;
	font-size: 18px;
}
h5
{
	margin: 20px 0 16px 0;
	font-size: 16px;
}
h6
{
	margin: 20px 0 16px 0;
	font-size: 14px;
}
p
{
	margin: 15px 0;
}
ul, ol
{
	margin: 12px 0;
}
li
{
	padding: 2px 0 2px 0;
}
input, select, textarea
{
	font-family: "Segoe UI", "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 12px;
	font-weight: bold;
}
input.submit
{
	margin: 10px 0 20px 0;
	padding: 3px 50px;
	font-size: 18px;
}
input.big
{
	margin: 5px 0;
	padding: 3px;
	font-size: 18px;
}
textarea
{
	padding: 3px;
}
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.just { text-align: justify; }
.black { color: rgb(0,0,0); }
.small { font-size: 12px; line-height: 18px; }
.normal { font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.gray { color: rgb(200,200,200); }
.disable { color: rgb(100,100,100); }
.hidden { display: none; }
.fixed { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
			"Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; }

#head
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 99px;
	z-index: 2;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 99px;
}
#main
{
	position: absolute;
	margin-left: -350px;
	top: 0px;
	left: 50%;
	width: 700px;
	z-index: 1;
}
#content
{
	position: relative;
	padding: 109px 20px 20px 20px;
	width: 660px;
}
div.box
{
	border-width: 1px;
	border-style: solid;
	margin: 10px auto;
	padding: 10px 15px;
}
div.border
{
	border-width: 1px;
	border-style: dotted;
	margin: 10px auto;
	padding: 10px 15px;
}
h1#title
{
	text-align: center;
	margin-bottom: 30px;
}