/* Paragraph Styles */
h1 { font-family: arial,helvetica,sans-serif; font-size: 34px; line-height: 36px; font-weight: normal; margin: 0px; }
h2 { font-family: arial,helvetica,sans-serif; font-size: 18px; line-height: 19px; font-weight: normal; margin: 0px; }
h3 { font-family: arial,helvetica,sans-serif; font-size: 24px; line-height: 24px; font-weight: bold; margin: 0px; color: #005b7f; }
h4 { font-family: arial,helvetica,sans-serif; font-size: 22px; line-height: 24px; font-weight: normal; color: #484848; 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; font-size: 14px !important; margin: 0px 0px 1em 0px; font-weight: normal; }

/* List styles */
li {}

ul    {}
ul li {}

ol    {}
ol li {}

/* Inline Styles */
.red   { color: red; }
.blue  { color: #0773c1; }
.green { color: green; }

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

/* 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; }
