/* CSS Document */

.menu1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

}


A:link.menu1 {
COLOR: #000000; TEXT-DECORATION: none; font-weight: bold; FONT-STYLE: normal
}
A:visited.menu1 {
COLOR: #000000; TEXT-DECORATION: none; font-weight: bold; FONT-STYLE: normal
}
A:active.menu1 {
COLOR: #000000; TEXT-DECORATION: underline; font-weight: bold; FONT-STYLE: normal
}
A:hover.menu1 {
COLOR: #004080; TEXT-DECORATION: underline; font-weight: bold; FONT-STYLE: normal
}

.menu2{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;

}


A:link.menu2 {
COLOR: #FFE6CC; TEXT-DECORATION: none; FONT-STYLE: normal; font-weight: bold
}
A:visited.menu2 {
COLOR: #FFE6CC; TEXT-DECORATION: none; FONT-STYLE: normal; font-weight: bold
}
A:active.menu2 {
COLOR: #FFE6CC; TEXT-DECORATION: underline; FONT-STYLE: normal; font-weight: bold
}
A:hover.menu2 {
COLOR: #FF6820; TEXT-DECORATION: underline; FONT-STYLE: normal; font-weight: bold
}