/* Paragraph Styles */
/*h1 { font-family: arial,helvetica,sans-serif; font-size: 14px; font-weight: bold; margin: 8px 0px 12px 0px; }*/
h1 { color: #000; font-family: Arial Narrow,arial,helvetica,sans-serif; font-size: 18px; font-weight: bold; margin: 6px 0px 12px -1px; text-transform: uppercase }
h2 { font-family: arial,helvetica,sans-serif; font-size: 12px; font-weight: bold; margin: 8px 0px  8px 0px; }
h3 { color: #002E5F; font-family: Arial Narrow,arial,helvetica,sans-serif; font-size: 17px; font-weight: bold; margin: 8px 0px  8px 0px; text-transform: uppercase }
h4 { font-family: arial,helvetica,sans-serif; margin: 0px; }
h5 { font-family: arial,helvetica,sans-serif; margin: 0px; }
h6 { font-family: arial,helvetica,sans-serif; margin: 0px; }
/*p  { font-family: arial,helvetica,sans-serif; margin: 0px 0px 1em 0px; font-weight: normal; }*/
p { font-family: arial,helvetica,sans-serif; font-size:11px; font-weight:normal; margin:0; }

blockquote { margin: 0px 0px 0px 40px; clear: left; }

/* List styles */
li {}

ul    {}
ul li {}

ol    {}
ol li {}

/* Inline Styles */
.red   { color: red; }
.blue  { color: #002E5F; }
.green { color: green; }
.white { color: white; }
.black { color: black }

/* Image Styles */
img.floatleft  ,div.floatleft   { float: left;  clear: left;  margin: 4px 4px 4px 0px; }
img.floatright ,div.floatright  { float: right; clear: right; margin: 4px 0px 4px 4px; }
img.floatcenter,div.floatcenter { display: block; margin: 4px auto 4px auto; text-align: center; }

/* Table Styles */
thead td { background: #ffffff; text-align: center; font-weight: bold; }
thead td p { font-weight: bold; }

/* IE Hacks */
* html img.floatcenter,* html div.floatcenter { text-align: center; }

/* Movie placeholder image style for use in admin only */
.moviePlaceholder { background: #f0f0f0 url('/art/icons/movie.gif') no-repeat 50% 50%; border: 1px inset black; }

