body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin-right: 5px;
	margin-left: 5px;
	}
a:link {
	text-decoration: none;
} 
a:visited {
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}
	
ul {
	list-style-type: none;
	margin-left: 20px;
	}

.heading { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 18px;
	margin-top: 12px;
} 
.body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 19px;
	margin-right: 5px;
	margin-left: 5px;
} 
.footer, #footer {
	clear: both;
	width: 646px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: italic; 
	color: #999999;
} 
.boxBorder {
	border: thin dotted; 
	border-color: #CCCCCC #CCCCCC #FFFFFF
} 

.sampleSubHeading {
	color: #CC6600;
}
.breadcrumbs {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.sampleSubTitle {
	font-weight: bold;
	color: #333333;
}
.sampleLaunchLink {
	font-size: 14px;
}




.invisibleLinks {
	visibility: hidden;	
	}

.screenShot {
	float: right;
	border: 1px solid #777;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 2px;
	}
.news {
	padding: 2px 2px 0px 0px;
	font-size: 13px;
	line-height: 19px;
	margin-top: -2px;
	text-align: left;
	}
.about {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	}
.sample-heading {
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 0px 20px;
	}
.sample-image {
	float: left;
	clear: both;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	border: 1px solid #999999;
	}
.sample-date {
	color: #999999;
	font-size: 11px;
	}
.sample-desc {
	color: #333333;
	font-size: 11px;
	}
.sample-title {
	color: #333333;
	font-size: 12px;
	}
h3 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 12px 0px 0px 0px;
	}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 12px 0px 0px 0px;
	}
	
	
/* 2 column layout */
.left {
	clear: both;
	float: left;
	margin: 0px 0px 0px -20px;
	width: 290px;
	text-align: left;
	padding: 0px 4px 8px 0px;
	}

.right {
	width: 290px;
	margin: 0px 0px 0px 320px;
	text-align: left;
	padding: 0px 4px 8px 0px;
	}

/* the following rule is recognized only by IE */
	
* html body .left {
	margin-left: 0px;
}

* html body .right {
	width: 285px;
}