*
{
	font-family: tahoma;
	font-size: 12px;
}
table, tr, td
{
	color:navy;
	font-family: tahoma;
	font-size: 12px;
}
input, select, textarea
{
	color:black;
	font-family: tahoma;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
ul, li
{
	font-family: tahoma;
	font-size: 12px;
}

.menu
{
	color: #1e3c7b;
	font-size: 11px;
	font-weight: bold;

	border-color: #567cbd;
	border-width: 1px;
	border-style: solid;
	border-bottom: 0px
}

.flat
{
	font-size: 11px;
	color: navy;
	background: #efeff8;
	border: 1px solid navy;
}

.border
{
	border-color:silver;
	border-collapse: collapse;
}

.admin_link
{
	font-size: 12px;
	color: blue;
}

.admin_link:hover
{
	font-size: 12px;
	color: red;
}