
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;}
body,td,div,p,pre,ul, li {font-size: 15px; color: 414a4f}


.h1 {
	font-size: 22px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #e24b16;
	font-weight: bold;
	text-transform: lowercase;
	padding-bottom: 20px;
}

.h2 {
	font-size: 16px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #e24b16;
	font-weight: bold;
	text-transform: lowercase;
}

.h3 {
	font-size: 14px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #b5d9f0;
}

.fa {font-size: 14px; color: #b5d9f0;}
.small {font-size: 13px; color: #b5d9f0; padding-left: 10px; padding-right: 10px;}
.mini {	font-size: 12px; line-height: 13px; color: #999999;}
.other {font-size: 14px; color: #b5d9f0; font-weight: bold;}

a {	font-size: 14px; text-decoration: none;	font-weight : bold;}
a:link {color:#b5d9f0; text-transform: lowercase;}
a:visited {color:#b5d9f0;}
a:active {color:#e24b16;}
a:hover{color: #e24b16;}

a.altern {	font-size: 14px; text-decoration: none;	font-weight : bold;}
a.altern:link {color:#b5d9f0; text-transform: lowercase;}
a.altern:visited {color:#b5d9f0;}
a.altern:active {color:#414a4f;}
a.altern:hover{color: #414a4f;}

a.sub {	font-size: 12px; text-decoration: none;	font-weight : bold;}
a.sub:link {color:#414a4f; text-transform: lowercase;}
a.sub:visited {color:#414a4f;}
a.sub:active {color:#414a4f;}
a.sub:hover{color: #e24b16;}

a.heading {	font-size: 14px; text-decoration: none;	font-weight : bold;}
a.heading:link {color:#414a4f; text-transform: lowercase;}
a.heading:visited {color:#414a4f;}
a.heading:active {color:#414a4f;}
a.heading:hover{color: #e24b16;}




.body {
	background-color: #ffffff;
	margin-left: 20px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-color: #008000;	
}

.navi_top {
	width: 100%;
	height: 120px;
}

.navi_left {
	position: absolute;
	background: #e24b16;
	height: auto;
	width: 200px;
	margin-top: 5px;
	float: left;
	
}

.navi_right {
	position: absolute;
	background: #414a4f;
	height: auto;
	width: 170px;
	padding-right: 0px;
	margin-top: 0px;
}

.navi_sub {
	position: absolute;
	background: #ffffff;
	height: 35px;
	width: auto;
	margin-left: 0px;
	margin-top: 5px;
}

.content {
	position: relative;
	background: #ffffff;
	height: auto;
	width: auto;
	margin-right: 0px;
	margin-left: 220px;
	margin-top: 5px;
}

.navi_sub_dark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #646464;
}

.navi_sub_light {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #b1afae;
}

.border {
	border: 1px solid #000000;
}