body {
	background-color: #FFF;
	margin-top: 100px;
}
.large {
	margin: 10px;
	text-align: center;
}

img
{  border-style: none;
}

table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 18px;
}
.leftspacer {
	padding-left: 20px;
}
.rightspacer {
	padding-right: 20px;
}


.line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.nav {
	padding-top: 1px;
	padding-left: 20px;
}
.navspacer {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
a {
	color: #F60;
}
a:focus {
            outline: none;
        }
li {
	font-size: 14px;
	list-style-type: disc;
	padding: 3px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}
html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
.image {
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFF;
}
