/** stuff needed for the documents such as rfi **/ 
body {
	font-family : Arial, Helvetica, Helvetica;
	font-size : 10pt;
	color : #000000;
}
td {
	font-family : Arial, Helvetica, Helvetica;
	font-size : 10pt;
	color : #000000;
}
.errormsg {
	color: #cc0000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}
.bigErrorMsg {
	color: #cc0000;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}
.label {	
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.labelforproduct {	
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
.boldredlabel {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #9C0000;
}
.smalltext {
	font-family : Arial, Verdana, Helvetica;
	font-size : 9px;
}
.boldsmalltext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.smalltextgray {
	font-family : Arial, Verdana, Helvetica;
	font-size : 9px;
	color: GRAY;
}
.boldgraytext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #9c0000;
}
.boldtext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #000000;
}
.bigtext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	color: #000000;
}
.linktext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
}
.linkboldtext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
.path {
	font-family : Arial, Helvetica, Helvetica;
	font-size : 10px;
}
.sendButton {
	font-size: 10px;
	font-family: Arial, Helvetica, Helvetica;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #7D2727;
	border-top-color: #C49D9D;
	border-left-color: #C49D9D;
	border-right-color: #4f1919;
	border-bottom-color: #4f1919;
	border-width: 2px;
	border-style: outset;
} 
.normal {
	font-family: Arial, Helvetica, Helvetica;
	font-size: 10pt
}
.roll {
	font-family:Arial, Helvetica, Helvetica;
	font-size:9pt;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	text-transform:none;
	color:BLUE;
}
A.roll:hover {
	color:gray;
}
.normal2 {
	font-family: Arial, Helvetica, Helvetica;
	font-size:9pt
}

.headersize1 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 7.5pt;
	font-weight: bold;
	color: #000000;
}
.headersize2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #701010;
}
.headersize3 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #701010;
}
.headerboldgraysize5 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #9c0000;
}
.headersize5 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
.headersize6 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
}
.withbreaks {
	word-wrap:break-word;
	width:680
}