﻿a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	color: #4682B4;
	font-size: 8pt;
}
a:visited {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	color: #4682B4;
	font-size: 8pt;
}
a:active {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	color: #4682B4;
	font-size: 8pt;
}
a:hover {
    text-decoration: none;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #708090;
}
p {
    text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	padding : 4px;
	color: #708090;
}
table {
    text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #708090;
	background-color: #DCDCDC;
	border: 2px dashed #808080;
}
td {
	padding: 4px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #708090;
	background-color: #EEEEEE;
	border: thin #204443 solid;
}
ul {
    text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #708090;
}
li {
    text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #708090;
}
body {
	background: #C0C0C0;
	background-image: url('images/pattern.gif');
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #708090;
}