body{
	background-color: White;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:   	11px; 
	color:       	#333333; 
	margin:      	0; 
	padding:     	0;
}
:link {
	color: #4A4A4A;
	background: transparent;
}
:visited { background: transparent }
a:active { background: transparent }

a:link img, a:visited img, a:hover img, a:visited:hover 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 */
}
a { 
/*	text-decoration: none; */
	color: 	#4A4A4A;
}

a:hover, a:visited:hover {
	color: #969696;
	background-color: transparent;
}

a.menu{
	color: #4A4A4A;
	text-decoration: none;
	font-weight: bolder;
	padding: 0px 15px 0px 15px;
	display: block;
}
a.menu:hover, a.menu:visited:hover{
	color: #969696;
	text-decoration: none;
	font-weight: bolder;
	padding: 0px 15px 0px 15;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}
.logo{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: larger;
	font-style: normal;
	letter-spacing: 5px;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	background-image: url(images/header-bg.gif);
}
.side-bg{
	background-image: url(images/side-bg.gif);
	text-align: right;
	color: #ccc;
	font-size: 9px;
	letter-spacing: 0;
	font-weight: bold;
	vertical-align: bottom;
	padding: 5px;
}
.bg{
	background-image: url(images/bg.gif);
   padding: 8px;
}
.box-content {
	FONT-WEIGHT: normal;
	COLOR: #515151;
	BACKGROUND-COLOR: #ffffff;
	padding: 10px;
	font: bold;
	vertical-align: top;
}
/*
.article{
	border: solid;
	background-image: url(images/top.gif);
	background-color: #E0E0D8;
	background-position: top;
	background-repeat: repeat-x;
	border-color: White;
}
.art{
	color: White;
}*/
.small-text {
	FONT-SIZE: 9px; 
	MARGIN-BOTTOM: 15px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.footer{
	color: #ccc;
	font-size: 9px;
	letter-spacing: 0;
	font-weight: bold;
	background-image: url(images/side-bg.gif);
	padding: 10px;
}
.directory{
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
	padding: 2px;
}
.directory-img{
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	font-family: sans-serif, Arial, Helvetica,Geneva;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
small{
	font-size: xx-small;
	font-weight: lighter;
}
b{
	font-weight: bolder;
	color: #666666;
	text-align: center;
}
th, td { /* ns 4 */
  font-family: verdana;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3, h4, h5, h6 {
	color: #666666;
	background: white;
}
h1 {
	font: bold 150% Verdana;
}
h2 {
	font: bold 125% Verdana;
}
h3 { font: bold 110% Verdana }
h4 { font: bold 100% Verdana }
h5 { font: italic 100% Verdana }
h6 { font: small-caps 100% Verdana }

.hide { display: none }
@media screen {  /* hide from IE3 */
a[href]:hover {
	background: White;
}
}

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}
@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}


a.footerlink{
	color: #E0E0D8;
	font-size: 9px;
	letter-spacing: 0;
	font-weight: bold;
	background-image: url(images/side-bg.gif);
}
p.art-snip{
 padding: 2%;
 text-align: justify; 
}