/* grey text is 333333
 */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold; 
	color: #042B48; 
	padding-left: 15px;
	padding-right: 25px;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #042B48; 
	padding-left: 0px;
	padding-right: 0px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #042B48; 
	padding-left: 15px;
	padding-right: 25px;
}
.start {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	color: #042B48;
	padding-left: 15px;
	padding-right: 25px;
}
.heading1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #042B48;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 10px;
	
}

a:link { 
	color: #042B48;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: 042B48;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #333333;
	background-color: #DADFE3;
	font-weight: normal;
	text-decoration: none;
	}
a:active {
	color: #042B48;
	font-weight: bold;
	text-decoration: none;
}
	
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

