.home {
	font-family: Verdana;
	font-size: 12px;
}

.textbox {
	font-family: Verdana;
	font-size: 12px;
}

.bluetabletop {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #0000FF
}

.yellowtabletop {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00
}

.greentabletop {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #00FF00
}

.redtabletop {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FF0000
}
.title {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.subtitle {
 font-family : "helvetica", sans-serif;
 font-size : 12px;
 line-height : 15px;
 color : #990000;
 font-weight : bold;
}





.data-table {
 padding: 5px;
 border-collapse: collapse;
}

.table-head {
 font-family : "arial", sans-serif;
 font-size : 12px;
 font-weight: bold;
 line-height : 18px;
 color : #000;
 background:#e0e0e0;
 border: 1px solid #c1c1c1;
 padding-left: 4px;
 padding-right: 4px;
}

.table-row {
 font-family : "arial", sans-serif;
 font-size : 11px;
 line-height : 18px;
 color : #000;
 border: 1px solid #c1c1c1;
 padding-left: 4px;
 padding-right: 4px;
}




.text {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#000000;	
}

.subhead {  
 font-family : "helvetica", sans-serif;
 font-size : 12px;
 line-height : 15px;
 color : #990000;
 font-weight : bold;
}

.odd {
 background-color: #ddd;
}
.even {
 background-color: #fff;
}

a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}


