body{
	background-color: #ffffff;
	color: #000000;
}

#main{
	margin: 20px;
}

.footer {
	margin: 30px 5px 20px 5px;
	text-align: right;
	font-size: small;
}

.slide {
	margin: 0px;
	text-align: center;
}

.slide_foot {
	border: 1px;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

.picture {
	margin: 0px 0px 10px 15px;
	float: right;
	text-align: left;
}

.picture_end {
	clear: both;
}

th {
	text-align: left;
}

.line3 {
	height: 3px;
	background-color: black;
}

.line2 {
	height: 2px;
	background-color: black;
}

.line1 {
	height: 1px;
	background-color: black;
}

h1 {
	margin: 20px 0px 20px 0px;
	font-size: large;
	color: #5286B5;
	border-bottom: 1px solid #ff6633;
}

h2 {
	margin: 40px 0px 10px 0px;
	font-size: x-large;
	color: #003366;
}

h3 {
	margin: 20px 0px 10px 0px;
	background-color: #f5f5f5;
	border: 1px solid;
	padding: 10px;
	width: 60%;
	font-size: large;
}

p {
	padding: 0px 10px 10px 10px;
	line-height: 1.6em;
}

ul {
	margin: 0px 0px 30px 15px;
}

li {
	margin: 10px 10px 10px 0px;
}


img {
	border: 0px;
}

a:visited, a:active, a:link {
	color: #778899;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}

.nobr {
	white-space: nowrap;
}

.title {
	font-weight: bold;
}

.no {
	text-align: right;
}

