@charset "utf-8";
/* CSS Document */

.largeRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d4111b;
}
.largeRed a:link {
	text-decoration: underline;
	color: #d4111b;
}
.largeRed a:visited {
	text-decoration: underline;
	color: #d4111b;
}
.largeRed a:hover {
	text-decoration: underline;
	color: #120d09;
}
.largeRed a:active {
	text-decoration: underline;
	color: #d4111b;
}

.smallText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #120d09;
}
.smallText a:link {
	text-decoration: underline;
	color: #120d09;
}
.smallText a:visited {
	text-decoration: underline;
	color: #120d09;
}
.smallText a:hover {
	color: #d4111b;
	text-decoration: underline;
}
.smallText a:active {
	text-decoration: underline;
	color: #120d09;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #120d09;
}
.hilite {
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.bulletpdf {
	list-style-image: url(http://www.resource.holdan.eu/images/pdficon_large.gif);
	list-style-position: inside;
}
.largeText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #120d09;
}
.largeText a:link {
	color: #120d09;
	text-decoration: underline;
}
.largeText a:visited {
	color: #120d09;
	text-decoration: underline;
}
.largeText a:hover {
	color: #d4111b;
	text-decoration: underline;
}
.largeText a:active {
	color: #120d09;
	text-decoration: underline;
}
.largeWhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.largeWhite a:link {
	color: #FFF;
}
.largeWhite a:visited {
	color: #FFF;
}
.largeWhite a:hover {
	color: #120d09;
}
.largeWhite a:active {
	color: #FFF;
}
.largeText2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #120d09;
}
.largeText2 a:link {
	color: #120d09;
}
.largeText2 a:visited {
	color: #120d09;
}
.largeText2 a:hover {
	color: #d4111b;
}
.largeText2 a:active {
	color: #120d09;
}

.largeGrey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.largeGrey a:link {
	color: #666;
}
.largeGrey a:visited {
	color: #666;
}
.largeGrey a:hover {
	color: #d4111b;
}
.largeGrey a:active {
	color: #666;
}
.outline {
	border: 1px solid #CCC;
}

