body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size:12px; background-color:#f2f2f2;

	}	
a:link { color: #777; background: transparent; }
a:visited { color: #777; background: transparent; }
a:active, a:focus { color: #2870B1; background: transparent; outline: none;}
a:hover { color: #cf0e06; background: transparent; text-decoration: none; }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; margin: 0px; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #8f1c77; }
h1 { font: 150% sans-serif; }
h2 { font: 125% sans-serif; }
h3 { font: 110% sans-serif; }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif; }
h6 { font: small-caps 100% sans-serif; }

/* Left Menu */
.v-line{ border-left: 10px solid #ecebeb;border-right:10px solid #ecebeb; background-color:#fff;
}
	
#lnav {
	width:95%;
	margin: 10px;
	}
#lnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#lnav li a {
	text-decoration: none;
	font-weight: bold;
}	
	
#lnav li a:link, #lnav li a:visited {
	color: #777;
	display: block;
	padding: 4px  10px 4px 10px;
/*	background: url(images/lnav-bg.gif); */
	text-align: right;
	border-bottom: 1px solid #ccc;
	}
	
#lnav li a:hover {
	color: #8f1c77;
/*	background: url(images/lnav-bg.gif) 0 -32px; */
	padding: 4px  10px 4px 10px;
	text-align: right;
	}
	
#lnav li.active a {
	color: #2870B1!important;
	padding: 4px  10px 4px 10px;
	text-align: right;
	font-weight: bold;
	}
	
.content{
	padding: 10px;
	color: #333;
}
.content p{
	text-align: justify;
}
#footer-nav{ font-size: 11px;
}
#footer-nav 
{
	background-color:#a1a2a1;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}
#footer-nav a:link, #footer-nav a:visited{
	color: #fff;
	font-size:9px;
	text-decoration:none;
	font-weight: bold;
}
#footer-nav a:hover{
	color: Black;
	text-decoration: underline;
}
