html,
body {
	margin: 0;
    color: #333333;
    background-color: #fff;
    font: normal 11px/17px tahoma, arial, helvetica, sans-serif, verdana;
}
#leftcol {
	float: left;
	width: 150px;
	border: #000 1px solid;
}
#main {
	margin: 0px;
}
#centercol {
	border: #f00 1px solid;
	margin: 0 202px 0 152px;
}
#rightcol {
	float: right;
	width: 200px;
	border: #000 1px solid;
}

/*    Paragraphs    */
.pgraph {
    margin:20px;
    width:525px;
}
p {
    margin-top:5px;
    margin-bottom:15px;
    color: #333333;
    font: normal 11px/17px tahoma, arial, helvetica, sans-serif, verdana;
}

/*    HyperLinks    */
A {
	text-decoration:none;
	color:#4A7AC9;
}
A:active {
	text-decoration:none;
	color: #ff9900;
}
A:hover {
	text-decoration:none;
	color: #ff9900;
}
A:visited {

}
a.bold {
    font-weight:bold;
}
a:active.bold {
    font-weight:bold;
}
a:hover.bold {
    font-weight:bold;
}
a:visited.bold {
    font-weight:bold;
}
A.white {
	text-decoration:none;
	color:#fff;
}
A:active.white {
	text-decoration:none;
	color:#ffd275;
}
A:hover.white {
	text-decoration:none;
	color:#ffd275;
}
A:visited.white {

}
A.whitebold,
A:visited.whitebold {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
A:active.whitebold,
A:hover.whitebold{
	text-decoration:none;
	color:#ffd275;
	font-weight:bold;
}
a.bookmark,
a:active.bookmark, 
a:hover.bookmark, 
a:visited.bookmark {
    color:#333;
    font-weight:bold;
    font-family: tahoma, arial, helvetica, sans-serif, verdana;
	font-size: 18px;
}
a.gray {
	text-decoration:none;
	color: #8D9398;
}
a:active.gray {
    text-decoration:underline;
    color: #8D9398;
}
a:hover.gray {
    text-decoration:underline;
    color: #8D9398;
}
a:visited.gray {
    color:#8D9398;
}
a.black{
    text-decoration:none;
    color:#333;
}
a:active.black{
    text-decoration:underline;
    color:#333;
}
a:hover.black{
    text-decoration:underline;
    color:#333;
}
a:visited.black{
    color:#333;
}
a.black-bold{
    text-decoration:none;
    color:#333;
    font-weight:bold;
}
a:active.black-bold{
    text-decoration:underline;
    color: #333;
    font-weight:bold;
}
a:hover.black-bold{
    text-decoration:underline;
    color: #333;
    font-weight:bold;
}
a:visited.black-bold{
    color:#333;
    font-weight:bold;
}
a.dkblue-bold {
    text-decoration:none;
    color: #4A7AC9;
    font-weight:bold;
}
a:active.dkblue-bold {
    text-decoration:none;
    color: #ff9900;
    font-weight:bold;
}
a:hover.dkblue-bold {
    text-decoration:none;
    color: #ff9900;
    font-weight:bold;
}
a:visited.dkblue-bold {
    
}
.linkstitle {
    cursor: pointer;
    cursor: hand;
    width: 100%;
}

/*    Tables    */
TABLE.border {
	background-color: #F5F7FC;
	border-style: solid;
	border-width: 1px;
	border-color: #A0B4E0;
}
TABLE.borderkb {
	border-left-color: #A0B4E0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #A0B4E0;
	border-right-style: solid;
	border-right-width: 1px;
}
TABLE.pageheading {
	background-position:199px 0px;
	background-repeat:no-repeat;
	background-color: #0246BE;
}

/*    Table Rows    */
TR {
  color: #333333;
}
TR.white {
	color: #ffffff;
	cursor:hand;
	cursor:pointer;
}
TR.orange {
	color: #ffcc66;
	cursor:hand;
	cursor:pointer;
}
TD.white {
	color: #ffffff;
	cursor:hand;
	cursor:pointer;
}
TD.red {
	color: #ff0000;
	cursor:hand;
	cursor:pointer;
}

/*    Table Cells    */
.normal, TD {
  font: normal 11px/17px tahoma, arial, helvetica, sans-serif, verdana;
}
TD.ltblue {
	background-color: #A4C2F5;
	border-bottom-color: #A4C2F5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
TD.ltblueborder {
	background-color: #A4C2F5;
	border-bottom-color: #002D96;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
TD.heading {

}
TD.whitebold {
	color:#fff;
	font-weight:bold;
}
TD.gray {
	color: #8D9398;
}
TD.white {
	color: #fff
}
TD.splitleft {
	background-color: #A4C2F5;
	border-right-color: #002D96;
	border-right-style: solid;
	border-right-width: 1px;
}
TD.splitright {
	background-color: #A4C2F5;
	border-left-color: #002D96;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #002D96;
	border-right-style: solid;
	border-right-width: 1px;
}
TD.splitbottom {
	background-color: #A4C2F5;
	border-top-color: #002D96;
	border-top-style: solid;
	border-top-width: 1px;
}
TD.footer {
	background-color: #003399;
	color: #fff
}
TD.pageheading {
	color: #fff;
}

/*    Heading Text    */
H2, H3, H4, H5 {
color: #333333;
font-weight:bold;
font-family: tahoma, arial, helvetica, sans-serif, verdana;
font-size: 18px;
margin: 0px 0px 5px 0px;
}

/*    Web Forms    */
FORM {
	margin-bottom: 0px;
	margin-top: 0px;
}
INPUT.searchbox {
  	font: normal 11px/17px tahoma, arial, helvetica, sans-serif, verdana;
	width: 90px;
	border-style: solid;
	border-width: 1px;
	border-color: #024197;
}

/*    Code Blocks    */
PRE.code {
	font: 100% "courier new", "courier", "mono";
	background:#FAF9F5;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0px;
	border: #c0c0c0 1px solid;
	padding:2pt;
	color: #333333;
}

/*    Bold Text    */
B.title {
	font-size: 12px;
}
B.blue {
	color: #333333;
}
FONT.title {
	font-weight:bold;
	font-size: 18px
}

/*    Bullet Lists    */
UL.productindex {
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 5px;
}
UL.mainmenu {
	font-size: 11px;
	padding-left: 30px;
	margin: 5px;
	color: #000000;
}

/*    Divs    */
DIV.menu { 
	width: 95%;
	color: #333;
	padding-left: 3px;
	padding-bottom: 1px;
	cursor: pointer;
	cursor: hand;
 	border: 1px solid #FFF;
}
DIV.menuOver {
	width: 95%;
 	color: #000;
	padding-left: 3px;
	padding-bottom: 1px;
	cursor: pointer;
 	cursor: hand;
 	border: 1px solid #003399;
}

/*    Tabbed Menus    */
FONT.tabLINK {
	color:Gray;
	text-decoration:none;
	FONT: bold 10px Verdana, Arial, Helvetica;
}
FONT.tabLINKhover {
	color:black;
	text-decoration:none;
	FONT: bold 10px Verdana, Arial, Helvetica;
}
FONT.tabLINKbold {
	text-decoration:none;
	color: black;
	font-weight: bold;
	FONT: bold 10px Verdana, Arial, Helvetica;
}
a:link.tabLINK {
    color: Gray;
    text-decoration: none;
    FONT: bold 10px Verdana, Arial, Helvetica;
}
a:visited.tabLINK {
    color: Gray;
    text-decoration:none;
    FONT: bold 10px Verdana, Arial, Helvetica;
}
a:hover.tabLINK {
    color:black;
    text-decoration:none;
    FONT: bold 10px Verdana, Arial, Helvetica;
}
a:link.tabLINKbold {
    color: black;
    text-decoration:none;
    font-weight:bold;
    FONT: bold 10px Verdana, Arial, Helvetica;
}
a:visited.tabLINKbold {
    color: black;
    text-decoration:none;
    font-weight:bold;
    FONT: bold 10px Verdana, Arial, Helvetica;
}
a:hover.tabLINKbold {
    color: black;
    text-decoration:none;
    font-weight:bold;
    FONT: bold 10px Verdana, Arial, Helvetica;
}
.TAB {
   	border-left: 1px solid #cccccc;
   	border-right: 1px solid #cccccc;
   	border-top: 1px solid #cccccc;
}
.TAB_CLOSED {
   	border-left: 1px solid #cccccc;
   	border-right: 1px solid #cccccc;
   	border-top: 1px solid #cccccc;
    background-color: whitesmoke;
}
.TABCLOSED {
   	border-bottom: 1px solid #cccccc;
}
.TABOPEN {
   	border-bottom: 0px solid #cccccc;
}
.CLOSE_TABS {
   	border: 1px solid #cccccc;
   	border-top-style: none;
   	border-top: 0px;
   	border-left: 1px solid #cccccc;
   	border-right: 1px solid #cccccc;
   	border-bottom: 1px solid #cccccc;
   	border-collapse: collapse;
}
.BORDERS {
   	border: 1px solid #7F9DB9;
   	border-top-style: none;
   	border-top: 0px;
   	border-left: 1px solid #7F9DB9;
   	border-right: 1px solid #7F9DB9;
   	border-bottom: 1px solid #7F9DB9;
   	border-collapse: collapse;
}
.MENUTABBOTTOM {
    border-bottom: 1px solid #7F9DB9;
   	border-bottom-color: #7F9DB9;
   	border-bottom-width: 1px;
}
.MENUTABBORDER {
   	border-left: 1px solid #7F9DB9;
   	border-left-color: #7F9DB9;
   	border-left-width: 1px;
   	border-right: 1px solid #7F9DB9;
   	border-right-color: #7F9DB9;
    border-right-width: 1px;
   	border-bottom: 1px solid #7F9DB9;
   	border-bottom-color: #7F9DB9;
   	border-bottom-width: 1px;
}
