/* CSS STYLES */
/************* GENERAL CSS ************/
/* inherited for all tags */
body
{
    margin: 0px;
}
#content div, #content p, #content td, #content ol, #content ul
{
    text-align: left;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color: #404040;
}

a
{
    background-image: none;
    padding-left: 0px;
    text-decoration: none;
    color: Blue;
}
a:Hover
{
    color: Red;
}

img
{
    border: none;
}

strong,b {

	font-size: 10pt;
	font-weight: normal;
	color: #0000FF;

}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    color: #0000FF;
}
h3, #HoB table caption
{
    font-size: 12pt;
    color: #0000FF;
}
h5
{
    font-size: 10pt;
    margin-bottom: 10px;
}

i,em {

	font-style: italic;

}

.description
{
    margin-bottom: 10px;
}

.Hr, table tr.tab-heading
{
    background: #0073BD;
}

#form, .MenuForm
{
    background: #CECECE;
}

#content
{
    background-color: White;
    text-align: left;
}

#menu
{
}
#menu table tr.tab-heading td.heading, #form table tr.tab-heading td.heading
{
    color: White;
    font-weight: bold;
    text-align: center;    
}

#header
{
    background-color: #0073BD;
    color: White;
}
#header a
{
    color: White;
}
#header a:Hover, #header a.Selected
{
    text-decoration: underline;
}

#navigation
{
}
#navigation a
{
    color: Black;
    position: relative;
	top: 22px;
}
#navigation a:Hover, #navigation a.Selected
{
    font-weight: bold;
    color: White;
}


#main
{
}
#main a, #footer a
{
    background: transparent url("bullet.gif") no-repeat left center;
    padding-left: 10px;
}
#main ul.Links
{
}
#main ul.Links li
{
    list-style-image: url("bullet.gif");
}
#main ul.Links li a
{
    background-image: none;
    padding-left: 0px;
}
#main hr
{
    width: 70%;
}

#footer
{
}

#legal
{
}
#legal ul, #legal li
{
    margin: 0px;
    padding: 0px;
    text-align: right;
}
#legal li
{
    display: inline;
}
#legal li a
{
    border-left: solid 1px #404040;
    padding: 0px 1px 0px 4px;
}
 
#menu .Menu li a.Selected
{
    text-decoration: underline;
}

#snap-shots
{
}
#snap-shots h3
{
    margin: 0px 0px 10px 0px;
}

#HoB
{
    width: 50%;
    background: White;
}
#HoB table td
{
    padding: 1px;
}
#HoB table tfoot td, #HoB table caption
{
    padding: 10px 0px;
    text-align: left;
}
