body
{
	font-family: Verdana, Arial;
}

a
{
text-decoration: none;
}

a:visited
{
color: blue;
}

a:hover
{
text-decoration:underline;
}

table
{
	font-family: Verdana, Arial;
    font-size: 11px;
}

input
{
	font-family: Verdana, Arial;
    font-size: 1.1em;
}

textarea
{
	font-family: Verdana, Arial;
    font-size: 1.1em;
}


.border1pxblack {
	font-family: Verdana, Arial;
	border: 1px solid #000000;
    color: 000000;
    background-color: DDDDDD;
    font-size: 12px;
}

.menuLink
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.menuLink:visited
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.menuLink:hover
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
