p {
	text-align: justify;
}

h1 {
	font-size: 100%;
	font-family: arial;
}

pre {
	font-size: 9pt;
	padding: 10px;
	background-color: #F2F2F2;
	border: 1px solid #F0F0F0;
}

body{
	font-family: "Roboto";
}

.tableHeader{
	border-bottom: 1px solid #58595B; 
	background-color:#F8F8F8; 
	padding: 8px;
	align: left;
}

.tableHeader_black{
	font-weight:bold;
	border-bottom: 1px solid #58595B; 
	//padding-right: 70px;
	align: left;
}

.tableColumn_space{
	padding-right: 70px;
}

.Roboto-large {
font-family: "Roboto";
font-size: 20px;
overflow-y: hidden;
overflow-x: hidden;
color: #4D148C;
}

.Roboto-medium-large {
font-family: "Roboto";
font-size: 16px;
overflow-y: hidden;
overflow-x: hidden;
color: #4D148C;
}


.Roboto-medium {
font-family: "Roboto";
font-size: 14px;
overflow-y: hidden;
overflow-x: hidden;
color: #4D148C;
}

.Roboto-medium-green {
font-family: "Roboto";
font-size: 14px;
overflow-y: hidden;
overflow-x: hidden;
color: #009900;
}

.Roboto-medium-black {
font-family: "Roboto";
font-size: 14px;
overflow-y: hidden;
overflow-x: hidden;
color: #000000;
}

.Roboto-small {
font-family: "Roboto";
font-size: 14px;
//overflow-y: scroll;
overflow-x: hidden;
color: #4D148C;
}

.alternate tr:nth-child(even) {
	background: #FFF
}

.alternate tr:nth-child(odd) {
	background: #F8F8F8
}

.fedex-purple {
	background-color: #4D148C;
}
.fedex-button {
	font-family:Roboto; 
	font-weight:bold; 
	font-size: 16px;
	border:none; 
	color:#FFFFFF; 
	background-color:#FF6600;
	padding: 6px 18px;	
}
.clsNode, .clsNodeUnhilightable { font-family: tahoma; font-size: 10pt;	text-decoration: none; cursor: hand; color: black }
.clsNode:hover { text-decoration: none; color: #eeeeee; background-color: #003366 }

.clsNodeGroup { font-family: tahoma; text-decoration: none; font-size: 8pt; color: navy; font-weight: bold; }
.clsNodeGroup:hover { text-decoration: none; color: white; background-color: navy }

.form { border: 1px solid silver; }
.form td { font-family: tahoma; font-size: 8pt; }
.form td input, .form td textarea { border: 1px solid silver; background-color: #F0F0F0; font-family: tahoma; font-size: 8pt; }
.form td select { background-color: #F0F0F0; font-family: tahoma; font-size: 8pt; }

.form td input.chk { border: none; background-color: transparent; }

.array td { border: 1px solid black; }
.text td { padding: 15px; border: 1px solid black; background-color: #D6D6C0 }
.text td, .text td p, .text td h2 {
	font-size : 12px;
	font-family : Comic Sans MS, Tahoma, Verdana, Arial, Helvetica;
	text-align: justify;
}
