.text {
	font-family 		: Arial,Helvetica,sans-serif;
	font-size			: 12px;
}

.ltext {
	font-family 		: Arial,Helvetica,sans-serif;
	font-size			: 12px;
	color				: #ffffff;
	text-decoration		: none;
}

.textsm {
	font-family 		: Arial,Helvetica,sans-serif;
	font-size			: 10px;
}

.bread {
	font-family 		: Arial,Helvetica,sans-serif;
	font-size			: 12px;
	color				: #000000;
}

.link {
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 10pt;
	color				: blue;
	text-decoration		: underline;
}

.link:hover {
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 10pt;
	color				: navy;
	text-decoration		: underline;
}
.link:visited {
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 10pt;
	color				: navy;
	text-decoration		: underline;
}

.nav {
	font-family			: Geneva,Helvetica, Arial;
	font-size			: 10px;
	color				: #ffffff;
	text-decoration		: underline;
}

.nav:hover {
	font-family			: Geneva,Helvetica, Arial;
	font-size			: 10px;
	color				: #FF9900;
	text-decoration		: underline;
}

.title {
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 12pt;
	color				: #333333;
	font-weight			: bold;
}

.partDesc {
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 12px;
	color				: #3366FF;
	font-weight			: bold;
}
.pagenav {
		color			: black;
		background		: #e0e0e0;
		font-family 	: Arial,sans-serif;
		font-size		: 10px;
		text-decoration	: none;
		border			: 1px solid black;
		border-width 	: 1px 1px 1px 1px;
		
	}
	
.pagenav:visited {
		color			: black;
		background		: silver;
		font-family 	: Arial,sans-serif;
		font-size		: 10px;
		text-decoration	: none;
		border			: 1px solid black;
		border-width 	: 1px 1px 1px 1px;
		
	}

.pagenav:hover {
		color			: white;
		background		: #0066FF;
		font-family     : Arial,sans-serif;
		font-size		: 10px;
		text-decoration	: none;
		border			: 1px solid black;
		border-style	: groove;
		border-width 	: 1px 1px 1px 1px;
	}