a {
 
 color: #b50005;
 text-decoration:none;
} 
 
a:hover {
 color: #0c7c8f; 
 text-decoration:underline;
}

.bluelink a {
 
 color: #0c7c8f;
 text-decoration:none;
} 
 
.bluelink a:hover {
 color: #90d4c1; 
 text-decoration:underline;
}

.border-black-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAD4C4;
	
}

.border-green-top {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #90d4c1;
	
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.red {
	font-family: verdana;
	font-size: 9pt;
	color: #b50005;
}

.blue11 {
	font-family: tahoma;
	font-size: 11pt;
	color: #0c7c8f;
}
.black8 {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}

.black11 {
	font-family: verdana;
	font-size: 11pt;
	color: #000000;
}

.viner-red {
    font:"Viner Hand ITC";
	font-size: 12pt;
	color: #b50005;
}

.dragonbackground {
background:url(images/graphics/dragon.jpg);
background-repeat:no-repeat;
}

.healthbackground {
background:url(images/graphics/health.jpg);
background-repeat:no-repeat;
}

.yingyangbackground {
background:url(images/graphics/yingyang.jpg);
background-repeat:no-repeat;
}