/* HINTS */
/* .menu */
/* A.menu */
/* A:VISITED.menu */
/* A:HOVER.menu */
/* A:ACTIVE.menu */
/* A:VISITED:HOVER.menu */
/* .menu a:visited:hover */
/* .item, .item:active, .item:hover, .tblItem, .tblItem:active {color: #333399; text-decoration: none} */
/* font-family : Arial,Helvetica,sans-serif; */
/* font-size : 10pt; */
/* font-weight : bold; */
/* font-style : italic; */
/* color : #000000; */
/* background-color : #FFFF00; */
/* text-decoration : none;  or underline */
/* cursor : hand; */
/* border : solid; */
/* padding : 3px; */



.bt1    { border-top: solid 1px #000000; }
.bl1    { border-right: solid 1px #000000; }
.br1    { border-left: solid 1px #000000; }
.bb1    { border-bottom: solid 1px #000000; }
.bc     { border-collapse: separate; }

.border-1px	{ border: solid 1px #000000; }
.border-2px	{ border: solid 2px #000000; }

.f8     { font-size : 8pt; }
.f10    { font-size : 10pt; }
.f12    { font-size : 12pt; }
.f14    { font-size : 14pt; }
.f15    { font-size : 15pt; }
.f16    { font-size : 16pt; }
.f18    { font-size : 18pt; }
.f24    { font-size : 24pt; }

.b      { font-weight : bold; }
.i      { font-style : italic; }
.bi     { font-weight : bold; font-style : italic }
.u      { text-decoration : underline; }
.nu     { text-decoration : none; }
.ac     { text-align : center; }
.ar     { text-align : right; }
.al     { text-align : left; }
.at     { text-align : top; }
.aj     { text-align : justify; }

.vt     { vertical-align : top; }
.vm     { vertical-align : middle; }
.vb     { vertical-align : bottom; }

.fall	{ font-family : Helvetica, Verdana, Sans-serif; }
.ffa    { font-family : Arial; }
.ffv    { font-family : Verdana; }
.ffs    { font-family : Sans-serif; }
.ffh    { font-family : Helvetica; }
.fff    { font-family : "Futura Condensed Bold"; }
.fftnr  { font-family : "Times New Roman"; }


.col-w  { color : #FFFFFF; } /* white */
.col-ow { color : #F0F0F0; } /* off white */
.col-g1 { color : #DCDCDC; } /* light gray - dark white */
.col-g2 { color : #eeeeee; } /* light gray */
.col-g3 { color : #dddddd; } /* light darker gray */
.col-g4 { color : #cccccc; } /* light darker gray */
.col-g5 { color : #A0A0A0; } /* gray */
.col-g6 { color : #808080; } /* darker gray */
.col-g7 { color : #666666; } /* dark gray */
.col-b  { color : #000000; } /* black */
.col-b2 { color : #333333; } /* black looking */
.col-r  { color : #FF0000; } /* red */
.col-rd { color : #990000; } /* dark red */
.col-r1 { color : #aa0000; } /* red 1*/
.col-bl { color : #0000FF; } /* blue */
.col-lbl        { color : #7DB9E8; } /* light blue */
.col-midbl      { color : #7992d5; } /* mid blue */
.col-pu { color : #990099; } /* dark purple */
.col-gr { color : #00FF66; } /* green */
.col-y  { color : #FFFF00; } /* yellow */
.col-br { color : #CC0033; } /*blood red*/
.col-666666 { color : #666666; } /* gray */
.col-52596B { color : #52596B; } /* gray */
.col-3A6EA5 { color : #3A6EA5; } /* calendar background */


.ffa    { font-family : Arial; }
.ffv    { font-family : Verdana; }
.ffs    { font-family : Sans-serif; }
.ffh    { font-family : Helvetica; }
.fff    { font-family : "Futura Condensed Bold"; }
.fftnr  { font-family : "Times New Roman"; }
l-g1       { background-color : #DCDCDC; }
.bgcol-g2       { background-color : #eeeeee; }
.bgcol-g3       { background-color : #dddddd; }
.bgcol-g4       { background-color : #cccccc; }
.bgcol-g5       { background-color : #A0A0A0; }
.bgcol-g6       { background-color : #808080; }
.bgcol-g7       { background-color : #666666; }
.bgcol-52596B   { background-color : #52596B; } /* gray */
.bgcol-w        { background-color : #FFFFFF; }
.bgcol-y        { background-color : #FFFF00; } /* yellow */
.bgcol-y2       { background-color : #FFFF33; }
.bgcol-y3       { background-color : #FFFF66; }
.bgcol-3A6EA5   { background-color : #3A6EA5; }
.bgcol-b        { background-color : #000000; } /* black */
.bgcol-bl       { background-color : #0000FF; } /* blue */
.bgcol-r	{ background-color : #CC0033; }


.w1     { width : 1px; }
.w5     { width : 5px; }
.w10    { width : 10px; }
.w20    { width : 20px; }
.w48    { width : 48px; }
.w65    { width : 65px; }
.w71    { width : 71px; }
.w14p   { width : 14%;  }
.w80p   { width : 80%; }
.w85p   { width : 85%; }
.w90p   { width : 90%; }
.w95p   { width : 95%; }
.w100p  { width : 100%; }

.h10    { height : 10; }
.h26    { height : 20px; }
.h40    { height : 40px; }
.h50    { height : 50; }
.h60    { height : 60; }
.h80    { height : 80; }
.h100   { height : 100; }

.h1
        {
        font-family: Arial;
        font-size: 24pt;
        }

.button1
        {
        font-family : Arial;
        font-size : 8pt;
        background-color : 0D006A;
        color : #000000;
        font-weight : bold;
        border-color : 0D006A;
        cursor : hand;
        }

.button2
        {
        font-family : Arial;
        font-size : 9pt;
        background-color : #FFFFFF;
        color : #1B316F;
        border-color : #7DB9E8;
        cursor : hand;
        }


.SubmitButton
        {
        font-family: Tahoma, Verdana, Arial;
        font-size: 9pt;
        font-weight: 700;
        color: #C9E3DC;
        background-color: Teal;
        }

A.nav
        {
        font-family : Arial;
        font-size : 10pt;
	font-weight : bold;
        color : #333366;
        text-decoration : none;
        }
A:VISITED.nav
        {
        font-family : Arial;
        font-size : 10pt;
	font-weight : bold;
        color : #333366;
        text-decoration : none;
        }
A:HOVER.nav
        {
        font-family : Arial;
        font-size : 10pt;
	font-weight : bold;
        color : #333366;
        text-decoration : underline;
        }
A:ACTIVE.nav
        {
        font-family : Arial;
        font-size : 10pt;
	font-weight : bold;
        color : #333366;
        text-decoration : none;
        }
A:VISITED:HOVER.nav
        {
        font-family : Arial;
        font-size : 10pt;
	font-weight : bold;
        color : #333366;
        text-decoration : underline;
        }



A.foot_nav
        {
        font-family : san-serif;
        font-size : 10pt;
        #color: #0000FF;
	color: #000000;
        text-decoration : none;
        }
A:VISITED.foot_nav
        {
        font-family : san-serif;
        font-size : 10pt;
        #color: #0000FF;
	color: #000000;
        text-decoration : none;
        }
A:HOVER.foot_nav
        {
        font-family : san-serif;
        font-size : 10pt;
        #color: #0000FF;
	color: #000000;
        text-decoration : underline;
        }
A:ACTIVE.foot_nav
        {
        font-family : san-serif;
        font-size : 10pt;
        #color: #0000FF;
	color: #000000;
        text-decoration : none;
        }
A:VISITED:HOVER.foot_nav
        {
        font-family : san-serif;
        font-size : 10pt;
        #color: #0000FF;
	color: #000000;
        text-decoration : underline;
        }



A.imageprod
        {
        font-family : Arial;
        font-size : 12pt;
        color: #000000;
        text-decoration : underline;
        }
A:VISITED.imageprod
        {
        font-family : Arial;
        font-size : 12pt;
        color: #000000;
        text-decoration : underline;
        }
A:HOVER.imageprod
        {
        font-family : Arial;
        font-size : 12pt;
        color: #CC0000;
        text-decoration : underline;
        }
A:ACTIVE.imageprod
        {
        font-family : Arial;
        font-size : 12pt;
        color: #CC0000;
        text-decoration : underline;
        }
A:VISITED:HOVER.imageprod
        {
        font-family : Arial;
        font-size : 12pt;
        color: #CC0000;
        text-decoration : underline;
        }


A.store_nav
        {
        font-family : Arial;
        font-size : 10pt;
        color : #000000;
        text-decoration : none;
        }
A:VISITED.store_nav
        {
        font-family : Arial;
        font-size : 10pt;
        color : #000000;
        text-decoration : none;
        }


textarea.code
        {
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        }



input.box
        {
        color: #001;
        font-style: Arial;
        font-size: 10pt;
        text-decoration: none;
        text-align: left;
        padding-left: 2px;
        border: solid 1px;
        padding-right: 2px
        }



A.fq
        {
        font-family : Arial;
        font-size : 12pt;
        color : #000000;
        text-decoration : none;
        }
A:VISITED.fq
        {
        font-family : Arial;
        font-size : 12pt;
        color : #000000;
        text-decoration : none;
        }
A:HOVER.fq
        {
        font-family : Arial;
        font-size : 12pt;
        color : #000000;
        backround-color : yellow;
        text-decoration : underline;
        }
A:ACTIVE.fq
        {
        font-family : Arial;
        font-size : 12pt;
        color : #000000;
        background-color : yellow;
        text-decoration : none;
        }
A:VISITED:HOVER.fq
        {
        font-family : Arial;
        font-size : 12pt;
        color : #000000;
        background-color : yellow;
        text-decoration : underline;
        }




A.caldate
        {
        font-family : Arial;
        font-size : 10pt;
        color : #000000;
        text-decoration : underline;
        }
A:VISITED.caldate
        {
        font-family : Arial;
        font-size : 10pt;
        color : #000000;
        text-decoration : underline;
        }
A:HOVER.caldate
        {
        font-family : Arial;
        font-size : 10pt;
        color : #000000;
        text-decoration : underline;
        }
A:ACTIVE.caldate
        {
        font-family : Arial;
        font-size : 10pt;
        color : #000000;
        text-decoration : underline;
        }
A:VISITED:HOVER.caldate
        {
        font-family : Arial;
        font-size : 10pt;
        color : #000000;
        text-decoration : underline;
        }


