body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}

.WebinarTitle {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000084;	
	text-transform: uppercase;
	font-size: 18px;
}

a {
	color: #000084;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #759AD2;
	font-weight: bold;
}
a.link {
	color: #000084;
	font-weight: bold;
}
a.link:hover {
	text-decoration: underline;
	color: #759AD2;
	font-weight: bold;
}
a.link1 {
	color: #000084;
	font-weight: bold;
}
a.link1:hover {
	text-decoration: underline;
	color: #759AD2;
	font-weight: bold;

}
a.pc:link{
	font-weight: bold;
	text-decoration: none;
	font-size: 16pt;
}
a.pc:hover{
	font-weight: bold;
	text-decoration: none;
	font-size: 16pt;
}
a.ulink:hover {
	font-family: arial;
	color: #CC0000;
	font-size: 10pt;
}
p{
	text-align: justify;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.err{
	color: #FF0000; 
	font-weight: bold;
	font-size: .9em;
}
.hdr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000; 	
}
.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00f; 	
}
.imh{
	padding: 7px, 0px, 3px, 0px;
}
.tblbor {
	border: 1px solid #CCCCCC;
}
.text {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	color: #010080;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.textSmall{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #232175;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
}
.titlesm {
	font-family: Arial, Helvetica, sans-serif;
	color: #232175;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #336666;
	font-style: normal;
	text-transform: none;
}
.textdullpink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EFEBEF;
}
.textdullpinkbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EFEBEF;
}
.bkColorBright {
	background-color: #CCD8DB;
}
.titleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	text-transform: none;
}
.textYellow {
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bkGrndImg {
	background-image: url(../images/bkgnd.gif);
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #398ADE;
	font-weight: bold;
}
.ulink {
	font-family: arial;
	color: #8E0A1C;
	font-size: 10pt;
	font-weight: bold;
	
}
#bod{
	position:absolute;
	left:0;
	top:0;
}
#pc{
	text-align: center;
}
#pirc{
	font-weight: bold;
	font-size: 20pt;
}
#MFM{
	margin: 0px;
	padding: 0px;
	list-style: inherit;
	width: 90%;
}
#EPP{
	margin: 0px;
	padding: 0px;
	list-style: inherit;
	width: 100%;
}
#ModuleTitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

/* Styles for Menu Items */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
}

#menu ul li {
	position: relative;
}
	
#menu li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

#menu ul li a {
	display: block;
	padding: 5px 10px 5px 20px;
	border: 1px solid #010080;
	color:#FFF;
	text-decoration: none;
	background-color:#010080;
}

#menu li ul li a {
	display: block;
	padding: 5px 10px 5px 20px;
	border: 1px solid #010080;
	color:#FFF;
	background: #010080;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float: left;
	height: 1%;
}
* html #menu  ul li a {
	height: 1%; 
}
/* End */

#menu ul li a:hover { 
	border: 1px solid #666;
	background-color: #3433B3;
	color: #CCC;
} /* Hover Styles */
		
#menu li ul li a { 
	padding: 5px 10px 5px 20px;
} /* Sub Menu Styles */
		
#menu li:hover ul, li.over ul { 
	display: block; 
} /* The Magic */
ol.list{
	list-style:disc;
}
ol.list li{
	padding-bottom:10px;
}
ol.sqList{
	list-style:square;
}
ol.sqList li{
	padding-bottom:10px;
}
ol.ilist{
	list-style:disc;
}
ol.ilist li{
	padding-top:10px;
}
td{
	font-size: 10pt;
}
.wh{
	background-color: #FFFFFF;
}
.lg{
	background-color: #DDDDDD;
}
.hl{
	background-color: #FFFF99;
}
.g{
	background-color: #CCCCCC;
}
#webinarlist li{
	padding:5px 0px;
}