body, html {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin:4px;
}

.menuItem, .menuItemHigh {
	font-weight:bold;
   padding: 3px 10px;
   border-bottom-style: dotted;
   border-bottom-width: 1px;
}

.menu a, .menuHigh a {
   font-weight:bold;
   text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.black {
	color: rgb(0,0,0);
   text-decoration : none;
}

a.black:hover {
	text-decoration : underline;
   color: rgb(0,0,0);
}

a.white {
	color: rgb(255,255,255);
   text-decoration : none;
}

a.white:hover {
	text-decoration : underline;
   color: rgb(255,255,255);
}

p,td,div  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : normal;
	line-height : 12px;
}

h1  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight : bold;
   line-height : 20px;
}

h2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
}

h3  {
	font-size: 12px;
	font-weight : bold;
}

td {
	vertical-align:top;
}

table {
	border-collapse: collapse;
}

input, textarea, select {
   border: solid 1px rgb(248,195,0);
   font-size: 12px;
   font-family: verdana;
}
