@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #252525;
}

img {
	border: none;
}

a {
	color: #252525;
}
a:hover {
	color: #6D6D6D;
}

th a
{
	color: #808080;
}
th a:hover
{
	color: #252525;
}

hr {
	border: none;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

textarea 
{
	border: solid 1px #CCC;
	font-family : Verdana, sans-serif;
	font-size: 12px;
}

/* ======================================= FORMS === */
form {
	margin: 0;
	padding: 0;
}
select, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	
}
input[type="text"] {
	  border: 1px solid #CCC;
}
input[type="checkbox"], input[type="radio"] {
	  height: 13px;
	  width: 13px;
	  margin: 1px;
}