/* Universal Decalartions */
* {
	margin: 0;
	padding: 0;
}
/* End Universal Decalrations */

/* Standard Tags */


a img {
	border: none;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.35em;
	height: 100%;
}

button {
	font-size: 9px;
	display: inline;
}

fieldset {
    padding: 10px;
	width: 97%;
}

form {
	margin: 0 0 15px;
}

img {
	margin: 0;
}

input, textarea, select {
	display:inline;
	font-size: 11px;
}

h1 {
	font-size: 24px;
	/*margin: 30px 0 7px 5px;*/
	margin: 7px 0 10px 0px;
}

h2 {
	font-size: 15px;
	/*margin: 2px 0 2px 5px;*/
	margin: 7px 0 7px 0px;
}


h2 a {
	text-decoration: none;
}


h3 {
	font-size: .9em;
	margin: 15px 0 3px;
}

hr 
{
	width: 100%;
	clear: both;
}

label {
	font-weight: bold;
}

legend {
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 2px 5px;
}

p { 
	margin: 0 5px 5px;
	line-height: 1.25em;
	text-align: left;
}

small {
	font-size: .85em;
}

table {
	width: 95%;
	clear: both;
	margin: 0 auto 10px;
	border: none;
	border-collapse: collapse;
}

table table {
	margin: 0;
	width: auto;
}

td, th {
	vertical-align: top;
	text-align: left;
	padding: 2px 6px 2px 2px;
	border: none;
	border-collapse: collapse;
}

th {
	border-width: 1px 0;
	border-collapse: collapse;
}

ul {
	margin-left: 20px;
	line-height: 1.25em;
}