.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09px;
	color: #999999;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 17px;
}

/*main link style*/

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*Grey Link Style*/
.contactpage a:link {
	color: #666666
}
.contactpage a:visited {
	color: #666666
}
.contactpage a:hover {
	color:#133646;
}
.float_right {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 9px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #133646;
	text-decoration: none;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.line_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.cell_pad {
	padding-bottom: 2px;
}
.movid_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003647;
	text-decoration: none;
	padding-top: 5px;
}

