body  {
	text-align : left;
	font-size : 11pt;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	margin-left : 0;
	margin-top : 0;
	background-color : #003366;
}

P  {
	font-size : 11pt;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	font-family : "Times New Roman", Times, serif;
}

H1  {
	font-family : "Times New Roman", Times, serif;
	font-size : 16pt;
	font-weight : normal;
}

H2  {
	color : Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight : normal;
}

H3  {
	color : #003366;	
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
}

H4  {
	color : #003366;	
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	font-weight : bold;
	font-style : normal;
}

A  {
	COLOR : #003366;
	FONT-FAMILY : "Times New Roman", Times, serif;
	TEXT-DECORATION : underline;
}

A:hover  {
	COLOR : #336699;
	FONT-FAMILY : "Times New Roman", Times, serif;
	TEXT-DECORATION : underline;
}

.nav  {
	COLOR : #003366;
	font-size : 11pt;
	FONT-FAMILY : "Times New Roman", Times, serif;
	TEXT-DECORATION : none;
	FONT-WEIGHT : normal;
}

.nav:hover  {
	COLOR : #003366;
	FONT-FAMILY : "Times New Roman", Times, serif;
	TEXT-DECORATION : underline;
	FONT-WEIGHT : normal;
}

.nav-bottom  {
	COLOR : #003366;
	FONT-FAMILY : "Times New Roman", Times, serif;
	TEXT-DECORATION : none;
	FONT-WEIGHT : normal;
}

.nav-bottom:hover  {
	COLOR : #003366;
	FONT-FAMILY : "Times New Roman", Times, serif;
	TEXT-DECORATION : underline;
	FONT-WEIGHT : normal;
}

B  {
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : normal;
}

.heading  {
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight : bold;
	font-style : normal;
	color : #003366;
}

LI  {
	font-family : "Times New Roman", Times, serif;
	color : #003366;
	font-size : 11pt;
	font-weight : normal;
	font-style : normal;
}

.copyright  {
	font-family : "Times New Roman", Times, serif;
	color : #003366;	
	font-size : 10pt;
	font-style : normal;
}

.search  {
	font-family : "Times New Roman", Times, serif;
	color : #003366;	
	font-size : 8pt;
}

/* Menu Link */
A.MenuLink{
	color: Navy;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color: Navy;
	text-decoration: underline;
	background : #DDDDDD;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	position:absolute;
	padding:5px;
	width:100px;
	text-align: left;
	background-color: transparent;
	display:none;
	color : Navy;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	position:absolute;
	padding:5px;
	width:100px;
	text-align: left;
	background-color:#DDDDDD;
}
/* Menu link element */
DIV.MenuElement {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	position:absolute;
	padding:5px;
	width:250px;
	background-color:#DDDDDD;
	display:none;
	border-bottom : 1px solid Navy;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	position:absolute;
	padding:5px;
	width:250px;
	background-color:#EFEFFF;
	border-bottom : 1px solid Navy;
}
