body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color:white;
	color:#B6B6B6;
}
a {
	color:#0096DF;
	text-decoration:none;
}
a:hover {
	color:#413D3B;
}
h1 {
	color:#0096DF;
	height:45px;
	font-size:25px;
	line-height:45px;
}
h2 {
	font-size:18px;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px;
	height:30px;	
	line-height:30px;
	background-image:url(images/icon_new.gif);
}
h3 {
	font-size:18px;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px;
	height:30px;	
	line-height:30px;
	background-image:url(images/icon_movies.gif);
}
h4 {
	font-size:18px;
	line-height:20px;
	padding:0px;
	margin:0px;
}
table {
	width:650px;
}
th {
	text-align:left;
	font-weight:bold;
	color:white;
	background-color:#394763;
	padding:3px;
}
td {
	padding:3px;
	margin-bottom:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
input {
	border:1px solid #999999;
	height:16px;
	font-size:11px;
	line-height:13px;
}
select {
	border:1px solid #999999;
	height:15px;
	font-size:11px;
	line-height:13px;
}
textarea {
	border:1px solid #999999;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	line-height:13px;
}