body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #537D97;
/**	margin-left: 0px;
	margin-top: 0px;  --> inside body property, IE bug**/
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #537D97;
	background-color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #E3E6E8; 
	background-color: #407290;
	text-decoration: none;
}

img {
	border: 0px
	}  

.alert {
	background-color: #2E678A;
}  

.bold {
	font-weight: bold;  
}

strong {
	line-height: 15px;
}  