html
{
	padding: 0;
	margin: 0;
}

body
{
	font: 0.6875em/1.4em verdana, sans-serif;
	color: #666;
	background-color: #fff;
	padding: 0;
	margin: 0;
}


h1,h2,h3,h4,h5,h6 { font-family: georgia, serif; }

h1
{
	font-size: 2em;
	line-height: 1em;
}

h3,h4,h5,h6,pre,code { font-size: 1em; }

ul,ol,h1,h2,h3,h4,h5,h6,pre,form,p,table,fieldset { margin: 0 0 1em; }

a
{
	color: #069;
	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
{
	vertical-align: top;
	padding: 0.5em 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; }

.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; }

select{
	width: 180px;
	display: inline;
	height: 100px;
}

.red{
 color: Red;
 font-weight: normal;
}