html {
	overflow-y: scroll;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #10364E;
}

a:link { color: #0067AC; }
a:visited { color: #0067AC; }
a:hover { color: #0097FB; }
a:active { color: #0067AC; }

.normalHead {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #0166AC;
}

.normalHeadTwo {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #ca0309;
}

.normalHeadWhite {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}

.normalSubHead {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0067AC;
}

.normalSubHeadWhite {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.normalText {
	font-family: Arial;
	font-size: 12px;
	color: #10364E;	
	line-height:18px;
}

.normalTextBlue {
	font-family: Arial;
	font-size: 12px;
	color: #5995bf;
	font-weight: bold;
	font-style: italic;
}

.normalTextBlueBold {
	font-family: Arial;
	font-size: 12px;
	color: #5995bf;
	font-weight: bold;
	font-style: normal;
}

.normalTextDarkBlue {
	font-family: Arial;
	font-size: 12px;
	color: #005288;
}

.normalTextWhite {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.mediumTextBlue {
	font-family: Arial;
	font-size: 11px;
	color: #005288;
}

.smallText {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height:12px;
}

.smallTextBlue {
	font-family: Arial;
	font-size: 10px;
	color: #5995bf;
	line-height:12px;
}

.angryText {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	font-weight:bold;
}

.myTableStyle {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#0000CC;
	font-style:italic;
	padding:10px 10px 10px 10px;
}

