
body {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #000000;
	background-color	: #999;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}

h1, h2, h3 {
	margin				: 0px 15px 0px 15px;
}

h1 {
	font-size			: 17px;
}

h2 {
	font-size			: 15px;
}

h3 {
	font-size			: 13px;
}

a {
	color				: #000;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

p {
	margin				: 0px 15px 15px 15px;
}

input, textarea {
	border				: 1px solid #000;
}

label {
	font-size			: 13px;
	font-weight			: bold;
}

.class-folder table {
	border: 0px;
}

