body
{
	background-image: url(images/main_background_fill.gif);
	background-color: #DC934B;
	background-repeat: repeat-x;
	background-position: left top;
}

.topMenuItemBlockClass
{
    height: 40px;
    vertical-align: top;
}

a:link.topMenuItemClass, a:visited.topMenuItemClass
{
    color: white;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

a:hover.topMenuItemClass, a:visited:hover.topMenuItemClass
{
    color: yellow;
    text-decoration: none;
}

.topMenuItemSpacerClass
{
    color: white;
    font-family: arial;
    font-weight: bold;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.loginErrorClass
{
    color: red;
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    vertical-align: top;
}

.passwordPromptText
{
    color: black;
    font-family: arial;
    font-size: 8pt;
    font-weight:bold;
}

.passwordPromptErrorText
{
    color: red;
    font-family: arial;
    font-size: 8pt;
    font-weight:bold;
}

.passwordPromptButton
{
    background-color: black;
    border-color: black;
    color: white;
    cursor: hand;
    font-family: arial;
    font-size: 8pt;
    font-weight:bold;
}

.passwordPromptButtonOver
{
    background-color: black;
    border-color: black;
    color: yellow;
    cursor: hand;
    font-family: arial;
    font-size: 8pt;
    font-weight:bold;
}

a:link.EmergencyInfoClass, a:visited.EmergencyInfoClass
{
    color: #D00000;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

a:hover.EmergencyInfoClass, a:visited:hover.EmergencyInfoClass
{
    color: yellow;
    text-decoration: none;
}