* {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	padding: 0px;
}

body {
	background-color: #999999;
}

ul {
	font-size: 12px;
	padding-left: 15px;
	/*list-style-type: none; */
}

a, a:link, a:visited {
	color: #0066cc;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #0066cc;	
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	margin-top: 0;
	margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
}

h1 { margin-bottom: 15px; width: 95%; font-size: 54px; }
h2 { margin-top: 8px; margin-bottom: 15px; width: 92%; font-size: 32px; }
h3 { font-size: 26px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; margin-bottom: 5px; font-weight: bold; color: #666666; }
h6 { font-size: 12px; margin-bottom: 2px; font-weight: bold; color: #666666; }

hr {
	border-bottom: 1px dashed #666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 8px;
}

iframe {
	border: 0 none #fff;
	margin-top: 20px;
}

img, img a, img a:link {
	margin: 0;
	text-decoration: none;
	border-width: 0;
	border-style: none;
	padding: 0;
}

input {
	margin-top: 0px;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #CCCCCC;
}

p, textarea, ul {
	color: #666;
	font-size: 12px;
}

span {
	text-decoration: none;
	color: #666;
	font-size: 12px;
}

table {
	border: 0px;
	/* 
	border-spacing: 0px;
	padding: 0;
	*/
}

th {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

td {
	font-size: 12px;
	vertical-align: top;
}

b, strong {
	color: black;
}
