body {
    font-family: Arial, helvetica, sans-serif;
 /*	background-color: #C00000;  Original Red/Maroon not */
	background-color: #8FB1FC;  /* Light Blue this to be removed too when all files in table--like index.html */
 /*	background-color: #6699CC;  Darker Blue */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

th {
	font-family: Arial, helvetica, sans-serif;
}

a {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
	cursor:pointer;
}

a:link {
	color: #2337fc;
}

a:visited {
	color: #2337fc;
}

.style1 {
	font-size: 11px;
}

.style2 {
	font-size: 11px;
	color:#FF0000;
}

.style3 {
	color: #2337fc;
}

.style5 {
	font-size: large;
}

.fontgreen {
	color:#33CC33;
}

.fontgrey {
	color: #999999;
}

.fontwhite {
	color: #FFFFFF;
}

.fontred {
	color:#FF0000;
}

.fontredflash {
	color:#FF0000;
	text-decoration: blink;
}

.bgbg {
	background-image: url(images/tdbg.jpg);
	border: 1px solid #CCCCCC;
}

.bgbgnoborder {
	background-image: url(images/tdbg.jpg);
}

.bgbgud {
    background-image: url(images/tdbgud.jpg);
}

.bgfade {
	background-image:url(images/ltorbg2.gif);  /* 2 is 642 width, vs 640 */

.tdborder {
	border: 1px solid #CCCCCC;
}

.list {
	list-style-position: inside;
	list-style-type: square;
}
