html, body {
	margin: 0px;
	padding: 0px;
}

body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	font-size: 75%;
}

a{
	color: #27D;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, li {
	line-height: 1.8em;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}

h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1024px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 0px 0px;
	padding: 0;
}

div#container {
	vertical-align: top;
	padding: 0px 0px 75px 75px;
}

.sml_btn {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #ccc;
	color: #fff;
	padding: 5px 15px;
	border-radius: 6px;
}

.sml_btn:hover {
	text-decoration: none;
	background-color: #000;

}
