body {
	font-size: 11pt;
	font-family: Frutiger, Arial, sans-serif;
	color: #808080;
}

#header .search #searchinput input {
	color: #2185DA;
}

#menu, #submenu {
	font-size: 9pt;
}

a { color: #2185DA; text-decoration: none; }
a:visited { color: #2185DA; text-decoration: none; }
a:hover { color: #2185DA; text-decoration: underline; }

#menu, #submenu, #menu a, #submenu a { color: #fff; text-decoration: none; }
#menu a:visited, #submenu a:visited { color: #fff; text-decoration: none; }
#menu a:hover, #submenu a:hover { color: #fff; text-decoration: underline; }

h1 {
	font-size: 24pt;
	color: #2185DA;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #2185DA;
	margin: 0 0 0.5em 0;
}

b {
	color: #2185DA;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

ul, ol {
	display: block;
}

ul li {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;	
}
ol li {
	display: list-item;
	list-style-type: decimal;
	list-style-position: inside;	
	margin-left: -2px;
}

#footer li {
	margin: 0 20px 0 0;
	font-size: 9pt;
}
#footer a { color: #999; text-decoration: none; }
#footer a:visited { color: #999; text-decoration: none; }
#footer a:hover { color: #999; text-decoration: underline; }


#news {
	font-size: 10pt;
}

#news b {
	color: #888;
	font-weight: bold;
}

#features {
	font-size: 8pt;
}

#content #features h3 {
	text-align: center;	
	margin: 0 20px 0 0;
	font-size: 9pt;
}
#content #news h2 {
	font-size: 12pt;
}
.banner h2
{
	font-size: 20pt;
	font-weight: lighter; /*color: #fff;*/
	margin: 0 0 3px 0;
	color: #45B7F7;
}

.banner li {
	color: #fff;
	line-height: 1.5em;
	font-size: 10pt;
}
.banner li a { color: #666; text-decoration: none; }
.banner li a:visited { color: #666; text-decoration: none; }
.banner li a:hover { color: #666; text-decoration: underline; }

.banner h2 a { color: #45B7F7; text-decoration: none; }
.banner h2 a:visited { color: #45B7F7; text-decoration: none; }
.banner h2 a:hover { color: #45B7F7; text-decoration: underline; }

h3 {
	color: #2185DA;
	font-size: 14pt;
	margin: 25px 0 0 0;
}
h4 {
	color: #2185DA;
	font-size: 10pt;
	margin: 5px 0 1.5em 0;
}

#content ul, #content ol {
	margin: 0 0 1em 0;
}
#content li {
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

h3 a:hover {
	text-decoration: none; 
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 1px;
	margin-bottom: 3em;
}

#content h3 {
	font-size: 13pt;
}
#content h2 {
	font-size: 14pt;
}

table.complaints {
border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table.complaintsdet td {
	padding: 10px;
	
}
table.complaints td{
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	padding: 10px;
}
