/* Front-End Stylesheet
	Configure to match your layout look and feel
*/

/* Import necessary SMS class css files */
@import url(/_styles/styles_2004.css);


body {
	margin:0; padding:0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	color:#000;
}
	
th, td {font-size:12px; color:#000;}

a:link {color: #3859A0; text-decoration:underline;}
a:visited {color: #708AC0; text-decoration:underline;}
a:hover	{color: #A8B9DE; text-decoration:underline;}
a:active {color: #A8B9DE; text-decoration:none;}

a.Forced:link {color:#A5A5A5; text-decoration:none;;}
a.Forced:active {color:#A5A5A5;}
a.Forced:visited {color:#A5A5A5; text-decoration:none;}
a.Forced:hover {color:#A5A5A5;}

img {border:none;}

.headline {color:#708AC0; font-size:26px; font-weight:bold;}
.information {margin:0 0 0 20px;}
.headerbar {color:#606060; font-size:18px; font-weight:bold; text-transform:uppercase;}
.textheader {color:#606060; font-size:18px; font-weight:bold; text-transform:uppercase;}