﻿html,
body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #ffffff;
	background-image:url(/images/bg_bottom.png);
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment:fixed;
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    cursor: default;
}
em
{
	font-style: normal;
	color: #73e3ff;
	font-weight: bold;
}
a:link,
a:visited
{  
    color: #ce6100; 
    text-decoration: none;
}
a:hover
{
    color: #ff7800 ;
    text-decoration: underline;
}
hr
{
    color: #00437b;
    background: #00437b;
    height: 1px;
    border: 0px;
    margin-bottom: 18px;
}