body {
	/* defines default text for the whole site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ececec;
}

#Content, #Content td {
	/* style for normal text */
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 8px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	left: 5px;
	top: 0px;
	right: 5px;
	font-size: 12px;
	text-align: left;
}

#Content a{
	/* normal links */
	color: #24415E;
	text-decoration: none;
}
#Content a:hover{
	/* normal links hover effect*/
	color: #E08000;
	text-decoration: underline;
}

#Services, #Services td {
	/* style for normal text */
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 8px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	left: 5px;
	top: 0px;
	right: 5px;
	font-size: 12px;
	text-align: left;
}

#Services a{
	/* normal links */
	color: #FFFFFF;
	text-decoration: none;
}

#Services a:hover{
	/* normal links hover effect*/
	color: #E08000;
	text-decoration: none;
}

#Services a:visited{
	/* normal links hover effect*/
	color: #000000;
	text-decoration: none;
}


#Toplinks, #Toplinks td {
	/* style for normal text */
	font-size: 12px;
	text-align: middle;
}

#Toplinks a{
	/* normal links */
	color: #FFFFFF;
	text-decoration: none;
}

#Toplinks a:hover{
	/* normal links hover effect*/
	color: #E08000;
	text-decoration: none;
}

#Toplinks a:visited{
	/* normal links hover effect*/
	color: #808080;
	text-decoration: none;
}