/* Top banner */
td.banner 
{
color: #eeeeee; 
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-style: normal; 
font-size: 20px; line-height: 1.5; 
background-color: #666699;
background-image: 
url(images/Background.gif)}

/* Left Navigation */
td.nav 
{
	color: #000000;
	background-color: #EEEEFF;
	/* width: 150px; */
}

/* Page Heading */
h4 
{ 
font-family: "arial", sans-serif; 
margin-left: 0.3cm 
}

/* Info in the cell */
td.mbr 
{
TEXT-DECORATION: none; 
font-family: "arial", sans-serif; 
font-size: 80%; 
vertical-align: middle
}

/* normal paragraph */
p  
{ 
font-weight: normal; 
font-family: "arial", sans-serif; 
font-style: normal; 
font-size: 80%; 
margin-left: 0.4cm
}

/* Right aligned paragraph */
p.rt 
{
	font-weight: normal;
	font-family: "arial", sans-serif;
	font-style: normal;
	font-size: 80%;
	text-align: right;
}

/* Lists */
dl 
{ 
font-weight: normal; 
font-family: "arial", sans-serif; 
font-style: normal; 
font-size: 80%; 
margin-left: 0.4cm
}

ol.decimal 
{
list-style-type: decimal;
font-weight: normal; 
font-family: "arial", sans-serif; 
font-style: normal; 
font-size: 80%;
}

/* Footer */
p.ftr 
{ 
border-style: solid none none none; 
border-top-width: 1px; 
font-family: "arial", sans-serif;
 font-style: normal; 
font-size: 70%; 

text-align: center 
}

/* Hyperlinks */
a 
{ text-decoration: none; 
color: blue; 
background-color: transparent;
font-family: "arial", sans-serif; 
font-style: normal 
}

a:hover 
{
color: #ff9900;
background-color: transparent
}