BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFB300;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
A:active {
	color: #FFCC00;
	text-decoration : none;
	background-color : #FF0000;
}
A:hover {
	color: #FFCC00;
	text-decoration : none;
	background-color : #000000;
}
.text_heading {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #FFB300;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
}
.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration : none;
}
.text_menu:link {
	color: #FFB300;
	font-weight : bold;
	text-decoration : none;
}
.text_menu:hover {
	color: #0000FF;
	font-weight : bold;
	text-decoration : none;
}
.text_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration : none;
}
.text_login:hover {
	color: #FF0000;
	font-weight : bold;
	text-decoration : underline;
}
.text_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration : none;
}
.text_copyright:hover {
	color: #FF0000;
	font-weight : bold;
	text-decoration : underline;
}
.button {
	border: 1px ridge #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DEDEDE;
}
.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Green;
	background-color : #CDFEF7
	width : 430px;
	border : 1px solid Blue;
}

div.pagebody {
	background: white;
	padding:16px;
	border: solid 1px #3399ff;
}

ul {
	list-style-type: none;
}
