@charset "UTF-8";
/* CSS Document */

body {background-color: #EFEFEF;margin-top: 0px;margin-bottom: 0px; background-image:url(images/gif/background.gif); background-attachment:fixed; background-repeat:no-repeat; background-position: top center;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
}

/* Navigation */

#nav td a {display:block;background:#FFFFFF;width:100%;background-image: url(images/gif/navbg.gif);background-repeat:no-repeat;background-position: 95%; color:#CC0000;}
#nav td a:hover {background:#EFEFEF;background-image: url(images/gif/navbg_over.gif);background-repeat:no-repeat;background-position: 95%;}
#nav td,th {line-height:22px;}

a {text-decoration: none;color: #000099;}
a:hover {text-decoration: none;color:#0000CC;}

/* Borders */

#main {border-left-width:1px; border-left-color:#000000; border-left-style:solid;border-right-width:1px; border-right-color:#000000; border-right-style:solid;}

.bottom {border-bottom-width:1px; border-bottom-color:#CCCCCC; border-bottom-style:solid;}
.frame {border:#999999 1px solid;}

.red_bold {color:#CC0000; font-weight:bold;font-size:16px;}
.small_red_bold {color:#CC0000; font-weight:bold;}
.blue_bold {color:#000099; font-weight:bold;font-size:14; text-transform:uppercase;}