/* CSS Document */
body {
margin: 0px;
background: #CCD4D2;
}
#navigation {
	background-color: #CCD4D2;
	padding: 2px 0px 2px 0px;
	margin-top: 4px;
	margin-bottom: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #626459;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: x-small;
}
#navigation a {
	background-color: #CCD4D2;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #626459;
	font-weight: bold;
}

#navigation a:hover {
	background-color: #CCD4D2;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#titlebars {
	background-color: #CCD4D2;
	padding: 2px 0px 2px 2px;
	margin-top: 4px;
	margin-bottom: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: x-small;
}
.headertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.textplain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
.textsmalli{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	}
.copyright {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.input1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.sitenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 4px;
	}
.calllistrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
A.sitenav:link{COLOR:#000000;TEXT-DECORATION:none;} 
A.sitenav:visited{COLOR:#000000;TEXT-DECORATION: none;} 
A.sitenav:active{COLOR:#000000} 
A.sitenav:hover{COLOR:#000000;TEXT-DECORATION:underline;} 