body {
	background-color: #eaf7c7;
	background-image: url(images/tile-bg.png); background-repeat:repeat-x; background-position:center 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.login input{ font-family:"Trebuchet MS"; color:#333333; font-size:12px;
}

#btn{
	background-image:url(images/login_btn_n.gif);
	width:96px;
	height:25px;
}

#btn: hover{
	background-image:url(images/login_btn-ovr.gif);
	width:96px;
	height:25px;
}

.heading {font-family:"Trebuchet MS"; color:#5d9dce; font-size:18px;}
.def { font-family: "Trebuchet MS"; font-size:12px; color:#333333;}

li { list-style-image: url(images/bullet.gif); line-height:24px;}

.chatboxdate {font-family:"Trebuchet MS"; font-size:11px; color:#96d1fe}
.chatdef { font-family:"Trebuchet MS"; font-size:11px; color:#FFFFFF}
a.chatdef { font-family:"Trebuchet MS"; font-size:11px; color:#FFFFFF; text-decoration:none;}
a.chatdef:hover { font-family:"Trebuchet MS"; font-size:11px; color:#FFFFFF}
.chatwho { font-family:"Trebuchet MS"; font-size:11px; color:#b5f0ff}




.register{
	font-family:"trebuchet MS";
	font-size:14px;
	color:#ffb166;
}
.register input{
	font-family:"trebuchet MS";
	color:#666666;
	font-size:14px;
	border: 1px black inset;
	
}

.register p{
	color:skyblue;
	font-family:"trebuchet MS";
	font-size:18px;
}
.register a{
	color:skyblue;
	text-decoration:none;
}
.register a:hover{
	text-decoration:underline;
}
.register-terms{
	border:1px orange solid;
	background-color:#fffced;
	font-family:12px;
}

.e_register{
	color:red;
	font-weight:bold;
}


/******** CONTENT ***********/


.head-title{
	font-family:"trebuchet MS";
	font-size:18px;
	color:#ffb166;
}
.body-content{
	font-family:"trebuchet MS";
	font-size:12px;
}


.body-content td{
	font-family:"trebuchet MS";
	background-color:#fffced;
	font-size:12px;
	
}

.class-table{
	padding:4px;
	margin:4px;
	font-family:"trebuchet MS";
	font-size:11px;
	text-align:center;
	border:1px #f0c297 solid;
	width:520px;
	
}
.class-table a{
	color:#0063dd;
}
.class-table tr{
	background-color:#fffced;
}
.class-table th{
	/*background-color:#ee7d4e;*/
	background-color:#ee7d4e;
	color:#FFFFFF;
}
.class-table td{
	text-align:center;
}
.class-table input{
	font-family:"trebuchet MS";
	color:#000000;
	
	
}

.message-footer{
	font-family:"trebuchet MS";
	color:#257ec3;
	font-size:14px;
}
.info-text{
	font-family:"trebuchet MS";
	color:#257ec3;
	font-size:14px;
}


.error_catch{
	font-family:"trebuchet MS";
	font-family:12px;
	color:red;
	font-weight:bold;
}
