body{
	padding: 0px 0 0;
	background: repeat-x;
  font-family: Segoe UI, Verdana, Arial, sans-serif;
	font-size: 80%;
}

ul {
	color:#404040; 
	padding-left:0px;
	margin-left:30px;
	line-height:2em;
	list-style: circle;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:red;
}

.w20em {
	width: 20em;
}

table {
  border-collapse: collapse;
  border: solid black 0px;
}

form {
	margin-bottom:0px;
}

td {
	border: solid 0px red;
	vertical-align:top;
}

div .link {
}

#maincontainer {
	border: solid 0px black;
	margin:auto;
}

.roundcornertable {
  border: 0px;
}

.roundcornertable td.corner {
  line-height: 0px;
	width: 10px;
	height: 10px;
}

.linkdiv {
	cursor: pointer;
	cursor: hand;
}

.linkdiv:hover {
	color:#404040
}

.menuitem {
	cursor: pointer;
	cursor: hand;
	width: 100%;
	margin-right:25px;
	vertical-align:middle;
	border: solid 0px red;
	height:2.5em;
}

.menuitem:hover {
	color:#404040
}

.menuitem a{
	text-decoration: none;
	color: #5d86ac;
}

.menuitem a:hover {
	color: black;
}

.floatright {
	float: right;
}