body {
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    background: #f0f0f0;
}

h1 {
    font-size: 110%;
    padding-top: 10px;
    padding-left: 12px;
	padding-bottom: 10px;
}

h2 {
    font-size: 100%;
    padding-top: 20px;
}

a {
	text-decoration: none;
}

a:link{
	
}

a:visited{
	
}

a:hover{
	text-decoration: underline;
}

img {
	border: 0px;
}

table {
	font-size: inherit;
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    border-collapse: separate;
}

table td {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    -moz-border-radius: 0px 0px 0px 0px;
}

table tr {
	vertical-align: top;
}

table.white {
	font-size: inherit;
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    border-collapse: separate;
	background-color: white;
}

table.white td {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.white tr {
	vertical-align: top;
}

table.spacing {
	font-size: inherit;
    border-width: 2px 2px 2px 2px;
    border-spacing: 5px;
    border-style: none none none none;
    border-collapse: separate;
}

table.spacing td {
	padding-left: 5px;
	padding-right: 5px;
}
