

body {
	font-size:76%;
	margin:0;
	padding:0;
	border:0;
	background-color:#3b4a58;
	}

table, label {
	font-size: 1em;
	}

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

li {
	margin: 0 0 0 25px;
	padding: 0;
	line-height:1.4em;
}
sup, sub {
	font-size: .8em;
	line-height: 1em;
	vertical-align: 50%;
	}


/*  Images
------------------------------------------------------------------------ */

a img {
	border: none;
	}


/*  Misc. Classes
------------------------------------------------------------------------ */

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;	
	/* Fix IE 5.0 PC */
	height: 0px;
	height/* */: auto; 
	}

br.clear{
    clear:both;
    height:0;
    margin:0;
    font-size: 1px;
    line-height: 0;
    background-color: Transparent;
	}

.hide {
	display: none;
	}


/*  Forms
------------------------------------------------------------------------ */

form {
	margin: 0;
	padding: 0;
	}
