body {
	margin: 0;
	padding: 0;	
	background: #000;
	font-family: "Segoe", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 15px;
	*font-size: 75%;
	*line-height: 125%;
	color : #666;
}

* {
	margin: 0;
	padding: 0;
}
p, ul, ol {
	margin-bottom: 18px;
}

img,
a img {
	border: 0;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover,
a:active {
	color : #999;
}

/* Remove anchor outlines in Firefox */
a:focus {
     -moz-outline:0;
     outline:0;
     outline-offset 0; 
}

.gs_clearer {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
}

.gs_contentBlock {
	padding-bottom: 19px;
}

.gs_abbrev {
	vertical-align: baseline;
	font-size: 10px;
	line-height: 15px;
}

.show_on_print {
	display: none;
}
