html { 
	overflow: -moz-scrollbars-vertical; 
}

body {
	background-color: #39496E;
	margin: 0 0 0 0;
}

body, td, textarea, input {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

td.main {
	background-color: #EEEBEB;
	padding: 30px;
	border-left: 1px solid #39496E;
	border-right: 1px solid #39496E;
}
		
td.main1 {
	background-color: #EEEBEB;
	padding-right: 30px;
}

td.main2 {
	background-color: #EEEBEB;
	padding-left: 30px;
}
		
a:link, a:visited {
	color: #39496E;
	font-weight: bold;
}

a:hover, a:active {
	color: #627EBF;
	font-weight: bold;
}

ul {
	margin-left: 13px; 
	padding-left: 5px;
}

ul.sub {
	margin-left: 21px; 
	padding-left: 15px;
	margin-top: 5px; 
	padding-top: 5px; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #39496E;
	text-transform:uppercase;
}

.subheader2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-transform:uppercase;
}

.special {
	color: #660000;
}

a.special:link, a.special:visited {
	color: #660000;
}

a.special:hover, a.special:active {
	color: #627EBF;
}

img.movie {
	border: 1px solid #39496E;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: white;
} 

a.footer:link, a.footer:visited {
	color: white;
	font-weight: normal;
}

a.footer:hover, a.footer:active {
	color: #CCCCCC;
	font-weight: normal;
}

.small {
	font-size: 10px;
}

div.newsletter {
	margin-top:15px; 
	margin-bottom:24px;
}

.midsize {
	font-size: 13px;
}