/*---------------------------------------------------------
Global Style Sheet
----------------------------------------------------------*/

BODY 
{
MARGIN: 0px; 
}

HR
{ color: #cccccc;
height:1px; }

TABLE, font, .Text_Body 
{
	font-family: verdana; 
	font-size: 12px;
	color: #000000;
	letter-spacing: .3px;
}

/*---------------------------------------------------------
Nav Style Sheet 
----------------------------------------------------------*/
.Nav
	{
	font-family: Verdana;
	color: #FFFFFF;
	width : 188px;
	background-color : #486DC8;
	font-size : 11px;
	border-top : 1px solid #E1E1E1;
	border-bottom : 1px solid #E1E1E1;
}

.Nav_title
	{
	font-weight : bold;
	color : #FFCC33;
	background-color : #001767;
	margin-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	padding-top : 2;
	padding-left : 6;
	padding-bottom : 2;
}

.Nav_link
{
    color: #FFFFFF;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5;
    padding-bottom: 15;
    text-align: left;
    text-decoration: none;
    line-height: 15pt;
}

.Nav_link:hover
{
    font-weight: normal;
    color: #ffd700;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5;
    padding-bottom: 15;
    text-align: left;
    text-decoration: none;
    line-height: 15pt;
}

/* FOOTER */

.Footer_link
{
    text-decoration: none;
}

.Footer_link:hover
{
    text-decoration: underline;
}

    
/* HEADER */

.Header_link
{
    text-decoration: none;
}

.Header_link:hover
{
    text-decoration: underline;
}

