﻿body
{
    background-color: black;
    font-size: 10pt;
    color: #d9d9d9;
    font-family: Arial;
}
.alt_row
{
    background-color: #777777;
}
.banner1_back
{
    clear:both;
    width: 873px;
    height: 182px;
    background-image: url(images/top_part1.jpg);
}
.banner2_back
{
    clear: both;
    width: 549px;
    height: 97px;
    background-image: url(images/top_part2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.main
{
    background-color: #666666;
    width: 873px;
    text-align:left;
}
.image_panel
{
    border: solid 1px #999999;
    padding: 5px;
    margin: 5px;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
}
.image_group_item
{
    border: solid 1px #999999;
    padding: 5px;
    margin: 5px;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
}
.part_header
{
    font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 6px;
	background-color: #990000;
	color: White;
}
.part_style
{
    
}
.part_verb:link
{
    color: white;
}
.part_verb:visited
{
    color: white;
}
.menu_popout
{
   
    border-right: white 2px solid;
    border-top: white 2px solid;
    border-left: white 2px solid;
    border-bottom: white 2px solid;
    width: 150px;
    color: Green;
}
.menu_popout_item
{
    padding: 2px;
    background-color: #666666;
    color: white;
    width: 150px;
}
.menu_popout_hover
{
    background-color: #868686;
    padding: 2px;
}
a:link,a:visited 
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
        font-weight: normal;
        color: white;

        text-decoration: underline;
}
a:hover,a:visited:hover
{
        color: white;
}
a.white:link,a.white:visited 
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
        font-weight: normal;
        color: White;

        text-decoration: underline;
}
a.white:hover,a.white:visited:hover
{
        color: white;
}