body {
	overflow:auto; /*Essential for getting rid of un-needed explorer scroll bar caused by iframe*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

a:link { text-decoration:underline; color:#CCCCCC; font-weight:bold;line-height:1.6em; }
a:visited{ text-decoration:underline;  color:#CCCCCC; font-weight:bold;line-height:1.6em; }
a:active{ text-decoration:underline;  color:#FFFFFF; font-weight:bold;line-height:1.6em; }
a:hover { text-decoration:underline; color:#FFFFFF; font-weight:bold;line-height:1.6em; }

a.greenLink:link { text-decoration:underline; color:#C8F7FB;  }
a.greenLink:visited{ text-decoration:underline; color:#C8F7FB;}
a.greenLink:active{ text-decoration:underline; color:#FFFFFF;}
a.greenLink:hover { text-decoration:underline; color:#FFFFFF;}

a.previewLink:link { text-decoration:underline; color:#C8F7FB;  }
a.previewLink:visited{ text-decoration:underline; color:#C8F7FB;}
a.previewLink:active{ text-decoration:underline; color:#FFFFFF;}
a.previewLink:hover { text-decoration:underline; color:#FFFFFF;}

.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.resourceDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.unlinkinkedResourceTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

.textGreenBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C8F7FB;
}

.titleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	line-height: 1.7em;
	font-weight: bold;
	color: #C8F7FB;
}

.previewTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	line-height: 1.7em;
	font-weight: bold;
	color: #C8F7FB;
}

.previewBreadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C8F7FB;
}

td.taster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}

tr.preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: bold;
	color: #C8F7FB;
	text-align: center;
	vertical-align: middle;
}

.borderTable {	
padding: 2px 2px 2px 2px;
border: 1px solid #C8F7FB;
}

