body {
	background: #FFF;
}

#title {
	margin-top: 10px;
	color: #000;
	font-size: 24pt;
}

#title2 {
	visibility: hidden;
}

#menu {
	background-color: #FFF;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	padding: 2px;
	padding-top: 5px;
	text-align: center;
	font-size: 10pt;
}

#menu a{
	color: #DDD;
	border: 1px solid #DDD;
	border-left: 3px solid #C00;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
#menu a:hover{
	color: #FFF;
	border: 1px solid #C00;
	border-left: 3px solid #C00;
}

#content {
	background-color: #FFF;
/*	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;*/
}

#content p{
	text-indent: 30px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
}

#content p.sr {
	text-align: right;
	font-family: sans-serif;
	font-size: x-small;
}

#content a{
	color: #A00;
}

a {
	color: #A00;
}

#footer {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #FFF;
	font-family: sans-serif;
	font-size: x-small;
	font-weight: bold;
}

h1 {
	color: #880000;
	font-family: serif;
	font-size: 20pt;
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: italic;
}

hr {
	border: none;
	border-bottom: 1px solid #700;
	height: 0;
}