/* Styles for the pop-up windows "nots.cfm" etc etc */




/* START Links */
.terms_bar a:link {
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
.terms_bar a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:0.8em;
}
.terms_bar a:hover {
	text-decoration: underline;
	color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:0.8em;
}
.terms_bar a:active {
	text-decoration: none;
	color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}
	
.footer_text {
	padding:44px 0 0 0;
}
/* END Links */



/* STARTlayout */
#terms_container p {
	color:#333;
}

#terms_container {
	margin: 30px auto;
	width: 610px;
}

.terms_container {
	margin: 30px auto;
	width: 610px;
}


#terms_container .tablehead {
	font-size:1.3em;
	font-weight:bold;
}

#terms_container .subhead {
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	border-top:1px solid #ddd;
	padding:20px 0 0 0;
}


#tableContainer{
	border: 1pt solid #ccc;
	margin-bottom: 20px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
	line-height: 180%;
}


.terms_bar {
	background-image: url(../images/terms_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	height:100px;
	width:695px;
	padding:0 27px 0 27px;	
	text-align:center;
}

.terms_table{
	border: 1pt solid #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #444444;
	padding: 8pt;
}

/* END layout */



/* BEGIN text*/
.para {
	color:#333; 
	font-weight:bold;"
}

/* END text*/



/* START Lists etc */
/*#terms_container ol li{
	list-style:decimal;
	list-style-type:decimal;
	margin: 13px 0 0 20px;
	line-height: 150%;
	color: #333;
}

#terms_container ul{
	list-style:circle;
	margin: 13px 0 0 20px;
	color: #333;
}

#terms_container li {
line-height: 250%;
list-style: square;
color: #333;
}*/
/* END Lists etc */
