html, body {
margin: 5;
padding: 5;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.navigationmenu a:link {
	color : #000000;
	text-decoration: none;
	font-weight : bold;
}

.navigationmenu a:visited {
	color : #000000;
	text-decoration: none;
	font-weight : bold;
}

.navigationmenu a:active {
	color : #000000;
	text-decoration: none;
	font-weight : bold;
}
.navigationmenu a:hover {
	color : #000099;
	text-decoration: none;
	font-weight : bold;
}
.content a:link {
	color : #000099;
	text-decoration: none;
	font-weight : bold;
}

.content a:visited {
	color : #000099;
	text-decoration: none;
	font-weight : bold;
}

.content a:active {
	color : #000099;
	text-decoration: none;
	font-weight : bold;
}

.content a:hover {
	color : #000099;
	text-decoration: underline;
	font-weight : bold;
}
.title {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;

}
