A:LINK {text-decoration : none; color : #666666;}
A:VISITED {text-decoration: none; color : #666666;}
A:HOVER {color : #000000; text-decoration : none;}
A:ACTIVE{color : #666666; text-decoration : none;}

ul {  
 list-style-type: square;
}

hr {
 color: #666666;
 height: 1px;
}

.BodyRegular {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color : #666666;
}

.BodyItalic {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color : #666666;
}

.BodySmall {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9px;
	font-style: normal;
 font-weight: normal;
	color : #666666;
}

.BodyHead {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 15px;
	font-style: normal;
 font-weight: bold;
	color : #666666;
}

.BodyHeadSubtle {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	font-style: normal;
 font-weight: bold;
	color : #666666;
}

.BodySubHead {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
 font-weight: bold;
	color : #666666;
}

.Nav {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-type: square;
	color : #666666;
}

.BodyRegular A:LINK {
 text-decoration : underline;
 color : #9966CC;
}
.BodyRegular A:VISITED {
 text-decoration : underline;
 color : #9966CC;
}
.BodyRegular A:HOVER {
 text-decoration : underline;
 color : #663399;
}
.BodyRegular A:ACTIVE {
 text-decoration : underline;
 color : #9966CC;
}

.BodySmall A:LINK {
 text-decoration : underline;
 color : #9966CC;
}
.BodySmall A:VISITED {
 text-decoration : underline;
 color : #9966CC;
}
.BodySmall A:HOVER {
 text-decoration : underline;
 color : #663399;
}
.BodySmall A:ACTIVE {
 text-decoration : underline;
 color : #9966CC;
}


