/* Body */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

body, td, th, input, select, textarea {
	line-height: 18px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link	{
	text-decoration: none;
	color: #2A166F;
}
a:visited 	{
	text-decoration: none;
	color: #2A166F;
}
a:hover 	{
	text-decoration: underline;
	color: #2A166F;
}


.highlight{
	background-color: #DDDDDD;
	border: 1px solid #888888;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #333;
}

