/* CSS Document */
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #oooooo;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	border: 0px;
}

h4 {
	color: #ff9900;
}

a:link {
	color: #ff9900;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff9900;
}

a:visited {
	color: Gray;
	text-decoration: underline;
	font-size: 12px;
}
	
a.copyright:link {
	color: #ff9900;
	text-decoration: underline;
	font-size: 10px;
}

a.copyright:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #ff9900;
	font-size: 10px;
}

a.copyright:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

.copyright {
	color: #ff9900;
	font-size: 10px;
	text-align: right;
	font-family: Arial; Helvetica, sans-serif;
}

.frame {
	border-style: dashed;
	border-color: ff9900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	vertical-align: top; 
}


