BODY{
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

TABLE{
	border: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
}

TH
{
    background-color: #075083;
    color: White;
    font-weight: bold;
    height: 30px;
    text-align: center;
}

TD{
	font-family:Arial,Verdana,Tahoma;
	font-size:11px;
	color:#666666;
}

IMG{
	border: 0px;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}

a:hover{
	text-decoration: none;
	font-weight:bold;
	color: #F7931D;
}

HR
{
    height:1px;
    color: #CCCCCC;
}

#contentArea{
	text-align: justify;
}

.heading
{
    font-weight: bold;
    color: #F7931D;
	font-size: 14px;
	background-image: url(/images/logo_bullet.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #CCCCCC;
}

.subHeading
{
    font-weight: bold;
    color: #F7931D;
	 font-size: 12px;
}

.ulStyle{
	MARGIN-BOTTOM: 0px;
	list-style-image: url(images/blackarrow.gif);
	text-align:left;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
}

table.thinBorder {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}

table.thinBorder td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

INPUT, TEXTAREA{
	border:1px solid #CCCCCC;
	background-image: url(images/inputInnerShade.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
}

INPUT.btn {
   background-image: none;
   font-size: 11px;
   font-weight: bold;
   background-color:#075083;
   text-align:center;
   border:1px #0049AD solid;
   height:20px;
   color:#FFFFFF;
}

SELECT{
	font-size: 10px;
}

UL{
    list-style-type: square;
}

.headerArea{
	background-color: #FFFFFF;
	height: 80px;
}

.footerArea{
	background-color: #075083;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
}

.footerArea a:link,.footerArea a:visited,.footerArea a:active{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

.footerArea a:hover{
	text-decoration: underline;
	color: #F7931D;
}

.MenuBorder{
    background-color: Orange;
    border-left:Solid 1px #0B3665;
    border-right:Solid 1px #0B3665;
    border-bottom:Solid 1px #0B3665;
    padding: 2px;
}
.MenuBorder a:link,.MenuBorder a:visited,.MenuBorder a:active{
	text-decoration: none;
	color: Black;
	font-weight:bold;
}

.MenuBorder a:hover{
	text-decoration: none;
	color: White;
}

.focussedTab{
    background-color: #FFFFFF;
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 0px #CCCCCC;
    cursor: text;
    color: #F7931D;
}

.blurredTab{
    background-color: #E0EAF7;
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    cursor: hand;
    color: #29639E;
}