/* Fonts */

.text      { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 18px; font-stretch: expanded; margin: 0 }
a.text:link  { color: #A8A8A8; text-decoration: none }
a.text:active  { color: #A8A8A8; text-decoration: none }
a.text:visited { color: #A8A8A8; text-decoration: none }
a.text:hover    { color: #868686; text-decoration: underline }

.textError  { color: red; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 18px; font-stretch: expanded; margin: 0 }
a.textError:link  { color: red; text-decoration: none }
a.textError:active  { color: red; text-decoration: none }
a.textError:visited { color: red; text-decoration: none }
a.textError:hover    { color: red; text-decoration: underline }
			
.nav    { color: #A8A8A8; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 12px; font-stretch: expanded; }
a.nav:link   { color: #A8A8A8; text-decoration: none }
a.nav:active   { color: #A8A8A8; text-decoration: none }
a.nav:visited  { color: #A8A8A8; text-decoration: none }
a.nav:hover     { color: #868686; text-decoration: none }