﻿body
{
    x-vertical-align: top;
    font-family: 'Arial Black';
    font-size: 12px;
}
lineitem
{
    font-weight: normal;
    color: gray;
    font-family: Verdana, Arial;
    background-color: Fuchsia;
}
altrow
{
    font-weight: normal;
    color: gray;
    font-family: Verdana, Arial;
    background-color: Fuchsia;
}
x-div
{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: Black;
    border-width: 0px;
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 12px;
}
div
{
    padding-top: 2px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: Black;
    border-width: 0px;
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 12px;
}

menu
{
    background-color: Aqua;
}

td, tr, table
{
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 12px;
}

.topnav
{
    margin-right: 2px;
}
.topnav A:link
{
    color: Silver;
    text-decoration: none;
    font-weight: bold;
}
.topnav A:visited
{
    color: Gray;
    text-decoration: none;
    font-weight: bold;
}
.topnav A:active
{
    color: Silver;
    text-decoration: none;
    font-weight: bold;
}
.topnav A:hover
{
    color: Blue;
    text-decoration: none;
}
.titlehome
{
    color:Fuchsia;
    background-color: Gray;
    border-color: black;
    border-style: solid;
    border-width: thin;
}

.bodytb
{
    font-weight: bolder;
    font-size: 16px;
    background-color: Fuchsia;
    bbackground-color: highlighttxt;
    padding-left: auto;
    padding-right: auto;
}
.textlink
{
    font-family: Century Gothic;
    background-color: khaki;
    font-weight: bold;
}
.textlink A:link
{
    text-decoration: none;
    font-family: Century Gothic;
    background-color: khaki;
    font-weight: bold;
}
.textlink A:visited
{
    text-decoration: none;
    font-family: Century Gothic;
    background-color: khaki;
}
.textlink A:active
{
    text-decoration: none: font-family: Century Gothic;
    background-color: khaki;
}
.textlink A:hover
{
    text-decoration: underline;
    font-family: Century Gothic;
    background-color: khaki;
}

.pagehdr
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: Black;
    font-size: 24px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: White;
    width: 100%;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
    vertical-align: text-top;
}
.pagehdr2
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: Black;
    font-size: 17px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: White;
    width: 100%;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
    vertical-align: text-top;
}
.sectionhdr
{
    text-align: left;
    background-color: #FFCC66;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    width: 100%;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
}

.newshdr
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #5D7B9D;
    font-size: 16px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: silver;
    width: 100%;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
}

.homehdr
{
    padding-left: auto;
    padding-right: auto;
    padding-top: auto;
    padding-bottom: auto;
    text-align: left;
    background-color: black;
    font-size: 16px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: silver;
    width: 100%;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
}

.required
{
    font-family: Arial, Helvetica, sans-serif;
    color: #f03;
}
.map
{
    background: url( ../img/worldmap.jpg ) center no-repeat;
}

/*--------------------------------------- BUTTONS */

a.storyButton {
	background: url(../img/success_button.jpg) no-repeat;
	cursor: pointer;
	display: block;
	height: 100px;
	margin-top: 15px;
	width: 529px;
}

a.storyButton:Hover {
	background-position: 0 -100px;
}

a.storyButton span {
	display: none;
	visibility: hidden;
}

a.storyButtonSmall {
	background: url(../img/success_button_small.jpg) no-repeat;
	cursor: pointer;
	display: block;
	height: 50px;
	width: 155px;
}

a.storyButtonSmall:Hover {
	background-position: 0 -50px;
}

a.storyButtonSmall span {
	display: none;
	visibility: hidden;
}