
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
}


body {
	background: #D5E8F3 url(images/bg.gif) repeat-y center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.menu a:link {
	color: #000000;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #000000;
}
.menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.menu a:active {
	text-decoration: none;
	color: #000000;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #336699;
}

.style1 {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.page_title{
	font-weight: bold;
	font-size: 16px;
	padding-left:10px;

	}

.home_link a:link {
	color: #0000FF;
	text-decoration: underline;
}

.Citiestyle {font-size: x-small}
.headings{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}

.bullet ul{ list-style:none;}
.bullet li{ 
	list-style:none; 
	background: url(images/bullet.jpg);
	background-position:left center; 
	background-repeat:no-repeat; 
	margin-left:-32px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#191914;
	padding-left:15px;
	font-weight:normal;
	margin-top:0px;
}
.bullet a{ color: #191914; text-decoration:none;}
.bullet a:hover{ text-decoration:underline; color:#191914;
}
.points ul{ list-style:none;}
.points li{ 
	list-style:none; 
	background: url(images/points.jpg);
	background-position:left center; 
	background-repeat:no-repeat; 
	margin-left:-32px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0070c0;
	padding-left:11px;
	font-weight:normal;
	margin-top:0px;
}
.points a{ color: #0070c0; text-decoration:none;}
.points a:hover{ text-decoration:underline; color:#0070c0;
}
#slideshow {
    position:relative;
   /* height:350px;*/
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
