/* CSS Document */
img {
	border: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background: #000000 url(/images/bgFade.gif) repeat-x fixed left top;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	height: 100%;
	width: 100%;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none !important;
	border-bottom: 1px dotted #EEE !important;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #eee;
	text-decoration: none !important;
	border-bottom: 1px solid #FFF !important;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}
#browserInfo, #browserInfo a {
	font-weight: normal;
	font-size: 12px;
}
#content {
	margin: 10px;
}6
