/* START Basic Page Settings */

html {
	height: 100%;
}

body {
	background-color: #634c82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0;
	min-height: 101%;
	line-height: 15px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a img { border: 0px none; }