*{
	margin:0;
	padding:0;
}

/* JQuery Styles */

.status{
	width: 500px;
	padding: 6px;
	height: 15px;
	margin-top: 5px;
	outline: none;
}

.statusArea{
	width:500px;
	padding:6px;
	outline:none;
	margin-top: 5px;
}
.focusField{
	border:solid 1px #73A6FF;
	background:#EFF5FF;
	color:#000;
}
.idleField{
	background:#FAFAFA;
	color: #6F6F6F;
	border: solid 1px #DFDFDF;
}	

/* Text Formatting */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px;
}	

h1{
	font-size:48px;
	font-weight: bold;
}

h2{
	font-size: 24px;
	font-weight: bold;
}

h3{
	font-weight: bold;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}