/* CSS DOCUMENT */

body { font:12px Arial, Helvetica, sans-serif; color: #555555; background-color: #F6F8F9; margin: 0px; ; background-image: url(images/bg.gif); background-repeat: no-repeat}

/* bg color */
#grey01 { background-color: #F9F9F9; }
#grey02 { background-color: #F2F2F2; }
#tools { background-color: #EEEEE6; }
.white { background-color: #FFFFFF; }

/* page shadow */
#leftShadow { background: url(../images/shadow_left.gif) repeat-y; }
#rightShadow { background: url(../images/shadow_right.gif) repeat-y; }

/* bg repeat */
#barBlue { background: url(../images/bar_blue_bg.gif) repeat-x; }
#barOrange { background: url(../images/bar_orange_bg.gif) repeat-x; }
#barGreen { background: url(../images/bar_green_bg.gif) repeat-x; }
#barFooter { background: url(../images/bar_footer.gif) repeat-x; } 

/* links */
a { font-size: 12px; }

a:link, a:visited { color: #00428B; font-size: 12px; text-decoration: none; }
a:hover { color: #333333; font-size: 12px; text-decoration: underline; }

a.body:link, a.body:visited { color: #666666; font-weight: bold; text-decoration: none; }
a.body:hover { color: #666666; font-weight: bold; text-decoration: underline; }

a.blue:link, a.blue:visited { color: #003A57; font-weight: bold; text-decoration: none; }
a.blue:hover { color: #003A57; font-weight: bold; text-decoration: underline; }

a.green:link, a.green:visited { color: #003900; font-weight: bold; text-decoration: none; }
a.green:hover { color: #003900; font-weight: bold; text-decoration: underline; }

a.orange:link, a.orange:visited { color: #401D01; font-weight: bold; text-decoration: none; }
a.orange:hover { color: #401D01; font-weight: bold; text-decoration: underline; }

a.red:link, a.red:visited { color: #921800; text-decoration: none; font-size: 11px;}
a.red:hover { color: #921800; text-decoration: underline; font-size: 11px;}

a.top:link, a.top:visited { color: #1A62A4; text-decoration: none; font-size: 11px;}
a.top:hover { color: #1A62A4; text-decoration: underline; font-size: 11px;}

a.foot:link, a.foot:visited { color: #333333; text-decoration: none; font-size: 10px;}
a.foot:hover { color: #D00000; text-decoration: underline; font-size: 10px;}

a.sitemap:link, a.sitemap:visited { color: #666666; font-weight: bold; text-decoration: none; font-size: 11px;}
a.sitemap:hover { color: #930000; font-weight: bold; text-decoration: underline; font-size: 11px;}

a.sitemap2:link, a.sitemap2:visited { color: #666666; text-decoration: none; font-size: 11px;}
a.sitemap2:hover { color: #930000; text-decoration: underline; font-size: 11px;}

/* font */
.naviFont12 { color: #003A57; font-weight: bold; font-size: 12px; }
.font09 { color: #000000; font-size: 9px; font-weight: bold; }
.font11 { color: #222222; font: 11px Arial,Helvetica,sans-serif; }
.font11b { color: #222222; font: 11px Arial,Helvetica,sans-serif; font-weight: bold;}
.font11Content { color: #555555; font: normal 12px/15pt Arial, Helvetica, sans-serif; }
.font10 { color: #333333; font-size: 10px; }
.font10b { color: #AAAAAA; font-size: 10px; }
.font12 { color: #555555; font: 12px Arial, Helvetica, sans-serif;}
.font12b { font-size: 12px; font-weight: bold; }
.job { color: #921800; font: 11px; font-weight: bold; }
.headerBlue {
	font: 17px Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #1A62A4;
}
.headerGrey {
	font: 15px Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #545454;
}

/* hr line & borders */
.greyBorder01 { border-top: 1px solid #E2E2E2; }
.greyBorder02 { border-bottom: 1px solid #F2F2F2; }
.picBorder { border: 1px dotted #E2E2E2; margin-top: -17px; }

/* list */
.listStyle01 { list-style-image: url(../images/arrow_grey.gif); }
.listStyle02 { list-style-image: url(../images/arrow_red.gif); }

/* margin */
.marginLeftRight5 { margin-left: 5px; margin-right: 5px; }
.marginTop05 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }
.marginLeft05 { margin-left: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft15 { margin-left: 15px; }
.marginLeft20 { margin-left: 20px; }
.marginRight05 { margin-right: 5px; }
.marginRight10 { margin-right: 10px; }
.marginRight15 { margin-right: 15px; }
.marginBottom05 { margin-bottom: 5px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom15 { margin-bottom: 15px; }

/* padding */
#paddingContent { padding: 0 15 10 0 }
#paddingContentLeft { padding: 0 15 10 10; }
.paddingLeftRight5 { padding-left: 5px; padding-right: 5px; }
.paddingTop-5 { padding-top: -5px; padding-bottom: -3px; }
.paddingTop05 { padding-top: 5px; }
.paddingTop10 { padding-top: 10px; }
.paddingLeft05 { padding-left: 5px; }
.paddingLeft10 { padding-left: 10px; }

/* table */
#tableWhite { background-color: #FFFFFF; }
