body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

input, select, label {
	vertical-align: middle;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	width:auto;
	overflow:hidden;
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearit {
	clear: both;
}

.clickable {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #616A35;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

input[type="text"],
input[type="password"], 
textarea {
	padding: 1px;
	border: solid 1px #ccc;	
}

