/* Common settings of borders and standard tags */

body                        { font-family:Franklin Gothic Medium,Lucida Sans Unicode,Arial,Helvetica,Sans-Serif; }

p                           { margin-right: 12px; }
li                          { margin-right: 12px; }

hr                          { color: #202020; border-top: 2px solid; border-left-style:none; border-right-style:none; border-top-width:2px; border-bottom-style:none }

/* Background colors for tables */

.bgglobal                 { background-color:#353b87; }
.bgpulldown               { background-color:#251949; }
.bgsiteident              { background-color:#353b87; }
.bgprimary                { background-color:#326cb3; }
.bgsecondary              { background-color:#326cb3; }
.bgcontent                { background-color:#ffffff; }
.bgfooterbar              { background-color:#999999; }

.bggrey			  { background-color:#666666; }

.bgbrightgrey1            { background-color:#cccccc; }
.bgbrightgrey2            { background-color:#dddddd; }
.bgbrightgrey3            { background-color:#eeeeee; }

.bgblack                  { background-color:#000000; }
.bgred                    { background-color:#cc3300; }
.bglightred               { background-color:#ffcc99; }
.bgyellow                 { background-color:#ffff66; }
.bggreen                  { background-color:#99cc66; }
.bgcaldark                { background-color:#dddd00; }
.bgcallight               { background-color:#ffff99; }

/* Color Styles */

#grey                     { color:#666666; }
#brightgrey1              { color:#cccccc; }
#brightgrey2              { color:#dddddd; }
#brightgrey3              { color:#eeeeee; }

/* Stand-alone Textstyles */

.textmenu                 { font-family:Franklin Gothic Medium,Arial,Helvetica,Sans-Serif; font-weight: bold; color:#00007f; text-decoration:none; }
.signature                { font-family:Monotype Corsiva,Lucida Calligraphy,Brush Script MT,Cursive; font-size:xx-large; color:#7f7f7f; }


/* Textstyles to be used in combination with standard tags */

#small                    { font-size:10px; }
#smallgrey                { font-size:10px; color:#666666; }
#hidelink                 { text-decoration:none; }
#greylink                 { color:#666666; }
#highlight                { color:#336699; font-weight:bold; }
#line0                    { line-height:100%; }
#line1                    { line-height:130%; }
#line2                    { line-height:150%; }
#line3                    { line-height:200%; }

