A.menu {
	font-size: 12px;
	color:#FFFFFF;
}
a:hover.menu {
	font-size: 12px;
	color:#CCCCCC;
	text-decoration: underline;
}
a:active.menu {
	font-size: 12px;
	color:#CCCCCC;
}
table {font-family: Verdena, Arial, Helvetica; font-size: 11px;}
body {font-family: Verdena, Arial, Helvetica; font-size: 11px;}
hr {  color: #000000}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;color:#666666
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{color: #0000FF; font-size: 11px; text-decoration: underline;}
a:hover {color: #FF0000; font-size: 11px;}
a:active { color: #660033; font-size: 11px;}

.row1 {
}
.row2 {
	background-color: #F4F4F4;

}
.tableheader {
	font-weight: bold;
	background-color: #DAE3E3;
	padding: 3px;
	margin: 3px;
}
input {
	font-size: 10px;
}
select {
	font-size: 10px;
}
.tableborder {
	border: 1px solid #000000;
	padding: 3px;

}
a.edit {
	font: bold;
	color: Green;
	text-decoration: underline;
}
a:hover.edit {
	color: Blue;
	text-decoration: underline;
}
a:active.edit {
	background-color: #F0FDF1;
	color: Blue;
	text-decoration: underline;
}
a.del {
	background-color: #F0FDF1;
	color: Red;
	text-decoration: underline;
}
a:hover.del {
	background-color: #F0FDF1;
	color: Maroon;
	text-decoration: underline;
}
a:active.del {
	background-color: #F0FDF1;
	color: Maroon;
	text-decoration: underline;
}


