/* CSS Document */
/* Print Media Tags */

h1.line1	{display: none;}
h1.line2	{display: none;}
h1.line3	{display: none;}
h1.line4	{display: none;}

/* Document */
body {
	margin: 0px;
	padding-top: 15px;
	background-color: #FFFF99;
	font-family: Georgia, Times, serif;
	color: #000000;
}

p.formtitle	{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	margin-top: 2px;
}
.formfield	{
	background-color: #FFFFCC;
	border: none;
	font-family: Georgia, Times, serif;
	font-size: 12px;
}

A:link	{color: #006633; font-weight: bold; text-decoration: none;}
A:visited	{color: #006633; font-weight: bold; text-decoration: none;}
A:active	{color: #006633; font-weight: bold; text-decoration: none;}
A:hover 	{color: #00CC66; font-weight: bold; text-decoration: underline;}
.hand {	cursor: pointer;}

/* Headings */
hr	{
	height: 5px;
	color: #CCCC66;
	background-color: #CCCC33;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	width: 450px;
}
hr.line	{
	height: 2px;
	width: 120px;
	background-color: #009900;
	color: #009900;
	margin: 0px;
}
h2	{
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 14pt;
	padding: 5px;
	margin: 0px 100px 0px 100px;
}

div.formbox	{
	border: 2px solid #000;
	background-color: #FFC;
	text-align: center;
}

/* Tables */
table.main	{
	background-image: url(images/background.gif);
}
table.body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
table.movieback	{
	background-color: #FFFF99;
	border: 5px double #000000;
}
tr.movietitle	{
	background-color: #CCCC00;
}
td.sidebar	{
	vertical-align: top;
	padding: 50px 15px 5px 15px;
	font-family: Tahoma, serif;
	font-size: 10pt;
}
td.border	{
	vertical-align: top;
}

/* Special */
strong.item	{
	font-size: 14px;
	line-height: 20px;
	padding-right: 4px;
}

/* Footer */
P.footer	{
	text-align: center;
	font-family: Tahoma, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
	
/* Paragraph */
P.title	{
	text-align: center;
	margin-top: 15px;
}
p.bodytext	{
	margin-left: 50px;
	margin-right: 50px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
}
p.continue	{
	margin-right: 50px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	text-align: right;
}
p.tagline	{
	font-family: Tahoma, serif;
	font-size: 10px;
	text-align: center;
	margin: 0px 5px 0px 5px;
}
p.description	{
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
}
p.headtitle	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px;
}
p.maintitle	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-left: 25px;
}
p.overview-name	{
	font-family: Tahoma, serif;
	font-size: 12px;
	padding-left: 25px;
}
p.overview-title	{
	font-family: Tahoma, serif;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}
p.overview-heading	{
	font-family: Tahoma, serif;
	background-color: #CCCC33;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
	padding: 5px;
	border-right: ridge 3px #666666;
	border-bottom: ridge 3px #666666;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}
p.overview-desc	{
	font-family: Tahoma, serif;
	font-size: 12px;
	text-align: center;
}



