h1 { font-family: tahoma,sans-serif; font-size: 32px; line-height: 36px; letter-spacing: 1px; font-weight: bold; margin: 8px 0px 12px 0px; }
h2 { font-family: tahoma,sans-serif; font-size: 12px; line-height: 15px; font-weight: bold; margin: 8px 0px  8px 0px; }
h3 { font-family: tahoma,sans-serif; margin: 0px; }
h4 { font-family: tahoma,sans-serif; margin: 0px; }
h5 { font-family: tahoma,sans-serif; margin: 0px; }
h6 { font-family: tahoma,sans-serif; margin: 0px; }
p  { font-family: tahoma,sans-serif; margin: 0px; font-weight: normal; }

/* List styles */
li {}

ul    {}
ul li {}

ol    {}
ol li {}

/* Inline Styles */
.white { color: #ffffff; }
.yellow { color: #ffff00; }
.orange { color: #ff9900; }
.lightgreen { color: #00cc00; }
.turquoise { color: #339999; }
.skyblue { color: #00ccff; }
.blue  { color: #0099ff; }
.purple { color: #9900ff; }
.pink { color: #ff00cc; }
.lightgrey { color: #cccccc; }
.darkgrey { color: #999999; }
.red   { color: red; }
.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; }

img:-moz-broken { -moz-force-broken-image-icon: 1; }
