body {
	font: 8pt "arial"; 
	color: #000099; 
	text-decoration: none; 
	letter-spacing: 1px; 

}

td {
	font: 8pt "arial"; 
	color: #222222; 
	text-decoration: none; 
	letter-spacing: 1px; 

}
textarea {
	font: 8pt "arial"; 
	color: #222222; 
	text-decoration: none; 
	letter-spacing: 1px;
}

th {
	font: 8pt "arial"; 
	color: #222222; 
	text-decoration: bold; 
	letter-spacing: 1px; 
 
	text-align: left; 
	font-weight: bold; 
	background-color: #EEEEEE;
}

input {
	font: 8pt "arial"; 
	color: #222222; 
	text-decoration: none; 
	letter-spacing: 1px;
}

input.button {
	background-color: #c0c0c0;
	border-color: #f0f0f0 #808080 #808080 #f0f0f0;
	border-style: solid;
	border-width: 2px;
	color: #000000;
	font-family: sans-serif;
	font-weight: bold;
}

select {
	font: 8pt "arial"; 
	color: #222222; 
	text-decoration: none;
}

a {
	font: 8pt "arial"; 
	color: 336699; 
	text-decoration: underline; 
	letter-spacing: 1px;

}

b {
	color: #222222;
}

.mainbody {
	padding-left: 30px; 
	padding-right: 30px;
}

.note {
	font: 7pt "arial"; 
	color: #555555; 
	text-decoration: none;
}

.copyright {
	border-top: 1px solid #6B8795 dotted;
	font: 8pt "arial"; 
	color: #555555; 
	text-decoration: none;
}

.section {
	padding: 5px; 
	font: 8pt "arial"; 
	color: #222222; 
	font-weight: bold; 
	background-color: #FFF9D6;
}

.sectionbody {
	padding: 5px;
}


.error{
	font: 8pt "arial"; 
	color: #ff0000;
}

.menu {
	font: 8pt "arial"; 
	color: #222222; 
	text-decoration: none; 
	letter-spacing: 2px; 

}

.nav {
	padding-left: 18px;
	font: 8pt "arial"; 
	color: #222222; 
	text-decoration: none; 
	letter-spacing: 1px; 
	line-height: 20px;
	text-align: left;
}

.navover {
	background-color: #FFF9D6;
}

.headline {
	border-bottom: 1px solid #6B8795 dotted;
}
.head {
	font: 9pt "arial"; 
	font-weight: bold;
	color: #222222; 
	text-decoration: none; 
}
.profilelabel {
	border-bottom: 1px solid D1DEE4;
	font: 7pt "arial"; 
	color: #6B8795;
}
.profile {
	border-bottom: 1px solid D1DEE4;
	font: 7pt "arial"; 
}

.headerleft {
	background-color: 8DA7B4;
	font: 9pt "arial"; 
	font-weight: bold;
	color: #ffffff;
}
.headerright {
	background-color: D1DEE4;
	font: 8pt "arial"; 
	color: #222222;
}
.name{
	text-decoration: none;
}

.pic {
	border: 1px solid #6B8795;
}

.button {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #6B8795;
	font-weight: bold;
	background-color: #EEEEEE
}

.buttonon {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #6B8795;
	font-weight: bold;
	background-color: #FFFFFF
}

.buttontext {
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

.boxhead {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #6B8795;
	color: #FFFFFF;
	font-weight: bold;
	width: 160px;
}


/*chatroom*/
.receiver_name{
	color: blue;
	font-weight: bold;
}

.receiver_message {
	color: blue;
	font-weight: none;
}

.sender_name{
	color: black;
	font-weight: bold;
}

.sender_message {
	color: black;
	font-weight: none;
}
.login{
	color: 489D35;
}
.logout{
	color: F04141;
}

.bg_main{
	background-color_:#dddddd;
}

.nav_top{
	background-color_:#eeeeee;
}
