body
{
	background-color:#00848E;
}

/* Default Link Style */
A:link {text-decoration: none; color:White;}
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none; color:white;}
A:hover {text-decoration: none; color: white;}


/* In Page Link Style */
A.IP:link {text-decoration: none; color:Navy; text-decoration:underline;}
A.IP:visited {text-decoration: none; color:Navy; text-decoration:underline;}
A.IP:active {text-decoration: none; color:Navy; text-decoration:underline;}
A.IP:hover {text-decoration: underline; color:Navy; text-decoration:underline; font-weight:bold;}

/* In Page Link Style */
A.IP2:link {text-decoration: none; color:Navy; text-decoration:underline; font-weight:bold;}
A.IP2:visited {text-decoration: none; color:Navy; text-decoration:underline; font-weight:bold;}
A.IP2:active {text-decoration: none; color:Navy; text-decoration:underline; font-weight:bold;}
A.IP2:hover {text-decoration: underline; color:Navy; text-decoration:underline; font-weight:normal;}


/* Main Table for each page */
.tbl1
{
	border-style:double;
	background-color:white;
}

.col1
{
	width:200;
	vertical-align:top;
	background-color:#00848E;
}

.foot1
{
	text-align:center;
	font-family:System;
	font-size:xx-small;
	color:White;	
}

.foot2
{
	text-align:center;
	font-family:Arial;
	font-size:xx-small;
	color:White;
	margin-top:-10px;	
}

/* List Styles */
.LIST1
{
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	line-height:14pt;
	text-align:justify;
	padding-top:0px;
	padding-left:30px;
	padding-right:20px;
	font-family: Arial;
    font-size:12px;
    font-weight:normal;
    background-color:white;
    color:Navy;	
}

.LIST2
{
	list-style-position: outside;
	line-height:14pt;
	text-align:justify;
	padding-top:0px;
	padding-left:30px;
	padding-right:20px;
	font-family: Arial;
    font-size:12px;
    font-weight:normal;
    background-color:white;
    color:Navy;	
}

/* Paragraph styles */
.PG1
{
	text-align:justify;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	font-family: Arial;
    font-size:x-small;
    font-weight:bold;
    background-color:white;
    color:Navy;
}

.PG2
{
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	font-family: Arial;
    font-size:12px;
    font-weight:normal;
    background-color:white;
    color:Navy;
}

.PG3
{
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:-7px;
	font-family: Arial;
    font-size:12px;
    font-weight:bold;
    background-color:white;
    color:Navy;
}

.MainMenu
{
    background-color:Green;
    width:200px;
    border:0px;
}
.MainItem
{
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    background-color:#00848E;
    color:White;
    height:35px;
    border-bottom:solid 3px;
    border-bottom-color:White;
}
.SubItem
{
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    background-color:#f7941d;
    color:White;
    height:35px;
    width:200px;
    border-bottom:solid 3px;
    border-bottom-color:White;
}

/* Header Styles */
.H1
{
	text-align:center;
	font-family:Arial;
    background-color:white;
    color:Black;
    padding-bottom:0px;
    line-height:10pt;
}

.H2
{
	text-align:left;
	padding-top:0px;	
	padding-left:20px;
	font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    color:#f7941d;    
    margin-top:-10px; 
   	background-color:white;
   	height:20px;
}

.H3
{
	text-align:left;
	padding-left:25px;
	font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    background-color:white;
    color:black;
}

.LABEL
{
	text-align:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    background-color:white;
    color:navy;
}

.T1
{
	padding:10px;
	text-align:left;
	font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    background-color:white;
    list-style-type:square;
    color:navy;
}
.T2
{
	text-align:left;
	font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    background-color:#00848E;
    color:white;
    padding:2px;
}
.T3
{
	text-align:left;
	font-family:Arial;
    font-size:xx-small;
    font-weight:normal;
    background-color:white;
    color:navy;
    padding:2px;
}

.T3b
{
	text-align:left;
	font-family:Arial;
    font-size:xx-small;
    font-weight:normal;
    background-color:#e7ecec;
    color:navy;
    padding:2px;
}