

.page-title {


	color: #00a0e0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:14px;
	font-weight:bold
}


.bodytext , bodytext p{
    /*page-body*/
    
    color: #666667;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:12px;
}
/*technique for IE   to make class above valid in IE */
html>body span.bodytext p{
    color: #666667;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:12px;
    font-weight:normal;
}
/*for IE6*/
span.bodytext p{
     color: #666667 !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:12px;
    font-weight:normal;
}

.bodytext p:first-letter{ font-size: larger;}

.bodytext dt{
    font-weight:bold;
    color:#00A0E0;
}

.bodytext a{
	color:#00a0e0;
}

.bodytext a:hover{
	color:#28D5C0;
}




.bodytext ul li a:link{
	color:#00a0e0;
}
.bodytext ul li a:hover{
	color:#00C090;
}
.bodytext ul li a:visited {
	color:#059eb8;
}
.bodytext ul li a:active { 	
	color: #00C090;	
}
/*IE*/
span.bodytext ul li p{
    color: #666667;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:12px;
    font-weight:normal;
}



.bodytext ul {
    padding-left:20px;
}
.bodytext dd{
    margin-left:0px;
}