/* GDD CSS Document */

* {/* zero margins and padding */
	margin: 0;
	padding: 0;
}

/* -----------------------------------------------------------
Generic Page Properties
----------------------------------------------------------- */

body {
	background:#EAEAEA;
	margin:0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	line-height:14px;
}

a {
	color: #5F5F5F;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:none;
}

hr {
	margin:10px 10px 0 10px;
	color: #fff;
	border-left: 0;
	border-right: 0;
	border-top: solid 1px #fff;
	border-bottom: dashed 1px #ccc;
	height: 5px;
}