body, td {
	font: 8pt "tahoma"; 
	color: #444444; 
	text-decoration: none; 
}
input, textarea, select {
	font: 8pt "tahoma"; 
	color: #333333; 
	text-decoration: none; 
}

a {	
	color: #003366; 
	

}
th {
	font: 8pt "tahoma"; 
	color: #555555; 
	text-decoration: none; 
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	border-bottom: 1px solid #CCCCCC;
}

.head {
	font: 10pt "verdana"; 
	color: #222222; 
	text-decoration: none; 
	font-weight: bold;
	line-height: 22px;
}
.question {
	font: 9pt "arial";
	color: #003366; 
	text-decoration: none; 
	
}

.form_label{
	background-color: #EEEEEE;
}

/* table */
.table{
	background-color: #FFFFFF;
}
.row_head{
	background-color: #EEEEEE;
}
.row {
	border-bottom: 1px solid #CCCCCC;
}

/* chat room */
.sender_name {
	color: 336699;
	font-weight: bold;
	line-height: 20px;
}
.sender_message {
	color: 336699;
	line-height: 20px;
}

.receiver_name {
	color: 555555;
	font-weight: bold;
	line-height: 20px;
}
.receiver_message {
	color: 555555;
	line-height: 20px;
}
.system_message {
	color: 339933;
	line-height: 20px;
}

/* top navigation */
.nav {
	font: 8pt "verdana"; 
	color: #000000; 
	text-decoration: none; 
}

/* left sub navigation */
.sub_nav_text {
	font: 8pt "verdana"; 
	color: #555555; 
	text-decoration: none; 
}
.sub_nav {
	border: 1px solid #EEEEEE;
}
.sub_navon {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.sub_nav_bg {
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	width: 120px;
}

.info {
	border: 1px solid #CCCCCC;
}


.colorBlue {
	background-color: #EFF3FF;
}

.colorPurple {
	background-color: #EFEFF7;
}

.colorGreen {
	background-color: #EFF7EF;
}

.colorRed {
	background-color: #F7EBEF;
}