.menuItem{
	height: 20px;
	font-family: tahoma;
	font-size: 10px;
    background-color: #478CA0;
    color: #ffffff;
}

body, table{
	font-size: 10pt;
	font-family: Tahoma;
	margin: 0;
}

.button
{
	font-size: 8pt;
	font-family: Tahoma;
	background-color: #62c0c5;
}

.textbox{
	font-size: 8pt;
	font-family: Tahoma;
	background-color: #62c0c5;
	color: #ffffff;
}

.combobox{
	font-size: 8pt;
	font-family: Tahoma;
}

a:link {text-decoration: none;}
a:visited {text-decoration: underlined;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;} 
