BODY { 
	background-color: #000;
	color: black; 
	font-family:  arial, helvatica, sans-serif; 
	font-size: 11px;
	padding: 0px;
	margin: 10px;
}

A.tmenu:link { color: #000; font-family: arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: bold; }
A.tmenu:visited {  color: #000; font-family:  arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: bold; }
A.tmenu:active { color: #000; font-family:  arial, helvatica; text-decoration:none; font-size: 11px; font-weight: bold;}
A.tmenu:hover { color: #000; background: transparent; font-family:  arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: bold;}

A.menu:link { color: #000; font-family: arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: normal;  }
A.menu:visited {  color: #000; font-family:  arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: normal; }
A.menu:active { color: #000; font-family:  arial, helvatica; text-decoration:none; font-size: 11px; font-weight: normal; }
A.menu:hover { color: #5BC1FF; background: #000; font-family:  arial, helvatica; text-decoration:none; font-size: 11px; font-weight: normal; }

A:link { color: darkblue; font-family: arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: normal; }
A:visited {  color: #CC0099; font-family:  arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: normal; }
A:active { color: #5BC1FF; font-family:  arial, helvatica; text-decoration:none; font-size: 11px; font-weight: normal;}
A:hover {  color: darkblue; background: #5BC1FF; font-family:  arial, helvatica; text-decoration:underline; font-size: 11px; font-weight: normal;}

.tbox {
	padding: 0px;
	margin-top: 12px;
	border: 0px;
}

.sidemenu {
	width: 20%;
	background: #5BC1FF;
	color: #000;
	padding: 8px;
	border-top: 0px;
	border-left: 1px #fff solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #fff solid;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}



.topmenu {
	width: 100%;
	background: #CC0099;
	color: #000;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 4px;
	text-align: center;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
	border-bottom: 1px #000 solid;
}

.logo {

}

#content {
	width: 700px;
}

.rightside {
	width: 80%;
	background: #fff;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 0px;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	font-size: 11px;
	text-align: justify;
}

.noborder {
	border: 0px;
}

.user {
	bgcolor: #000;
	padding: 15px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

input, button, textarea {
 font : 11px arial, helvatica,sans-serif;
 border : 1px solid #000;
 color : black;
 background-color : #fff;
padding: 1px;
}

td {
	font-size: 11px;
}