body, p, div, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
}

p.left {
    text-align:left;
}

.BaseRed {
	color: #981B1F;
}

.BaseBlue {
	color: #00396B;
}

H1, .H1_red {
	font-size: 14pt;
	color: #981B1F;
	font-weight:bold;
}

H2, .H2_red {
	font-size: 11pt;
	color: #981B1F;
	font-weight:bold;
}


H3, .H3_red_italics {
	font-size: 10pt;
	color: #981B1F;
	font-style:italic;
}

.testimonialBox {
	border:1px solid black;
	background: #D1DFE0;
	text-align:left;
	padding:4px;
	margin-bottom:37px;
}

select {
	color: #781351;
	background: #FFFFCC;
	border: 1px solid #781351
}

input {
    text-align:right;
	color: #781351;
	background: #FFFFCC;
	border: 1px solid #781351
}

input.btn {
    text-align:center;
	color: #781351;
	background: #CCCCCC;
	border: 1px solid #FF9900
}

input.txt {
    text-align:left;
}

input.textfield {
    text-align:left;
}

span.red { 
	font-size:105%;
	font-style:italic;
	background: yellow;
	color : #FF0000;
}

span.neg { 
	font-size:95%;
	font-style:normal;
	color : #FF0000;
}

span.pos { 
	font-size:95%;
	font-style:normal;
	color : black;
}

span.title { 
	font-weight:bold;	
	font-size:105%;
}

table {
	/*padding: 2px 2px 2px 2px;*/
	white-space:nowrap;
}

table.title {
	text-align: left;
	white-space: normal;
}

table.note {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-color: red;
	border-style: groove;
	background: yellow;
}

td {	
	text-align:left;
	vertical-align:top;
	font-weight:normal;	
	font-size:85%;
	white-space:nowrap;
}

td.indent {
	padding-left: 2cm;
}

td.num {	
	text-align:right;
}

td.ylw {	
	font-weight:normal;	
	border:1px solid black;
	background: #FFFF66;
	text-align:right;
}

td.edit {	
	font-weight:normal;	
	border:0px solid black;
	text-align:center;
}

td.cyan {	
	font-weight:normal;	
	border:0px solid black;
	background: cyan;
	text-align:right;
}

td.purple {	
	font-weight:normal;	
	border:1px solid black;
	color: #CC00FF;
	background: white;
	text-align:right;
}

td.maintitle {	
	font-weight:bold;
	font-size:120%;
	border:0px solid black;
	text-align:center;
	color:green;
}

td.title {	
	font-weight:bold;
	font-size:100%;
	border:0px solid black;
	text-align:left;
	color:green;
}

td.notes {	
	font-weight:bold;
	font-size:77%;
	border:1px solid black;
	background: #FFFFCC;
	text-align:center;
}

td.notes2 {	
	font-weight:bold;
	padding-top:2px;
	font-size:90%;
	/*border:1px solid black;
	background: #FFFFCC;*/
	text-align:right;
}
td.spots {	
	font-weight:normal;
	font-size:70%;
	border:1px solid black;
	background: #CCCCFF;
	text-align:center;
}

td.expl {	
	font-weight:normal;
	font-size:95%;
	border:0px solid black;
	color: purple;
	text-align:right;
}

td.proj {	
	text-align:right;
	border-right-color:blue;
	border-right-style:solid;
	border-left-style:solid;
	border-right-width:1px;
}

td.projtot {	
	text-align:right;
	border-right-color:blue;
	border-right-style:solid;
	border-left-style:solid;
	border-right-width:1px;
	border-bottom-color:blue;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

td.projdbl {	
	text-align:right;
	border-right-color:blue;
	border-right-style:solid;
	border-left-style:solid;
	border-right-width:1px;
	border-bottom-color:blue;
	border-bottom-style:double;
	border-bottom-width:4px;
}

td.btn {	
	text-align:center;
}

td.storehead {
	background-color: #97AACA;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-align:center;
}