body {
	padding: 0px;
	margin-top: 35px;
	margin-left: 63px;
	margin-right: 63px;
	margin-bottom: 35px;
	background-color: #000000;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #842719;
}

td.movieThumbCell {
	border-width: 1px;
	border-color: #000000;
	padding: 3px;
	border-style: solid;
}

td.rateColA1 {
	color: #000000;
	background-color: #adadad;
}

td.rateColA2 {
	color: #000000;
	background-color: #c5c5c5;
}

td.rateColB1 {
	color: #000000;
	background-color: #c5c5c5;
}

td.rateColB2 {
	color: #000000;
	background-color: #e0e0e0;
}

#container {
	width: 600;
	background-color: #FFFFFF;
	padding: 15px;
}

h1 {
	font-family: tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #842719;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	text-transform: uppercase;
}

h2 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #842719;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	text-transform: uppercase;
}

h3 {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #842719;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	text-transform: uppercase;
}

h4 {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #842719;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	text-transform: uppercase;
}

hr {
	color: #000000;
	background-color: #000000;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.link2 {
	color: #666666;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link3 {
	color: #666666;
}

.footerText {
	color: #842719;
	font-weight: bold;
	text-transform:uppercase;
}

.footerText:link, .footerText:hover, .footerText:visited {
	text-decoration: none;
	color: #842719;
	font-weight: bold;
	text-transform:uppercase;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
}

input.btn2 {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.left2 {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #999999;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

img.right2 {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
}