A.button {
padding-left : 5px;
padding-right : 5px;
	background-color : #FFFF00;
	border : 2px outset #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : left;
	margin-top : 2px;
	text-decoration : none;
}

A.button:HOVER {
	background-color : #66CC00;
	border : 2px outset #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	text-decoration : none;
}
A.button2 {
padding-left : 5px;
padding-right : 5px;
	background-color : #E0F0D0;
	border : 2px outset #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	margin-top : 2px;
	text-decoration : none;
}

A.button2:HOVER {
	background-color : #FFFF00;
	border : 2px outset #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	text-decoration : none;
}

.a-sidebar {
	color : #ccccFF;
}
.a-sidebar:hover {
	color : #FFFF00;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : 600;
	text-align : left;
}
A:hover {
	text-decoration : undeline;
	color : #FF0000;
}

A:ACTIVE {
	color : #FF0000;
}
.text {
font-size: 12pt;
}
body {
	font-family : Arial, Helvetica, sans-serif;
}
.c   {
font-family: Arial, Helvetica, sans-serif; 
font-size: 7pt; 
font-style: normal;
text-align : center;
}
.title {
font-size: 15pt;
}
form {
margin-top:5px;
margin-bottom:5px;
}
.red {
color:#FF0000;
}
.c {
font-size : 9pt;
}