p.bodytext, p.bodytextbold {
	margin-bottom: 18px;
	padding-bottom: 0px;
}
p.linktext_back_to_top { margin-bottom: 24px; }

.bartext { 
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
}

a.bartext:hover { color: #000000; }

.bodytext, .bodytextbold {
	font-size: 12px;
	color: #000000;
}

.bodytextbold {
	font-weight: normal;
}

.bodytextwhite { 
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

a.bodytextwhite:hover { color: #FF3C4C; }

.bodytextBLUE {
	font-size: normal;
	color: #5078B3;
}

.bodytextboldred {  
	font-size: normal;
	font-weight: bold;
	color: #FF3C4C;
}

.bodylarger { 
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.bodytextboldlarge { 
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}

.bodytextITALIC {
	font-size: small;
	font-style: italic;
	color: #000000;
}

.breadcrumb { 
	font-size: x-small;
	color: #5078B3;
	text-decoration: none;
}

a.breadcrumb:hover { 
	text-decoration: underline;
}

.bulletpoints {
	color: #000000;
	font-size: normal;
	list-style-position: inside;
	list-style-type: circle;
	
}

.greytext {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #5078B3;
}

.linktext { 
	font-size: small;
	font-weight: normal;
	color: #000000; 
	text-decoration: none;
}

a.linktext:hover { color: #FF3C4C; }

.linktextbold {
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.linktextbold:hover { color: #FF3C4C; }

.linktextRED {
	font-size: small;
	color: #FF3C4C;
}

.linktextPDF {
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}

.linktext_back_to_top { 
	font-size: small;
	font-weight: normal;
	color: #000000; 
	text-decoration: none;
}

a.linktext_back_to_top:hover { color: #FF3C4C; }

.straplineRED {
	font-size: small;
	font-weight: bold;
	line-height: 20px;
	color: #FF3C4C;
}


.title { 
	font-size: x-large;
	font-weight: bold;
	color: #FF3C4C;
}

.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

a.toplinks:hover { color: #FF3C4C; }

.toplinkssub {
	color: #FFFFFF;
	font-size: x-small;
}

a.toplinkssub:hover { color: #FF3C4C; }

.window_blind_text {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

p.window_blind_text {
	margin-bottom: 4px;
}

/* bulletted list styles **********************************************************/

ul, li {
	list-style-type: disc;
 /* list-style-image:url(../Media/common/blue_arrow1.gif); */
}

ul { 
 margin-top: 0px;
 margin-left: 20px;
 padding-left: 20px;
 margin-bottom: 18px;
}

ul li {
	margin-bottom: 12px;
}

