h1{
	font-size: 14px;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 12px;
	margin-left: 10px;
}

 h1.NoLeft{
	font-size: 20px;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* working as h1 with extra left margin  */
h2{
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 25px;
}
/* Only for h2 over film list box on movies.aspx */
.leftCell h2{
	margin: 10px 0 2px 25px;
}
/* working as h1 with no left margin  */
h3{
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}

ul
{
    margin-top: 5px;
}

.topMenu
{
    margin-top: 4px;
    margin-bottom:-4px;
    padding-right:32px;
}
.movieBox
{
    margin-left:5px;
}

.grey{
	color: Gray;
}

a{
color: #e20000;
text-decoration:none;
border: none;
}

a img {
border: none;
}

.big{
font-size: 15px;
}

.gigantic{
	font-size: 15px;
}
.small{
font-size: 11px;
}

.fatty, em{
font-weight: bold; font-style:normal;
}

.center{
	text-align: center;
}

.red{
	color: #E20000;
}

.ul{
	text-decoration: underline;
}

.noDecoration{
	text-decoration: none;
}

.ErrorInForm
{
    color: #E20000;
}

.sponsorImage
{
    margin-right: 12px;
    margin-top: 7px;
}
.MailtoImage
{
    position:relative;
    
}

.Margin2px
{
    margin:2px;
}
#CommentForm
{
    width:1px;
    height:1px;
    visibility: hidden;
    overflow: auto;
    
}
.InformationLayer
{
      display:none; 
      position:absolute; 
      border: 1px solid #000000; 
      background-color: #FFFFE1; 
}

.NotVisible
{
    visibility: hidden;
}
.forumArticle h1,
.forumArticle h2,
.forumArticle h3,
.forumArticle h4
{
	margin: 0px;
}

/* Styles for bottom links */
.bottomLinks
{
	text-align: center; 
	padding: 5px 0; 
	font-size: 12px;
}