*
{
    font-family: "Arial";
    font-size: 12px;
    color: #333300;
}

html
{
	overflow-y: scroll;
}

body
{
    margin: 0px;
    background-color: #ffffff;
}

a
{
    color: #333300;
	text-decoration: none;
}

a:hover
{
    color: #ffcc66;
	text-decoration: none;
}

a.menu
{
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.menusel
{
	color: #ffcc66;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.menu:hover, a.menusel:hover
{
	text-decoration: underline;
}

a.submenu
{
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

a.submenusel
{
    color: #ffcc66;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

a.submenu:hover, a.submenusel:hover
{
    text-decoration: underline;
}

hr.streep
{
	height: 1px;
	width: 100%;
	border-top:1px #CCCCCC dashed;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
h1
{
    font-size: 16px;
    font-weight: bold;
    color: #333300;
    margin: 0;
}

ul.submenu li
{
    color: #ffffff;
	list-style: disc outside;
    font-size: 12px;
    text-indent: -10px;
}

.absmiddle
{
  vertical-align: middle;
}

.border
{
    border: solid black 1px;
}

.noborder
{
    border: 0;
}

