* {
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #000044;
	font:76% tahoma,arial,helvetica,clean,sans-serif;
}

body * {
	line-height:1;
}

table {
	font-family:inherit;
	font-size:inherit;
}

select, input, textarea {
	font:100% tahoma,arial,helvetica,clean,sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin:1em 0;
}

dt {
	margin:1em 0 .2em 0;
	font-weight: bold;
}

li, dd {
	margin-left:5%;
}

fieldset {
	padding: .5em;
}

thead {
	display: table-header-group;
}

tfoot {
	display: table-footer-group;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	font-weight: bold;
}

p, dd {
	line-height: 1.3;
}

li > p {
	margin-top: 0.2em;
}

img {
	border: 0;
}

small {
	font-size: 65%;
}

strong, b {
	font-weight: bold;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;
}

pre, code {
	font:115% monospace;
	color: #867964;
	cursor: text;
	font-family: "Monaco", "Courier New", Courier, monospace;
}

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textright {
	text-align: right;
}

.centered{
	text-align: center;
}

.clear {
	clear: both;
}