@charset "UTF-8";
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.presenters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-top: 0px;
}

p, li, ol, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}

.ptitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.presenter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-stlye: italic;
	color: #333333;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
}


.plast {
	padding-bottom: 6px;
	margin-bottom: 6px;
}

a:link { 
	color: #00ABCD;
	font-weight:bold;
	text-decoration: none;
	}
a:visited { 
	color: #00ABCD;
	}
a:hover { 
	color: #000000;
		}
a:active { 
	color: #00ABCD;
	}


li, ol, ul {
	font-weight: bold;
	color: #00ABCD;
	margin-left: 9px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.listAlpha {
	list-style-type: lower-alpha;
}

.listText {
	font-weight: normal;
	list-style-type: decimal;
	color: #333333;
	}
.pboldblack {
	font-weight: bold;
	color: #000000;
}


h1 {font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
	color: #00abcd;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00abcd;
	padding-bottom: -6px;
	margin-bottom: -6px;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	color: #000000;
	font-weight: normal;
	display: block;
	background-image: url(images/navArrow-0.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
.nav a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	color: #000000;
	font-weight: normal;
	display: block;
	background-image: url(images/navArrow-0.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;

		}

.nav a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	color: #000000;
	font-weight: normal;
	display: block;
	background-image: url(images/navArrow-0.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;

}
.nav a:hover {
	color: #00ABCD;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/navArrow.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
.nav a:active {
	color: #00ABCD;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/navArrow.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: -6px;
	margin-bottom: -6px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

