h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

.BlackFade {
	background-attachment: fixed;
	background-image: url(images/ImagesCGM/blackfade.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.NavBarRepeat {
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/navbar-repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.NavBarRepeat2 {
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/navbar-repeat.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.BodyTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3D3D45;
	text-decoration: none;
}
.BodyTextBlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3D3D45;
	text-decoration: none;
}

.BodyTextWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight:bolder;
	font-variant: normal;
	text-transform: none;
	color: white;
	text-decoration: none;
}
.Title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3D3D45;
	text-decoration: none;
}
.FooterBar {
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/footerbar-repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #949598;
	text-decoration: none;
}
.TableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3E3E46;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/tableheader.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TableHeaderBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/tableheaderBlack.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TableHeaderGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3E3E46;
	text-decoration: none;
	background-color: #f2f2f2;
}
.TableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3E3E46;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/tableheader.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TableTitleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3E3E46;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/tableheader.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3E3E46;
	text-decoration: none;
}
.TableSpacer {
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/tablespacer.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.TableSpacer2 {
	background-attachment: scroll;
	background-image: url(images/ImagesCGM/tablespacer2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.BlueLinkBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8EB0CF;
	text-decoration: none;
}
A:link	{	
	text-decoration:	none;
	color: 	black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
	
a:hover {
	color: black;
	text-decoration: underline;
}
.BorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4C4C4;
}
.BorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
}
.BorderBottomLight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;
}
.BorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4C4C4;
}
.TableBorder {
	border: 1px solid #C4C4C4;
}
.Trail {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E3E46;
	text-decoration: none;
}
.TextWhiteSmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.TextBlackSmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}
.TitleWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.TitleWhiteBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
