/* CSS Document by Gary Carr */

html{
	min-height:100%;height:auto;
}

body {
	min-height:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0px;
	padding:0px;
	color:#000000;
	background:#ffffff;
}


table, td, img, div {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

p {
	margin-top:1em;
}

form {
	margin:0px;
	padding:0px;
}

hr {
	height:1px; background:#000000; border:none;
}

/** global links **/
a{}
a:hover{}
