@charset "UTF-8";
/* CSS Document */

body  {
	/* font: 1em Arial, Helvetica, sans-serif; */
	font: 1em "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #666666;
	/*background: url(../../images/clientspecific/tile.gif);*/
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #3d1580;}
a:hover{color: #ed1c24;}
a:visited{color: #3d1580;}

.clear  {clear: both;}

.content  {
	background-color: #ffffff;
}