h1 {}
h2 {
	font-size: 1.9em;
	margin:0px 0 5px 0;
}
h3 {
	font-size: 1.4em;
	margin:0px 0 5px 0;
}

h4 {}
h5 {}
h6 {}
.typography .left {
	text-align:left;
}
p {
	color:#333;
	margin:0 0 5px 0;
}
.small {
	font-size: 100%;
}
a {
	color:#555;
	font-style:normal;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
/*** Sidebar ***/
#Sidebar h3 {
	color:#fff;
}
/*** Menu2 ***/
#Menu2 {
	list-style: none;
}
	#Menu2 li a {
		display: block;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		padding: 0 0 0 10px;
		line-height: 30px;
		color:#fff;
		letter-spacing: 1px;
	}
	#Menu2 li a:hover {
			background: transparent url(../images/sidebarHover.gif) no-repeat top left;
	}
	#Menu2 li em {
		font-style: normal;
	}
	#Menu2 li {
		display: block;
		min-height:30px;
		height:auto !important;
		height:30px;
	}
	#Menu2 li .current,
	#Menu2 li .section {
		display: block;
		background: transparent url(../images/sidebarHover.gif) no-repeat top left;
		min-height:30px;
		height:auto !important;
		height:30px;
		font-weight: bold;
	}
	#Menu2 li ul li { 
	margin-left: 10px;
		display: block;
		min-height:20px;
		height:auto !important;
		height:20px;
	}
	#Menu2 li ul li a {
		line-height: 20px;
		font-weight: normal;
	}
	#Menu2 li ul li a:hover,
	#Menu2 li ul li .current {
		background: none;
		text-decoration: underline;
	}
#TopBannerRight a {
	color:#fff;
}