/* STANDARD CSS */
html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, span, table, tr, td, form, img, input {
	margin:0px;
	padding:0px;
	border-width:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  line-height:16px;
	color:black;
}

ul {		
	margin:0px 4px 8px 22px;
	list-style-type:circle;
}

p {
	margin-bottom:8px;
}
/* STANDARD CSS */

body {
}

a	{
	text-decoration:underline;
	color:blue;
}

a:visited {
	text-decoration:underline;
}

a:hover {
}

h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	margin-bottom:8px;
	margin-top:2px;
}

h2 {
	font-weight: bold;
 	text-decoration:none;
	margin-bottom:0px;
	margin-top:2px;
}

h3 {
	font-weight: normal;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:6px;
}

#box {
}

#background {
}

#header {
	display:none;	
}

#navi {
	display:none;
}

#navi a, navi a:visited {
	display:none;
}

#navi a:hover {
	display:none;
}

#navi_left {
	display:none;
}

#content {
	width:85%;
	float:left;
	text-align:left;
}

#footer {
	display:none;
}

#copyright {
	float:left;	
	width:85%;
	text-align:center;
	padding:10px 0px 10px 0px;
	color:black;
}

#copyright a {
	color:blue;
}
