td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	cursor: crosshair;
	line-height: 20px;
}

a {color: #0066FF}
a:hover {color: #3300FF}
a:active {color: #0066FF}
a:visited {color: #0066FF}

.small {
	font-size: 10px;
}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	border: black 1px solid;
}

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

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

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

.menu a:hover {
	background-color: #AEABAA;
	text-decoration: none;
}

.strong {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}
.stripe {
	font-size: 16px;
	font-style: oblique;
	color: #333300;
	background-color: #C1CCA5;
	font-weight: bold;
}
.color1 {
	color: #990000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	margin: 20px;
}