@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	background-color: #f2fbfe;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a.mainlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/link.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 76px;
	width: 145px;
	display: inline-block;
	line-height: 76px;
}
a.mainlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/linkhover.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 76px;
	width: 145px;
	line-height: 76px;
	display: inline-block;
}
a.mainlink1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/linkhover.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 76px;
	width: 145px;
	line-height: 76px;
	display: inline-block;
}

a.toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #464646;
}
a.toplink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #C23C17;
}

.bluetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1f3485;
}

.redtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #da251d;
	font-weight: bold;
}
.paratext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.redtext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C23915;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/btmbg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	height: 50px;
}
a.copylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 30px;
	color: #FFFFFF;
}
a.copylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 30px;
}
.tbborder {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #DA251D;
	margin: 5px;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #BD3817;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
