@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B8C3cb;
	font-family: Calibri, sans-serif;
	font-size: 100%;
}
.style9 {
	font-family: Calibri, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}.style11 {
	font-family: Calibri, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
.style12 {
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}
.style14 {
	font-family: Calibri, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.style16 {
	color: #000000;
	font-family: Calibri, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.style18 {
	font-family: Calibri, sans-serif;
	font-size: 18px;
	padding-left: 10px;
	color: #000000;
	padding-right: 10px;
}
.style20 {font-size: 9px}


.sidebar_link {
	font-family: Calibri, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border: thin none #FFFF41;
	text-align: center;
}
.sidebar_link_small {
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border: thin none #FFFF41;
	text-align: center;
}

h1 {
	font-family: Calibri, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	font-family: Calibri, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF7F00;
}


a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

