/* CSS Document */
.background {
	background-image:  url(/images/background.gif);
	background-repeat: no-repeat;
}

.greyBg {
	background-color: #e9eaed;
}

.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	ont-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.greyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BDBEC1;
	text-decoration: none;
}
.greyText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	ont-size: 10px;
	color: #BDBEC1;
	text-decoration: none;
}
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F527C;
	text-decoration: none;
}	
.blueText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	ont-size: 11px;
	color: #2F527C;
	text-decoration: none;
}
.dottedline {
	background-image:  url(file://///Bermuda/second_web_root/AR%20Legal/website/images/dot_line.gif);
	background-repeat: repeat;
}
body {
	background-color: #CDCDCD;
}
.background2 {
	background-color: #FFFFFF;
}
.redBanner {
	background-color: #CC1A1A;
}
.shadowLeft{
	background-image:  url(/images/shadow_left.gif);
	background-repeat: repeat-y;
}
.shadowRight {
	background-image:  url(/images/shadow_right.gif);
	background-repeat: repeat-y;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B5065;
	text-decoration: none;
}	
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #073F81;
	text-decoration: none;
}
.subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CC1A1A;
	text-decoration: none;
	font-weight: bold;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC1A1A;
	text-decoration: none;
	font-weight: normal;
}
