
/* Global Page Styles
----------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff; 
	}

tr, td, div {
	text-align: left;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 400;
	padding: 0;
	margin: 0;
	}

#printMain {
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	padding: 10px 0; 
	}

#printMain img {
	margin-left: 7px;
	}
	
a {
	color:  #000000;
	text-decoration: underline;
	}
 

	
/* Homepage Content
----------------------------------------------- */

#homeRight {  
	float: right;
	width: 250px;
	font-size: 9pt;
	}

#homeRight img {  
	margin-bottom: 10px;
	margin-left: 0;
	}	

#homeRight H1, #homeRight H2, #homeRight H3, #homeRight H4, #homeLeft H1 {  
	font-size: 14pt;
	color: #444444;
	font-weight:700;
	}	
	
#homeRight ul, #homeLeft ul{ 
	padding-left: 0;
	margin-left: 0;
	}
	
#homeLeft {  
	float: left;
	width: 340px;
	}

.invis {
	display:none;
	}


/* Heading Styles
----------------------------------------------- */

h1 {
	font-size: 15pt;
	font-weight: 700;
	}

h2  {
	font-size: 13pt;
	font-weight: 700;
	}

h3, h4, H5, H6 {
	font-size: 12pt;
	font-weight: 700;
	}

/* Forms
----------------------------------------------- */

input, textarea, select {
	background-color:#FFFFFF;
	border: 1px solid #e2e9ec;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

.inputSmall {
	width: 200px;
	}
	
.inputLarge {
	width: 100%;
	}

.button {
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ffcc66;
	border-left: 1px solid #ffcc66;
	border-right: 1px solid #cc6600;
	border-bottom: 1px solid #cc6600;
	color:  #ffffff; 
	background-color: #ff9933; 
	}
	
form { 
	margin: 0px; 
	padding: 0px;
	}

#formTable td {
	margin: 0;
	padding: 7px 10px 7px 0;
	background-image:url(../images/bg-dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	white-space:nowrap;
	}
	
/* Generic
----------------------------------------------- */

.clearBoth {
	clear:both;
	height: 0px;
	overflow:hidden;
	}

table {
	border-collapse:collapse;
	}

ul li { 
	list-style-type: none;
	background-image: url(../images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
	padding-left: 10px;
	margin-left: 0px;
	}
	
hr  { 
	height: 0px; 
	border: 0px solid #e2e9ec; 
	border-top-width: 2px;
	display: block;
	margin: 15px 0;
	}

blockquote {
	font-size: 12px;
	padding: 0 10px;
	margin: 20px;
	font-style: italic; 
	color: #333333;
	border-left: 5px solid #dddddd;
	}

img  {
	border-width:0;
	}

.resultTable th {
	font-weight:700;
	padding: 3px;
	border-bottom: 1px solid #666666;
	}
  
.resultTable td {
	font-weight:400;
	padding: 3px;
	border-bottom: 1px solid #666666;
	}

.webinarTable th {
	font-weight:700;
	padding: 3px;
	border-bottom: 1px solid #666666;
	text-align: left;
	}
  
.webinarTable td {
	font-weight:400;
	padding: 3px;
	border-bottom: 1px solid #666666;
	}
