html,body {
	padding:0;
	height:100%;
	width: 239;
	margin: 0;
}

A, A:link, A:visited, A:active {
	COLOR: #3399CC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
		
A:hover	{
	color:	#FF6600;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}


/* ---------- template ---------- */
#fullTable {
	width: 100%;
	height: 100%;
} 

.indexCopyright {
	background-image: url(images/indexCopyright.jpg);
	background-position: center top;
	height: 80px;
	background-repeat: no-repeat;
}
