.grheader {
	font-size:11px;
	color: #C31718; 
	font-family:Arial;
	font-weight:bold;
}

.header {
	color:#916730;
	font-size:15pt;
	font-family:Arial;
	font-weight:bold;
	margin-left:20px;
	margin-top:25px;
}

.redtext {
	font-size:11px;
	color: #C31718; 
	font-family:Arial;
}

.tableborder {
	border-width:1px;
	border-style:solid;
	border-color:#C31718;
}

.tableleft {
	font-size:10.5px;
	color:#000000; 
	font-family:Arial;
	border-left-style:solid;
	border-left-color:#C31718;
	border-width:1px;
}

.tableright {
	font-size:10.5px;
	color:#000000; 
	font-family:Arial;
	border-right-style:solid;
	border-right-color:#C31718;
	border-width:1px;
}

.tablerightsmall {
	font-size:8px;
	color:#000000; 
	font-family:Arial;
	border-right-style:solid;
	border-right-color:#C31718;
	border-width:1px;
}

.tablerightsmall1 {
	font-size:9px;
	color:#000000; 
	font-family:Arial;
	border-right-style:solid;
	border-right-color:#C31718;
	border-width:1px;
}

.tablerighttiny {
	font-size:1px;
	color:#d3d3d3; 
	font-family:Arial;
	border-right-style:solid;
	border-right-color:#C31718;
	border-width:1px;
}

.tableinner {
	font-size:10.5px;
	color:#000000; 
	font-family:Arial;
	border-right-style:solid;
	border-right-color:#ff0000;
	border-left-style:solid;
	border-left-color:#C31718;
	border-width:1px;
}

.tablefonttiny {
	font-size:1px;
	color:#000000; 
	font-family:Arial;
}

.tablefontsmall1 {
	font-size:9px;
	color:#000000; 
	font-family:Arial;
}

.tablefontsmall {
	font-size:8px;
	color:#000000; 
	font-family:Arial;
}

.tablefont {
	font-size:10.5px;
	color:#000000; 
	font-family:Arial;
}

table {
	font-size:11px;
	color: #000000; 
	font-family:Arial;
}
td {
	font-size:11px;
	color: #000000; 
	font-family:Arial;
}
a {
	font-size:11px; 
	color: #C31718;
	font-family:Arial;
	text-decoration: none;	
}
div {
	font-size:11px; 
	color: #000000; 
	font-family:Arial;
}
select {
	font-size:11px; 
	color: #000000; 
	font-family:Arial;
}
input {
	font-size:11px; 
	color: #000000; 
	font-family:Arial;
}
textarea {
	font-size: 11px; 
	color: #000000; 
	font-family:Arial;
}
ul {
	font-size:11px;
	color: #000000; 
	font-family:Arial;
}

ul.noIndent {
margin-left: .8em;
padding-left: .8em;
}

li {
	font-size:11px;
	color: #000000; 
	font-family:Arial;
}
UL.groupList {
	CURSOR: hand
}
LI.groupHide {
	DISPLAY: block
}
LI.groupHide UL {
	DISPLAY: none
}
LI.groupShow {
	DISPLAY: block
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#tip{

	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #ebecf3;
	visibility: hidden;
	z-index: 100;
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}