/* Sortable tables */
table.sortable thead {
	background-color:#eee;
	color:#666666;
	font-weight: bold;
	cursor: default;
	font-family: Arial;
	font-size: 12pt;

}
/*Set single background image*/
BODY {
background-image:   url(Lightbulb.jpg); 
background-repeat: no-repeat;
background-position: center;
}
/*Set format of hyperlinks*/
a:link { text-decoration: underline; color: green} 
a:visited { text-decoration: underline; color: green} 
a:active { text-decoration: underline; color: blue} 
.standardtext {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
	line-height: normal;

}
