a:link { color: #FF8605; text-decoration: underline; }
a:visited { color: #FF8605; text-decoration: underline; }
a:hover { color: #FFA125; text-decoration: underline; }
a:active { color: #FF8605; text-decoration: underline; }

a.menus:link { color: #FF8605; text-decoration: none; }
a.menus:visited { color: #FF8605; text-decoration: none; }
a.menus:hover { color: #FF8605; text-decoration: underline; }
a.menus:active { color: #FF8605; text-decoration: none; }

b.red { color: #EE0000; text-decoration: none; }

P.bold {
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: bold;
    color: #FF8605;
    text-decoration: none;
    padding-left: 20px;
     padding-right: 20px;
      padding-top: 0px;
}
P.red {
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: bold;
    color: #EE0000;
    text-decoration: none;
    padding-left: 20px;
     padding-right: 20px;
      padding-top: 0px;
}
P.notes {
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: #FF8605;
    text-decoration: none;
    padding-left: 20px;
     padding-right: 20px;
      padding-top: 5px;
}

P.notes2 {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
color: #FF8605;
	   text-decoration: none;
	   padding-left: 0px;
	   padding-right: 20px;
	   padding-top: 5px;
}

P.menus {
	font-size: 16px;
	font-weight: bold;
	color: #FF8605;
	text-decoration: none;
}
