html,body {
	background: #ffffff;
	color: #202020;
	font-family: tahoma, verdana, arial;
	font-size: 11pt;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 990px;
	text-align: left;
}

#header{overflow: auto;width: 100%;}

#main{
	height: 320px;
	padding: 10px 0;
	border-top: 2px solid #0000ee;
	border-bottom: 2px solid #f00000;
}

h1,h2,h3 {
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding: 5px 10px;
}

h1 {
	font-size: 18pt;
	color: #606060;
}

h2 {
	font-size: 15pt;
	color: #484848;
}

h3 {
	font-size: 11pt;
	color: #202020;
	padding-left: 10px;
}

p {
	margin: 7px 10px;
}

p img {
	vertical-align: middle;
}

a {
	color: #0066ff;
}

a:hover {
	color: #000099;
	text-decoration: none;
}

ul {
	font-size: 10pt;
	padding: 5px 0;
}

ul,ul li {
	list-style: disc;
	margin: 1px 15px;
}

ol {
	margin: 0 15px;
	font-size: 10pt;
}

.textblue {
	color: #0000ee;
}

.textred {
	color: #e00000;
}

.textgold {
	color: #e0b000;
}