/* CSS Document */

p {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: F6627F;
	text-decoration: none;
}

a.whitetitle:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitetitle:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitetitle:hover {
	color: #FFFFFF;
	text-decoration: none;

}

a:link {
	color: F6627F;
	text-decoration: none;
}

a:visited {
	color: F6627F;
	text-decoration: none;
}

a:hover {
	color: F6627F;
	text-decoration: underline;
}



a.unformatted:link {
	color: F6627F;
	text-decoration: none;
}

a.unformatted:visited {
	color: F6627F;
	text-decoration: none;

}

a.unformatted:hover {
	color: F6627F;
	text-decoration: underline;

}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

h2.title {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight:bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

h2.title-white {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight:bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

h2.title-white2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight:bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


table films { 
border-style: Dotted; 
border-color: #f6627f;
border-width: 1px;
}

td.gray1 {
background-color:#222222;
padding-left:10px;
padding-right:10px;
}
td.gray2 {
background-color:#333333;
padding-left:10px;
padding-right:10px;
}

td.window-right {
background-color:#333333;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

td.window-left {
padding-left:10px;
padding-right:10px;
padding-top:10px;
}