body {
	background-color: #80A8C4;
	background-image:url(images/banner_text3.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/* Bordered pane for features section on index page
   as well as on the downloads page */
.featureNdownload {
	color: #555555;
	font-size:11px;
	font-weight:200;
	background-color:#FAFCFD;
	width:320px;
	padding: 1em 1em 1em 1em; 
	border: 2px #ccc dotted;
	text-align: left;
}

/* Bordered pane for setup_load *_boot *_play pages*/
.setup {
	color: #444444;
	font-size:11px;
	font-weight:200;
	background-color:#FAFCFD;
	width:420px;
	padding: 1em 1em 1em 1em; 
	border: 2px #ccc dotted;
	text-align: left;
}

/* Bordered pane for general use. */
.bordered {
	background-color:#FAFCFD;
	border: 2px #ccc dotted;
	padding: 0em 1em 0em 1em;
}

/* Bordered pane for screenshot section */
.screens {
	background-color:#FAFCFD;
	width:450px;
	padding: 1em 0em 1em 0em; 
	border: 2px #ccc dotted;
}

/* Text formatting for Screenshots page pane */
.screens_text {
	text-align: center;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0em 0em 1.2em 0em;
}

b {
	font-weight: bold;
}

h1 {
	font: Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	color: #666666;
}

h2 {
	font: Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #666666;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
}

A:link {
	COLOR: #004473;
	font-size: 11px;
	font-weight:800;
	TEXT-DECORATION: none;
}

A:visited {
	COLOR: #004473;
	font-size:11px;
	font-weight:800;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: #0362A4;
	font-size:11px;
	font-weight:800;
	TEXT-DECORATION: none;
}

a#corner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 150px;
	width: 150px;
	background: url(images/TRbanner.gif) top right no-repeat !important;
	background: none;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
}
