BODY {
	font-family : Arial, Helvetica, sans-serif;
}
.underline {
	text-decoration : underline;
}
}
.underlineB {
	text-decoration : underline;
	font-weight : bold;
}
.boldBlue {
	font-weight: bolder;
	color: #3860c7;
}
.boldBlue9 {
	font-weight: bolder;
	font-size: 9px;
	color: #3860c7;
}
.boldBlue10 {
	font-weight: bolder;
	font-size: 10px;
	color: #3860c7;
}
.boldBlue14 {
	font-weight: bolder;
	font-size: 14px;
	color: #3860c7;
}
.boldBlueLine14 {
	font-weight: bolder;
	font-size: 14px;
	color: #3860c7;
	text-decoration : underline;
}
.boldBlueLine12 {
	font-weight: bolder;
	font-size: 12px;
	color: #3860c7;
	text-decoration : underline;
}
.boldBlue18 {
	font-weight: bolder;
	font-size: 18px;
	color: #3860c7;
}
.Blue18 {
	font-weight: bolder;
	font-size: 18px;
	color: #3860c7;
}
.Blue14 {
	font-weight: bolder;
	font-size: 14px;
	color: #3860c7;
}
.Blue12 {
	font-weight: bolder;
	font-size: 12px;
	color: #3860c7;
}
.Blue9 {
	font-weight: bolder;
	font-size: 9px;
	color: #3860c7;
}
.Blue8 {
	font-weight: bolder;
	font-size: 8px;
	color: #3860c7;
}
.textBlue {
	font-weight: bolder;
	color: #3860c7;
}
.bodygold {
	background-color : #ccbc86;
	font-family : Arial, Helvetica, sans-serif;
	color : #3366ff;
	}
.bodyblue {
	background-color : #006699;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
}
.bodyolivelt {
	background-color : #cccc99;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}
.bodyolivedk {
	background-color : #999966;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

a:link {
	color: #C70E0E;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
  color: #c70e0e;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #3860c7;
	font-weight: bolder;
}

a:active {
	color: #C70E0E;
	font-weight: bold;
}
.size9 {
	font-size : 9px;
}
.size10 {
	font-size : 10px;
}
.size12 {
	font-size : 12px;
}
.size14 {
	font-size : 14px;
}
.borders {
	border : thin none #c70e0e;
	border-bottom : thin;
	border-left : thin;
	border-right-width : thin;
	border-top-width : thin;
}
.borders10 {
	border : thin none #c70e0e;
	font-size : 10px;
	
}