/* STYLE SHEET FOR NH MOVIES */
/* GET YOUR OWN DAMN STYLE SHEET! */
/* Main Body Set*/
BODY {
	background-color : #ffffff;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-size : 10px;
}

/* Standard Span Set*/
SPAN.small      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-size : 9px;
}

SPAN.smallish      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-size : 10px;
}


SPAN.big      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-size : 14px;
}

SPAN.headered      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #cc0000;
	font-size : 16px;
	font-weight : bold;
}

SPAN.ital      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-style : italic;
}

SPAN.bold      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-weight : bold;
}

SPAN.bodyu     {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	text-decoration : underline;
}


/* Link set */
A:link {
	color: #cc0000;
	text-decoration : underline;
}

A:visited {
	color: #cc0000;
	text-decoration: underline;
}

A:hover   { 
	color: #ff3300;
	text-decoration: underline;
 }

A.foot:link{
	color: #cc0000;
	text-decoration : none;
} 

A.foot:visited { 
	color: #cc0000;
	text-decoration : none;
} 

A.foot:hover{
	color: #ff3300;
	text-decoration : underline;
} 

/* Table Data Set */
TABLE.bg {
	background-color : #ffffff;
	background-image : url(images/bg.jpg);
	background-repeat: no-repeat;
}

TD.main {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	background-color : transparent;
	background-image : url(images/tb_bg.gif);
}

TD.foot {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #cc0000;
	background-color : transparent;
	font-weight : bold;
}

TD.clear {
	background-image : none;
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

TD.empty {
	background-image : none;
	background-color : transparent;
}

.header{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #cc0000;
}

/* List set */
UL {
	margin-top : auto;
	margin-bottom : auto;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000
}

UL.front {
	margin-top : auto;
	margin-bottom : auto;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
}

FORM {
	margin-bottom : 0px;
}
