html,body {
	padding: 0 5px 0 5px; margin: 0px; height: 100%; border: none;
}

h1 {
	margin: 0; font-size: 12px; font-weight: normal;
}

#main {
	width: 100%; font-size: 12px; height: 100%; vertical-align: top;
	background-color: white; background-repeat: repeat-y; background-position: right; 
}

#formframe {
	width: 500px; padding: 0;
}


#spbuttons {
	height: 18px; background-color: #688b9a;
}

#spbuttons td {
	width: 120px; padding: 2px; text-align: center; color: white; border-left: solid 1px white;
	cursor: pointer;
}

#spbuttons td a {
	color: white; text-decoration: none;
}

#spbuttons td a:hover {
	text-decoration: underline;
}



table.startpages {
	margin-left: 5px; text-align: left; border-bottom: solid 1px #e5e5e5; border-top: solid 1px #e5e5e5; margin-right: 20px;
}

table.startpages td {
	padding: 3px 5px 3px 5px; margin-left: 5px; font-size: 11px; cursor: pointer; height: 12px; border-top: solid 1px white;
}

table.startpages tr {
	background-color: #e5e5e5;
}

table.startpages tr.hover {
	background-color: #f5f5f5;
}