body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/topbar_background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toprightMenu {
	float: right;
	position: relative;
	height: 50px;
	width: 300px;
	text-align: right;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 15px;
	font-size: 11px;
}
a:link {
	color: #C2272D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C2272D;
}
a:hover {
	text-decoration: none;
	color: #C2272D;
}
a:active {
	text-decoration: underline;
	color: #C2272D;
}
.rightbox {
	background-image: url(images/rightbox_back.gif);
	background-position: center bottom;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #2865ac;
	background-image: url(images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: 0px 18px;
	margin-bottom: 7px;
}
.textSm {
	font-size: 13px;
	line-height: 20px;
}
.topsub_titlebox {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.main3 {
	padding: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	background-image: url(images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 18px;
	padding-bottom: 8px;
}
.orangebold {
	color: #F68F19;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	color: #999999;
	height: 10px;
	background-color: #E5E5E5;
	text-align: center;
}
.titleimg {
	margin-top: 10px;
	margin-bottom: 10px;
}
.topbar01 {
	background-image: url(images/topbar_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*- Menu Tabs J--------------------------- */

    #tabsJ {
	width:740px;
	font-size:11px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
      }
    #tabsJ ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	float: right;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#c2272d;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#c2272d;
        }
