* {
		outline: none;
		border:0;
		margin:0;
}

html {
		margin:0;
		overflow-y: scroll;
}
body {
		margin:0;
		background: #FFF;
		font: 10pt tahoma, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

h1, h2, h3, h4, h5, h6 { color:#357ec2; padding-bottom:10px;text-shadow: 1px 1px 2px rgba(170, 170, 170, 0.6); }
.header {
	width:759px;
	height:112px;
	margin:0 auto;
	padding-top:30px;
	background: url('headerImage.png') no-repeat;
}

hr { width:759px; display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em auto; padding:0; }

.headerLink {
	text-align:center;
	width:200px;
	margin-left:500px;
	font: 13pt tahoma, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:link, a:visited { text-decoration:none; color:#357ec2;text-shadow: 1px 1px 2px rgba(170, 170, 170, 0.6); }
a:hover, a:active { text-decoration:none; color: #000; }

.codeBox {
	width:500px;
	border:1px solid black;
	background:#FFF;
	padding:10px;
}


.theinfo p {
	text-decoration:underline;
}

.theinfo h5 {
	padding-left:10px;
	font-weight:normal;
	padding-bottom:10px;
}
