body {
	font-family: Verdana, Arial, Helvetica;
}

table {
	border-spacing: 0px;
}

a:link, a:visited {
    text-decoration: underline;
    color: #002bb8;
}

a:active, a:hover {
    text-decoration: underline;
    color: #CC0000;
}

a.menulink, a.menulink:visited {
    font-size: 13px;
    text-decoration: none;
}

td.maincell {
	padding-top: 5px;
	padding-right: 10px;
}

h1 {
	font-family: Arial, Helvetica;
	font-size: 160%;
}

h2 {
	font-family: Arial, Helvetica;
	font-size: 140%;
}

h3 {
	font-family: Arial, Helvetica;
	font-size: 130%;
}

.smallertext {
	font-size: 90%;
}

hr {
	noshade;
	height: 1px;
	color: #cccccc;
	border-style: solid;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
}

td.screen {
    padding: 5px;
}

.snip {
    font-size: 80%;
}

.framing {
    border: solid #D0D0D0 1px; 
    background-color: #EEEEEE; 
    margin: 5px; 
    padding: 5px
}

