/* CSS Document */
A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
.menu {
FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial, sans-serif; COLOR: #777777;
}
.menu A:link{
COLOR: #777777; TEXT-DECORATION: none; display:block;
}
.menu A:hover{
COLOR: #777777; TEXT-DECORATION: none; background-color:#F5F5F5;
}
.menu A:visited {
COLOR: #777777; TEXT-DECORATION: none;
}
.menu A:active {
color:#000000; TEXT-DECORATION: none
}
.txtblack {
FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial, sans-serif; COLOR: #444444;
}
.txtblack A:link {
COLOR: #444444;
} 
.txtblack A:hover {
COLOR: #444444;
}
.txtblack A:visited {
COLOR: #444444;
}
.txtblack A:active {
color:#EE0000;
}
.txtblack2 {
FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial, sans-serif; COLOR: #444444;
}
.txtblack2 A:link {
COLOR: #000077;
} 
.txtblack2 A:hover {
COLOR: #000077;
}
.txtblack2 A:visited {
COLOR: #000077;
}
.txtblack2 A:active {
color:#EE0000;
}
.txtwhite {
FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #BBBBBB;
}
.txtwhite A:link {
COLOR: #DDDDDD; 
} 
.txtwhite A:hover{
COLOR: #DDDDDD; text-decoration:underline;
}
.txtwhite A:visited {
COLOR: #DDDDDD;
}
.txtwhite A:active {
color:#FFFF33;
}
.txtwhitebold {
FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana,Arial, sans-serif; COLOR: #DDDDDD;
}
.txtwhitebold A:link {
COLOR: #EEEEEE;
}
.txtwhitebold A:hover {
COLOR: #EEEEEE;
}
.txtwhitebold A:visited {
COLOR: #EEEEEE;
}
.txtwhitebold A:active {
color:#FFFF33;
}
.txtp {
FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial, sans-serif;
}