/* Body Tag -- Background Color - Scroll Bars - Default Page Font Specs (same scheme as paragraph and normal) */
body
{background-color :#5B7182; font-family: Arial, Helvetica, sans-serif;  font-size: 11px; color: #5C5C5C;}

/* Paragraph Tag -- Default Paragraph Font Specs (same scheme as body and normal) */
p
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif;  font-size: 11px;}

/* Undefined List -- Default Bullet Specs */
ul
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 11px; list-style-type: square; list-style-position: outside; list-style-image: url(../../images/general/bullet_001.gif)}
li
{color: #565656; font-family: Arial, Helvetica, sans-serif; font-size: 11px; list-style-type: square; list-style-position: outside; list-style-image: url(../../images/general/bullet_002.gif)}
/* Ordered List -- Default List Specs */
ol
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}



/* Default Link NORMAL -- Link Font Specs -- (links in body content) */
a
{color: #5C5C5C; CURSOR: hand; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}
a:visited
{color: #5C5C5C; CURSOR: hand; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}
a:hover
{color: #C32828; CURSOR: hand; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}


/* Main Navigation Link -- Link Font Specs - Normal, Visited & Over (main navigation if text) */
a.navilink
{color: #FFFFFF; CURSOR: hand; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;}
a.navilink:visited
{color: #FFFFFF; CURSOR: hand; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;}
a.navilink:hover
{color: #FFFFFF; CURSOR: hand; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;}

/* Navi Text -- Non-Linked Navigation Font Specs (same scheme as navilink) */
.navi
{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}


/* Main Navigation Link -- Link Font Specs - Normal, Visited & Over (main navigation if text) */
a.navisublink
{color: #5C5C5C; CURSOR: hand; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a.navisublink:visited
{color: #5C5C5C; CURSOR: hand; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a.navisublink:hover
{color: #C32828; CURSOR: hand; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}



/* Footer Link NORMAL -- Link Font Specs -- (footer navigation if text) */
a.footerlink
{color: #5C5C5C; CURSOR: hand; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a.footerlink:visited
{color: #5C5C5C; CURSOR: hand; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a.footerlink:hover
{color: #C32828; CURSOR: hand; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}

/* Footer Text -- Font Specs (footer text not linked, IE: copyright) */
.footer
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 10px;}

/* H2 Font Styles */
h2
{color: #706B68; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; display: inline;}

h2 a:link
{color: #706B68; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
h2 a:visited
{color: #706B68; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
h2 a:hover
{color: #ED1C24; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}


/* H3 Font Styles */
h3
{color: #565656; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; display: inline;}

h3 a:link
{color: #565656; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
h3 a:visited
{color: #565656; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
h3 a:hover
{color: #ED1C24; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}



/* Normal Text -- Default Font Specs (same scheme as body and paragraph) */
/* USE IN CONTENT EDITOR */
.normal
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: justify;}

/* Normal Text Bold-- Default Font Specs (same scheme as body and paragraph) */
.normalbold
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}

/* Normal Text Italic-- Default Font Specs (same scheme as body and paragraph) */
.normalitalic
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic;}

/* Normal Text NonJustified -- Default Font Specs (same scheme as body and paragraph) */
.normalnonjustified
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}


/* Normal "1" Text -- Default Font Specs (same as normal, but color scheme "1") */
.normalcolor1
{color: #5772A2; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

/* Normal "1" Text BOLD -- Default Font Specs (same as normal, but color scheme "1") */
.normalcolor1bold
{color: #5772A2; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}


/* Small Text -- Font Specs (same as normal, but smaller) */
.small
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 9px;}


/* Error Text -- Font Specs (return error, incomplete process) */
.error
{color: #C32828; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}



/* Standard White Background Table Style */
.tablewhite
{background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #5C5C5C;}

/* Standard Black Background Table Style */
.tableblack
{background: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}


/* CoreVision Gray Background Table Styles */
.tablegray1
{background: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}

.tablegray2
{background: #999A9C; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}

.tablegray3
{background: #F0F0F0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #5C5C5C;}

.tablegray4
{background: #BCBDBF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #5C5C5C;}


/* CoreVision Colored Background Table Styles */
.tablered1
{background: #C32828; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}

.tableorange1
{background: #FDA91B; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}

.tableblue1
{background: #3784BF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}

.tableblue2
{background: #11578D; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}



/* Input Field -- Single Line NO WIDTH Constraint */
.input
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 10px; height: 19px; width: 220px;}

.input2
{color: #5C5C5C; font-family: Arial, Helvetica, sans-serif; font-size: 10px; height: 56px; width: 220px;}