body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a { 
    color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #EE2E33;
	text-decoration: underline;
	
}

.heading {
	font-size: 18px;
	color: #EE2E33;
	font-weight: bold;
	line-height: 24px;
}
.nav {
	font-weight: bold;
	font-size: 17px;
}

.nav a {
	color: #fffece;
	text-decoration: none;
}

.nav a:hover {
	color: #EE2E33;
	text-decoration: none;
	
}

.footer {
	font-size: 11px;
	color: #EE2E33;
}

li {
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
}

/*START Video*/
.vidFrame {
	width: 520px;
	background-color: #000000;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*END Video*/