body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
	text-align: center;
}
body{
	background-image: url(home/frame.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 10px;
	background-color: #EBEBEB;
	
}
html {
	scrollbar-arrow-color: #676767;
	scrollbar-shadow-color: #EBEBEB;
	scrollbar-track-color: #EDEDED;
	scrollbar-3dlight-color: #676767;
	scrollbar-face-color: #F0F0F0;
	}
p {
	margin-top: 0px; margin-bottom: 0px;
}
td {
	padding: 0px 0px 0px 0px;
}
table {
	border: 0;
	padding: 0;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.larg {
	width: 100%;
}
table.full {
	height: 100%;
	width: 100%;
}

img {

	border-color: #696969;
}



a:link {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #414141;
}
a:active {
	text-decoration: none;
	color: Red;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:visited:hover {
	text-decoration: underline;
	color: #414141;
}
a:visited:active {
	text-decoration: none;
	color: Red;
}