html
{
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #fff;
	font: 0.625em/1.6 arial, sans-serif;
}

body
{
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'times new roman', serif;
	font-weight: bold;
}

h1 { font-size: 1.8em; }

h2 { font-size: 1.4em; }

p,li,h3,h4,h5,h6,pre,code { font-size: 1.2em; }

ul,ol,h1,h2,h3,h4,h5,h6,pre,form,p,table,fieldset { margin: 0 0 1em; }

hr {
border-color:#B5C3C9;
border-style:solid;
border-width:1px 0 0;
height:1px;
}
a
{
	color: #2e424d;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
input { margin: 0; }
blockquote { margin: 1em 2em; }
ul,ol { padding: 0; }
li { margin: 0.5em 0 0.5em 2em; }
dd { margin: 0 0 0.5em 2em; }
dt { margin: 0 0 0 2em; }
ul li { list-style: disc; }
ul li li { list-style: circle; }
ul li li li { list-style: square; }
dt { font-weight: bold; }
em { font-style: italic; }
strong { font-weight: bold; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }

a img,:link img,:visited img { border: none; }
address { font-style: normal; }

table, td, th
{
	border-collapse: collapse;
}

td, th
{
	padding: 0.2em 0.2em;
	margin: 0;
	
}

th
{
	text-align: left;
	vertical-align: bottom;
}

form { margin: 0; }
form table { margin: 0 auto; }

form table, form th, form td
{
	border: none;
	vertical-align: bottom;
}

form th, form td
{
	padding: 0.5em;
	border: none;
}

label { font-weight: bold; }

form td label
{
	display: block;
	text-align: right;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }

.inlinelist li
{
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
}

.hide { display: none; }
