BODY
{
	font-family: Times New Roman;

}

.outsideBG
{
	background-color:#093C6D;
}

/*******************************/
/* New Stuff
/*******************************/


.Header
{
	font-size: 20px;
    color: white;
    background-color: #072E55;
    font-family: Times New Roman;
    text-align :center;
}

.fpArticleTable
{
	margin:5 20 20 5;
}
.fpArticle
{
	font-size: 14px;
    color: black; 
    background-color: white;
    font-family:Times New Roman;
    font-weight:light;
    text-align:left;
    vertical-align:top;
}

.fpArtTitle
{
	font-size: 16px;
    color: white; 
    background-color: #072E55;
    font-family: Times New Roman;
    height:14px;
    font-weight:800;
    vertical-align:top;
}
.fpSubArtTitle
{
	font-size: 14px;
    color: #072E55; 
    background-color: white;
    font-family: Times New Roman;
    height:14px;
    font-weight:800;
    border: solid 1px #072E55;
}



.shadow
{
    filter: progid:DXImageTransform.Microsoft.Shadow (Color=#4E4C4C, Direction=135, strength=5);
}



.clsBlue
{
	 color: #072E55;
}

/* #6D090B */



.clsHwHeader
{
    border-right: #072E55 2px solid; 
    border-left: #072E55 2px solid;
    border-bottom: #072E55 2px solid; 
    background-color: white;
    font-size: 10pt;
}

.clsHwName
{
    font-size: 24pt;
    color: #072E55; 
}

.clsHwLink
{
    font-size: 12pt;
    color: #072E55; 
}

.clsHwBoxHdr
{
    font-size: 12pt; 
    color: white; 
    border-bottom: black 2px solid; 
    border-top: black 2px solid;
    background-color: #072E55;
    text-align:center;
}

.clsHwImg
{
	border-color: #072E55; 
}
.clsHwTitle
{
    font-size: 18pt;
    color: #072E55; 
}
.clsHwText
{
    font-size: 12pt;
}

.clsPopupBorder
{
    border: #74938D 2px solid;  
}
.HeaderBG
{
    background-color : #072E55;
    COLOR: white; 
}
.PopupWindowModalArea
{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	border: 0;
}
.largeFon
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 17px;
}
.clsLU
{ 
    color:White;  
    FONT-SIZE: 12px;
}
.pageHeader
{
	font-size: 28px;
    color: #072E55;
    background-color: white;
    font-family: Times New Roman;
    text-align :center;
}
.headerIMG
{
	height:120px;
	width:100%;
}

.clsHeaderLine
{
    background-color: #072E55;
}

.clsMediumBlue
{
    color: #072E55;
	font-size: 18px;
}
.clsLargeBlue
{
    color: #072E55;
	font-size: 25px;
}

/**************************************************************************
/*
/*   Drop Down Menu
/*
/**************************************************************************/
.dmx {
    font: 11px Helvetica;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 10px 10px 10px 10px;
    background: Black;
    font: 12px arial;
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 5px 8px 5px 8px;
    font: 11px Helvetica;
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background:#6D090B;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #6D3909;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 6px 16px 5px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 7px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid Black;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */