/* CSS Document */

a.whitetext{color:#FFFFFF; text-decoration: none;}
a.whitetext:hover {text-decoration: underline;}
a.whitetext:visited {color:#FFFFFF; text-decoration: none;}

.blacktext{color:#000000; text-decoration: none;}
a.blacktext{color:#000000; text-decoration: none;}
a.blacktext:hover {text-decoration: underline;}
a.blacktext:visited {color:#000000;text-decoration: underline;}

.redtext {color:#FF0000; text-decoration: none;}
a.redtext {color:#FF0000; text-decoration: none;}
a.redtext:hover{color:#FF0000;text-decoration: underline;}
a.redtext:visited {color:#FF0000; text-decoration: none;}

.greentext{color:#66CC00;}
a.greentext{color:#66CC00;}
a.greentext:hover{color:#66CC00;}
a.greentext:visited {color:#66CC00; text-decoration: none;}

.Orangetext{color:#FF6600;}
a.Orangetext{color:#FF6600;}
a.Orangetext:hover{color:#FF6600;}
a.Orangetext:visited {color:#FF6600; text-decoration: none;}

.Bluetext{color:#0066FF;}
a.Bluetext{color:#0066FF;}
a.Bluetext:hover{color:#0066FF;}
a.Bluetext:visited {color:#0066FF; text-decoration: none;}

.bold {
	font-weight: bold;
}
