@charset "utf-8";
/* CSS Document */

/* General markup styles
---------------------------------------- */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body, div, p, th, td, li, dd {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color:#FFFFFF;
}

a:link {
	color: #ff9408;
	text-decoration: none;
}
a:visited {
	color: #FF9408;
	text-decoration: none;
}
a:hover {
	color: #FFBC62;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

html>body, html>div, html>p, html>th, html>td, html>li, html>dd {
	font-size: small
}

html {
	color: #FFFFFF;
	background: #E4E4E4;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background: #E4E4E4;
	font-size: 62.5%;	/* This sets the default font size to be equivalent to 10px */
	margin: 0px 0px;
	
}