@charset "utf-8";
/* CSS Document */

html, body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#808080;
	background:#F7F7F7;
}
a:link, a:visited, a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#666;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#F60;
}
html, body, p, table, td, ul {
	font-size: 13px;
}
textarea, input, select {
	border: 1px solid #888;
	padding: 1px;
	background:#CCCCCC;
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform:	uppercase;
}
.hide {
	visibility:hidden;
	display:none;
	font-size: 6px;
	color: #FFFFFF;
	text-align: center;
}
img {
	margin:0px;
	padding: 0px;
	border: none;
	width: 80%;
	height: auto;
}