/*
 * CTA_STYLE.CSS 
*/
.tblblue {
	background-color: #A3D4FA;
}

.tbldblue {
	background-color: #77A5D2;
}

.content {
	font-family: verdana;
	font-size: 11px;
	color: #696969;
}

.txtWhite {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
}

a {
	font-family: verdana;
	font-size: 11px;
	color: #6699CC;
	text-decoration: underline;
}

a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #0066FF;
	text-decoration: underline;
}

.bold {
	font-family: verdana;
	font-size: 11px;
	color: #696969;
	font-weight: bold;
}

h1 {
	font-family: verdana;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
}
