@charset "UTF-8";
p {
	font-size: 12px;
	font-weight: 100;
	color: #000;
}
ul {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
}

.table_grey {
	background-color: #E7E7E7;
}

.sitemaptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	list-style-type: none;
	text-align: left;
}

.header {
	background-color: #999;
	padding-right: 10px;
}
.footer {
	background-color: #CCC;
	padding-right: 10px;
	color: #000;
}
.body_bold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.body_header {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
h2 {
	font-size: 12px;
	color: #FFF;
	font-weight: lighter;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: middle;
}
h3 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-right: 5px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 0px;
}
h4 {
   font-size: 25px;
   color: #F29100;
   font-weight: lighter;
   display: block;
   line-height: 27px;
   margin: 10px 0 0 0;
}
.transp_header {
	font-size: 40px;
	color: #B8B8B8;
	font-weight: bolder;
	font-variant: normal;
	background-color: #999;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.table_white {
	background-color: #FFF;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC;
}
.thumbnails {
	border: 0.3mm solid #999;
}
a:link{		color:blue; } 
a:visited{	color:blue; }
a:hover {	text-decoration: none; }
a:active {	text-decoration: none; }
a.menu_link {
	color:black;
	text-decoration:none;
	vertical-align: middle;
	padding-top: 10px;
}
a.menu_link:link {color:black; text-decoration:none}
a.menu_link:visited {color:black; text-decoration:none}
a.menu_link:hover {color:black; text-decoration:underline}
a.header_link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	vertical-align: baseline;
	padding-top: 10px;
}
a.header_link:link {
	color:#FFF;
	text-decoration:none
}
a.header_link:visited {
	color:#FFF;
	text-decoration:none
}
a.header_link:hover {
	color:#FFF;
	text-decoration:underline
}
