/* --------------------------------------------------------------------------*/
/* Styles applied to HTML elements
/* --------------------------------------------------------------------------*/

HTML, BODY {
	color: #000000;
	margin: 0px;
	padding: 20px;
	height: 100%;
}

A, BODY, INPUT, OPTION, SELECT, TEXTAREA, TABLE, TD, TR, P {
	font-size: 12px;
	font-family: tahoma, sans-serif;
}

SELECT, OPTION, TEXTAREA {
	padding-left: 2px;
}

TABLE {
	border: 0px;
}

A {
	color: #000099;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------*/
/* Text styles
/* --------------------------------------------------------------------------*/

.heading-text {
	font-size: 24px;
	color: #000000;
	font-weight: BOLD;
}

.subheading-text {
	font-size: 14px;
	color: #000000;
	font-weight: BOLD;
}

.body-text {
	font-size: 12px;
	color: #000000;
}

.footnote-text {
	font-size: 9px;
	color: #000000;
}

/* --------------------------------------------------------------------------*/
/* Layout styles
/* --------------------------------------------------------------------------*/
#header {
	width: 640;
	text-align: center;
}

#instructions {
	width: 640;
}

.bordered-content {
	border: solid 1px black;
}