/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #484848;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 8pt;
	text-align: center;
}


H1 {
	font-size: 11pt;
	color: Black;
	text-align: center;
}



td {
	
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 8pt;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	font-size: 9pt;
	list-style: none outside;
}

ol, ol li {
	font-size: 9pt;
	list-style: decimal inside;
}

p {
	padding: 0.6em 0em 0.6em;
}




