/*
This file contains global styles
*/

html body {
	margin: 12px 0 0 0;
	padding: 0;
	background-color: white;
}

html body, td, span, p {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
/*	line-height: 1.3em;  */
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #3F6A97;
}

a:hover {
	text-decoration: underline;
	color: #3F6A97;
}

a.survey {
	text-decoration: none;
}

a.survey:link, a.survey:visited, a.survey:active {
	color: #3F6A97;
}

a.survey:hover {
	text-decoration: underline;
	color: #3F6A97;
}


img {
	border: 0;
}

strong, b {
	font-weight: bold;
}




