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

body {
	background: #333333 url(images/bar_top_bg.gif) repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#content {
	width: 640px;
	margin: 40px 0px 40px 323px;
}

a {
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: white;
	text-decoration: none;
}