/* Main Content */
#maincontent {
	font: 8pt/12pt verdana, sans-serif;
	color: #333333;
}

#maincontent h1 {
	font: bold 10pt verdana, sans-serif;
	color: #0054a4;
}

#maincontent i {
	font-style: italic;
	color: #0054a4;
}

#maincontent b {
	font-weight: bold;
	color: #0054a4;
}

#maincontent a {
	color: #0054a4;
	text-decoration: underline;
}

#maincontent a:hover {
	color: #ffcc00;
	text-decoration: none;
}

#maincontent li {
	margin: 0; padding: 0 0 0 15px;
	list-style: url(/images/bullet_general.gif);
}

#maincontent .videofloatingleft {
	margin: 0 10px 10px 0; padding: 0;
	float: left;
}

#maincontent .externallink {
	margin: 0; padding: 0 20px 0 0;
	background: bottom right no-repeat url(/images/link_external.gif);
}

/* Footer */
#footer p {
	text-align: center;
	font: 10pt verdana, sans-serif;
	color: #ffffff;
}

/* Table Content */
#tablecontent {
	font: 8pt arial;
	color: #333333;
}

#tablecontent h1 {
	font: bold 10pt verdana, sans-serif;
	color: #0054a4;
}

#tablecontent p {
	width: 90%;
	text-align: left;
}

#tablecontent ul {
	margin: 0; padding: 0;
}

#tablecontent #navigation li {
	margin: 0 7px 0 0;
	float: left;
	list-style: none;
}

#tablecontent a {
	color: #0054a4;
	text-decoration: underline;
}

#tablecontent a:hover {
	color: #ffcc00;
	text-decoration: none;
}