html {
	overflow-y: scroll;
}

body {
    background: #ffffff url(Design/bg.png) repeat-x;
	color: #15ba75;
	font-family: Verdana, Sans-serif;
	font-size: 100%;
	text-align:center;
}

h1 {
	font-size: 2.5em;
	margin: 0px;
}

h2 {
    color: #000000;
	font-size: 1.5em;
	margin: 0px;
}

h3 {
	font-size: 1.1em;
	margin: 0px;
    padding-bottom: 0px;
}

h4 {
    color: #000000;
	font-size: 0.65em;
    font-style: italic;
    font-weight: 700;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
}

p {
	font-size: 0.875em;
	margin: 0px;
    padding-top: 0px;
}

a:link, a:active, a:visited {
    color: #15ba75;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

img {
    padding: 1px;
    border-width: 0px;
}

object {
    margin-left: auto;
    margin-right: auto;
}

table {
    margin-left: auto;
    margin-right: auto;
}

img.logo {
    padding-bottom: 10px;
    padding-top: 20px;
}

a.menu
{
    padding: 0px;
}

td.menubar {
    background: url(gradient.jpg);
    background-repeat: repeat-x;
    background-color: #fe6347;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
	font-size: 0.875em;
    font-weight: 500;
    height: 40px;
	text-align: center;
    width: 800px;
}

td.bottombar {
    background: url(Design/gradient.jpg);
    background-repeat: repeat-x;
    background-color: #fe6347;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
	font-size: 0em;
    font-weight: 500;
    height: 10px;
	text-align: center;
    width: 800px;
}

td.info {
    text-align: justify;
    vertical-align: top;
    width: 400px;
}

td.centerinfo {
    text-align: center;
    vertical-align: middle;
    width: 400px;
}

td.center {
    text-align: center;
}

td.sgajurysaid {
    color: #000000;
	font-size: 1.0em;
    font-style: italic;
    font-weight: 500;
}