/* Global Declarations */

html {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	color: #000;
	font: 76%/142% Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

table {
	width: 99%;
	font-size: 100%;
}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0;
	padding: 0;
}

div#footer {
	clear: both;
}


/* Generalized Classes */

.small {
	font-size: 92%;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

div.clear {
	clear: both;
	height: 1px;
	font: 1px/1px sans-serif;
}
