/* Satyr Films CSS Document */
Body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.RecentUpdates {
	background-color: #bb402a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.PaddingLight {
	padding: 2px;
}
.PaddingHeavy {
	padding: 6px;
}

/* Links */
a:link
{
    COLOR: #bb402a;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited
{
    COLOR: #bb402a;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover
{
    COLOR: #bb402a;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
a:active
{
    COLOR: #bb402a;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
a.BlackLink:link
{
    COLOR: #000000;
}
a.BlackLink:visited
{
    COLOR: #000000;
}
a.BlackLink:hover
{
    COLOR: #7a1c0b;
}
a.BlackLink:active
{
    COLOR: #7a1c0b;
}
.Footer {
	background-color: #000000;
	background-image: url(http://www.satyrfilms.com/2008/satyr_home_files/bg_body.gif);
	background-repeat: repeat;
}
.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 8px;
}
.FooterRule {
	background-color: #bb402a;
	width: 2px;
}
.List {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 8px;
}

.Bold {
	font-weight: bold;
}

/* Page Titles and Headers */
.RedBoldArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #bb402a;
}
.WhiteBoldArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

