﻿a {
	font-weight: bold;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
address { font-size: 11px; }
body {
	background-position: center top !important;
	background-repeat: no-repeat !important;
}
body, table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 13px; }
hr {
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}
img { border: 0; }
p { margin: 0 0 10px 0; }
/*FORMS*/
label {
	cursor: pointer;
	margin: 0 5px 5px 0;
}
input, select, textarea {
	padding: 1px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
select {
	padding: 0;
	height: 23px;
}
input[type=radio], input[type=checkbox] {	
	border: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
}
input[type=file] { height: 25px; }
input[type=submit], input[type=button], button {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-indent: 32px;
	padding: 0;
	border: 0;
	width: 100px !important;
	height: 24px !important;
	line-height: 22px;
}