@charset "utf-8";
.textMedium {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #212562;
}
.textMediumBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #212562;
}
.textH1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #212562;
}
.textH2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #212562;
}
.textH3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #212562;
}
.textSmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
.textSmallBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.textSmallItalic {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:italic;
}
.textXSmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}
.textXSmallBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.textXSmallItalic {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
}
.cellBorderBottom {
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-style:solid;
	border-right-width:thin;
}
.cellLeftBorderBottom {
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;
}
div.news a:link {color:red}
div.news a:visited {color:#99CCCC}
div.news a:hover {color:white}
div.news a:active {color:red}
.picture {
	padding: 5px;
}
.bullet1 { list-style-image: url(/assets/images/bullet1.gif)}
.bullet2 { list-style-image: url(/assets/images/bullet2.gif)}
