
a { color: #0099FF; 
text-decoration : none;
}

a:visited { color: #0099FF; 
}

a:hover {
	text-decoration : none;
	border-bottom: 1px dotted #0099FF;
}

a:active { color: #0099FF; }

a.footer { color : black;
	text-decoration : none;
}

a.imagelink:link {
	border: none;
	}

a.imagelink:visited {
	border: none;
	}

a.imagelink:hover {
	border: none;
	}

a.imagelink:active {
	border: none;
	}

a.footer:hover {
	text-decoration : none;
	border-bottom: 1px dotted #0099FF;
}

body {
	background-color : #FFFFFF;
	color: #000000;
	
}

td {
	color : Black;
	font-family: verdana, tahoma, sans-serif;
	font-size : x-small;
	line-height:18px;
}



.centertitle {
	color : #009cba;
	font-weight : bold;
	font-size : medium;
}

.title {
	color : #009cba;
	font-weight : bold;
	font-size : x-small;
}

.headline {
	color : #009cba;
	font-weight : bold;
	font-size : small;
}

.menu {
	color : #0099FF;
	
}

p {
	padding : 2;
	line-height:18px;
}