@charset "utf-8";
.ans {
	background-image: url(images/dots.jpg);
	background-repeat: repeat;
}
.redborder {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #CA171E;
	border-right-color: #CA171E;
	border-bottom-color: #CA171E;
	border-left-color: #CA171E;
}


.thinRedborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #CA171E;
	border-right-color: #CA171E;
	border-bottom-color: #CA171E;
	border-left-color: #CA171E;
}

.whiteSmcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

.blackborder {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}



.yellowsquares {
	background-image: url(images/yellowsquares.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.mediabox {
	background-color: #E8F3FF;
	border: medium ridge #000000;
	height: 308px;
	width: 250px;
}

.bluebkg {
	background-image: url(images/bluesubbkgr.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.mainpara {
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}

.header {
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.subheader {
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	line-height: 14px;
	color: #003399;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: bold;
}


.headerR {
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: bold;
}


.redcopy {
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #CA171E;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	background-position: center;
}

.whitecopy {
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}


.maincontent {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
}

.maincontentLink {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #CA171E;
	text-align: left;
}

