/* IE less than IE 7 stylesheet */
img.tpng {
	behavior: url("iepngfix.htc"); /* so IE can treat png as transparent, it needs clearpixel.gif */
}

body {
	margin: 0px 0;
	padding: 0;
	background: #ffffff url(images/bg.png) no-repeat top;
	font-family: Arial, Verdana, sans-serif;  
	color: #000000;
}

/* Links */
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #777;
}

/* Flash video player*/
#player {
	width: 456px;
	margin: 0 0 0 9px;
	padding: 0 0 0 0;
   font-size: .8em;
}

h1{
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.bodytxt {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
}

#footer {
	width: 400px;
	margin:0 auto;
	text-align: center;
}

.footertxt {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 130%;
}

.footertxt a:visited {
	color: #000000; 
	border-bottom: 1px dotted #777;
}

.footertxt a:hover {
	color: #000000; 
	background: #ECEEF0;
	border-bottom: 1px dotted #777;
}

.footertxt a:link, .videourl a:active {
	color: #000000;
	border-bottom: 1px dotted #48546A; 
}

