a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.Claim {
	font-size: 18pt;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
}

.whiteColor {color: #FFFFFF}
.whiteUnderline {color: #FFFFFF; text-decoration: underline;}
.blackColor {color: #000000}
.blackUnderline {color: #000000; text-decoration: underline;}
.blackSmallUnderline {color: #000000; text-decoration: underline; font-size: smaller;}
.redColor {color: #FF0000;}
.redUnderline {color: #FF0000; text-decoration: underline;}
.redSmallUnderline {color: #FF0000; text-decoration: underline; font-size: smaller;}
.blueColor {color: #0000FF}
.blueUnderline {color: #0000FF; text-decoration: underline;}
.blueSmallUnderline {color: #0000FF; text-decoration: underline; font-size: smaller;}
.blueBold {color: #0000FF; font-weight: bold; }
.blueMail {color: #0066FF}
.HeadLine {
	font-size: 24px;
	font-weight: bold;
}
.subHeadLine {
	font-size: 16px;
	font-weight: bold;
}
.scrollPart {
	overflow: scroll;
	height: 400px;
	width: 400px;
}
.scrollPartLong {

	overflow: scroll;
	height: 450px;
	width: 400px;
}
.smallLine {font-size: smaller;}
.Large {font-size: larger}
.boldLine {font-weight: bold}
