@charset "utf-8";
/* CSS Document */
BODY, HTML {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
BODY {
	font-family:"Times New Roman", Times, serif;
	color:#ffba00;
	font-size:14px;
}
DIV, P, UL, LI, HR {
	padding:0;
	margin:0;
	position:relative;
}
IMG {
	border:none;
}
UL, LI {
	list-style-type:none;
}
A {
	color:#ffba00;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
H1, H2, H3, H4, H5, H6 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:normal;
}
