BODY, P, TH, TD, LI, DD {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	color: black;
	/* color: #207ebf; */
	/* color: #207ebf !important; */
}

TABLE {
	border-collapse: collapse;
}

IMG {
	border: 0;
	margin: 0;
	padding: 0;
}

A, A:link, A:visited {
	color: #207ebf !important; /* Need to override the color, so that its not purple */
	/* font-weight: bold; */
	text-decoration: none;
}

A:hover {
	color: #FFCC33 !important;
}

.white {
	color: white;
}

.hint {
	font-size: 6pt;
	font-weight: bold;
}

#navbox {
	float: left;
	padding: 0px;
	padding-right: 8px;
	width: 100px;
	height: 100%;
}

.navbar {
	background: #207ebf; /* proliphix blue */
	height: 2.5em;
	text-align: center;
	vertical-align: middle;
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-weight: 800;
        margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px;
	display: block;
}

.navbar A, .navbar A:link, .navbar A:visited {
	color: white !important;
/*	font-family: sans-serif; */
	text-decoration: none;
}
.navbar A:hover {
	color: #FFCC33 !important;
}

#bodybox {
	margin-left: 110px;
	border-left: 8px solid #c6202e; 
	padding-left: 8px;
	height: 100%;
}

.banner {
	background: #207ebf;
	padding: 0px;
	margin: 0px;
	height: 58px;
	font-size: 0px;
	display: block;
/*
	border: solid 1px red;
*/
}

.title {
	color: #207EBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
        margin-bottom: 10px;
        margin-top: 20px;
}

TABLE.head {
	/*background: #FFCC33;  /* proliphix yellow */
	background: #c6202e;  /* proliphix red */
}

TD.head {
	font-size: 100%;
	margin-top: 9px;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	border: none;
	padding: 2px;
	color: white;
}

.tables {
	border-spacing: 0;
	padding: 0;
	width: 100%;

	border: 0px;
	border-collapse: collapse;
}

.tables TD {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}

.tables TD1 {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 20px;
}

.tables TH {
	color: #ffffff !important;
	border: 1px solid #CCCCCC;
        background: #207EBF;
/*
	color: #207ebf !important;
	text-align: left;
*/
}

TD.pagehead { 
	padding-top: 4px;
	font-size: 140%;
	font-weight: bold;
        background: #FFCC33;
}

TD.sectionhead { 
	padding-top: 4px;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	border-bottom: solid 1px #03a;
}
TD.textbody { 
	padding: 4px;
	font-size: 80%;
    text-align: left;
}
TD.texttitle { 
	padding-top: 4px;
	font-size: 80%;
	border: solid 1px #03a;
        text-align: left;
        width: 25%;
}


