body {
	background-color: #000000;
	font-family: trebuchet ms, helvetica, verdana;
    color: yellow;
    margin: 0px 0px 0px 0px;
	padding:0px;
}

h1 {
	color: yellow;
	font-size: 14pt;
    font-weight: bold;
}

img {
	border: 0;
}

a {
    color: #e0b700;
}

.small {
    font-size: 10pt;
}

.blogh {
    font-size: 12pt;
    font-weight: bold;
}

.bloge {
    font-size: 10pt;
}

.faqh {
    font-size: 12pt;
    font-weight: bold;
}

.faqe {
    font-size: 10pt;
}

table.header {
    text-align: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: #006000;
	/*background-color: #D6DCFE;*/
}
td.header {
	font-size: 14pt;
	font-weight: bold;
	color: #F0E000;
}

td.navbar {
	font-size: 12pt;
	font-weight: bold;
    font-family: trebuchet ms, helvetica, verdana;
    color: #F0E000;
}
td.navbar a:hover {
    background-color: #6b8e23;
    color: #ffff40;
    font-style: italic;
}

table.footer {
	width: 100%;
	border: 0px;
	background-color: #006000;
}
td.footer {
	padding: 0 10 0 10;
	font-size: 10pt;
}

table.main {
    vertical-align: middle;
    height: 85%;
    border: 0px;
    width: 100%;
}
td.main {
	vertical-align: middle;
    height: 85%;
	font-size: 10pt;
	padding: 10 10 10 10;
}
td.main a:hover {
    background-color: #6b8e23;
    color: #ffffaf;
    font-style: italic;
}

table.overall {
    height: 100%;
    width: 100%;
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
td.overall {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
td.border {
    width: 0px;
    height: 100%;
    padding: 0px;
    border: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #D6DCFE;
}
