body {
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.header {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #217fb5;
	text-decoration: none;
}
.headerbig {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #217fb5;
	text-decoration: none;
}

.textsmall {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.links {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #217fb5;
	text-decoration: none;
}

.links:hover {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;	
	color: #217fb5;
	text-decoration: underline;
}
.linkwhite {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.linkwhite:hover {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;	
	
}

#black	{color: #000000;}
#red	{color: #ff0000;}
#grey	{color: #e5e5e5;}
#white	{color: #ffffff;}
#brown	{color: #CD793B;}
#orange {color: #ca7147;}
#yellow {color: #FFFF66;}
#blue 	{color: #217fb5;}
