/* Design */
.white { background-color: white; }
.black { background-color: black; }
.gray { background-color: #CCCCCC; }

/* Fonts */
.text      { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 15pt; font-stretch: expanded; margin: 0 }
a.text:link  { color: #2F455C; text-decoration: underline }
a.text:active  { color: #2F455C; text-decoration: underline }
a.text:visited { color: #2F455C; text-decoration: underline }
a.text:hover    { color: #E60005; text-decoration: overline }

.text_bold      { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 15pt; font-stretch: expanded; margin: 0 }
a.text_bold:link  { color: #2F455C; text-decoration: underline }
a.text_bold:active  { color: #2F455C; text-decoration: underline }
a.text_bold:visited { color: #2F455C; text-decoration: underline }
a.text_bold:hover    { color: #E60005; text-decoration: overline }

.title      { color: #E60005; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 15pt; font-stretch: expanded; margin: 0 }
a.title:link  { color: #E60005; text-decoration: none }
a.title:active  { color: #E60005; text-decoration: none }
a.title:visited { color: #E60005; text-decoration: none }
a.title:hover    { color: #E60005; text-decoration: underline }

.text_error      { color:#E60005 ; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 15pt; font-stretch: expanded; margin: 0 }
a.text_error:link  { color: #E60005; text-decoration: none }
a.text_error:active  { color: #E60005; text-decoration: none }
a.text_error:visited { color: #E60005; text-decoration: none }
a.text_error:hover    { color: gray; text-decoration: underline }

.nav_blue      { color: #2F455C; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 10pt; font-stretch: expanded; margin: 0 }
a.nav_blue:link  { color: #2F455C; text-decoration: none }
a.nav_blue:active  { color: #2F455C; text-decoration: none }
a.nav_blue:visited { color: #2F455C; text-decoration: none }
a.nav_blue:hover    { color: #E60005; text-decoration: none }

.nav_black      { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 10pt; font-stretch: expanded; margin: 0 }
a.nav_black:link  { color: black; text-decoration: none }
a.nav_black:active  { color: black; text-decoration: none }
a.nav_black:visited { color: black; text-decoration: none }
a.nav_black:hover    { color: #E60005; text-decoration: none }

.nav_print      { color: #2F455C; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 10pt; font-stretch: expanded; margin: 0 }
a.nav_print:link  { color: #2F455C; text-decoration: none }
a.nav_print:active  { color: #2F455C; text-decoration: none }
a.nav_print:visited { color: #2F455C; text-decoration: none }
a.nav_print:hover    { color: #E60005; text-decoration: none }
