body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #979797;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-weight: normal;
}

h3 {
	padding-top:4px;
	margin:0px;
	padding-bottom: 4px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.centred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.emphasis1 {
	font-size: 18px
}
.empasis2 {
	font-size: 24px
}
.innerTable {
	background-color: #FFFFFF;
	border: none;
}

.blur{
	background-color: #858585; /*shadow color*/
}

.shadow{
	background-color: #606060; /*shadow color*/
}

table {
	background-color: #FFFFFF;
	border: none;
	border-color: #0a0a0a;
	border-width: 1;
}

ul {
		list-style-type: disc;
        color: #FF0000;
		
}

.right {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: right;
}

.outerTable {

	background-color: #979797;
	border: none;
}
