
/**
 * GENERAL STYLE SHEET
 **/

BODY {
	font-size:12px;
	font-family: arial;
}

.data{
	font-size: 12px;
	font-family: verdana, arial;
	
}

.white {
  background-color: #FFFFFF;
}

.calc {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;		
	color: #FFFFFF;		
}


/**
 * LIST RESULTS STYLES (See corresponding section in cs-[COLOR].css)
 **/

.genericTable {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	font-size:10px;
	font-family: arial;
	text-align: middle;
}

td {
	font-family: Arial, Verdana, Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #000000;
}


/**
 * FORMATTING STYLES
 **/

.paragraph {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 0px;
}

BR.spacer {
	margin-bottom: 15px;
	margin-top: 0;
	padding: 0px;
}

.caps {
	text-transform: uppercase;
}


.tableSet {
	background: #999999;
}

.tableSet .text {
	color: #ffffff;
}

.tableSet TD {
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid white;
	height: 22px;
}

.tableSet A {
	color: #ffffff;
}


/**
 * BASIC PROPERTIES OF OUR DIVs
 **/

.basicDiv {
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
}
