td {
	font-family: Tahoma;
	font-size: small;
}

.pageContent {
	padding: 10px;
	text-align: justify;
	font-family: Arial, Tahoma;
	font-size: small;
}


.menu0Item {
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
	background-color: #f5f5f5;
	text-align: center;
	padding: 4px;
	font-family: Arial, Tahoma, Verdana;
}

.menu0ItemHover {
	background-color: #bbbbbb;
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
	text-align: center;
	cursor: hand;
	padding: 4px;
	font-family: Arial, Tahoma, Verdana;
}

.menu0ItemHover a, .menu0Item a {
	text-decoration: none;
	color: #000000;
}


.menu0ItemHover a:hover, .menu1Item a:hover {
	text-decoration: none;
}

.pageTitle {
	text-align: left; 
	width: 98%; 
	background-color: #D50000; 
	font-family: Arial, Tahoma, Verdana; 
	height: 30px;
	padding-left: 10px;
	font-size: 18px; 
	padding-top: 10px;
	color: #ffffff; 
}

a {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
}


.menu1Item {
	letter-spacing: 2px;
	list-style-image: url('square.gif');
	margin-bottom: 9px;
	list-style-type: image;
	padding-left: 5px;
	cursor: pointer;
	cursor: hand;
}

.menu1Item a {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

