
body {
	background-color: #a4293d;
	font-size: 10pt;
	font-family: Arial;
	color: #ffffff;
	margin: 0;
}

p {
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-family: Arial;
}

a,
a:active,
a:visited,
a:link {
	color: #fb8402;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}


.header  {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


.header a,
.header a:active,
.header a:visited,
.header a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}


.menu_link {
	border: 0px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left: 40px; margin-top: 90px; border: 0px solid #000000;
}

#home_link a {
	height: 25px; width: 60px;
}



















h1 { 
	padding-left: 0px;
	color: #fb8402;
	font-size: 13pt;
	font-family: Arial;
	line-height: 25px;
	margin: 30px 0px 25px 0px;
	border-bottom: 1px solid #fb8402;
}

.content {
	color: #4d4d4d; 
	background-color: #ffffff;
	padding-right: 30px
}


.content a, 
.content a:link,
.content a:active,
.content a:visited {
	color: #fb8402;
	text-decoration: underline;
	font-weight: bold;
}

.content a:hover {
	font-weight: normal;
	
}


.navi {
	width: 220px;
}

.navi ul {
	margin: 66px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.navi ul li {
	display:inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active,
.navi ul li a:hover {
	height: 21px;
	line-height: 21px;
	display: block;
	padding: 0px 0px 0px 15px;
	color: #ff9600;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 0px 30px;
	border-bottom: 1px dotted #929191;
}



.navi ul ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}



.navi ul ul li a,
.navi ul ul li a:link,
.navi ul ul li a:visited,
.navi ul ul li a:active {
	height: 21px;
	line-height: 21px;
	display: block;
	padding: 0px 0px 0px 15px;
	color: #7c7c7c;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 40px;
	border-bottom: 0px;
}

.navi ul ul li a:hover {
	text-decoration: underline;
}




.footer {
	padding-bottom: 45px;
}

.footer a,
.footer a:active,
.footer a:visited,
.footer a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}




