@charset "UTF-8";
@import url("nav.css");
/* CSS Document */

#container
	{
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.webinarsTitle {
	color: #00F;
	font-weight: bold;
	text-align: center;
}
body,td,th {
	font-size: small;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}

.smallText {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.hideHitCounter {
	color: #FFF;
	font-size: 1px;	
}

a:link {
	color: #00F;
	font-weight: bold;
	text-decoration: underline;	
}
a:visited {
	color:purple;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

