html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	font-family: Arial;
	/*font-size: 13px*/
	color: #3b3b3b;
}

a,
p,
ul li,
label
{
	line-height: 1.6em;
	/*font-size: 12px;
	color: #666666;*/
}

sup.mcmillan
{
	/*font-style: italic;*/
	top: -0.5em;
	text-decoration: underline;
}
span.mcmillan
{
	font-size:0.8em;
	position:relative;
	text-decoration:underline;
	top:-0.5em;
}
/*
span.mcmillan
{
	font-size: smaller;
    vertical-align: super;
    position: relative;
    top: 0.1em;
	*top: 0.3em;
	_top: 0.3em;
    font-size: 0.8em;
	text-decoration: underline;
}*/

sup.dagger
{
	font-size:0.7em;
	bottom: 0.5em;
}

/* Styling for required fields */

input.required_on,
textarea.required_on,
select.required_on
{
	/*background-color: #ff7777;*/
}

label.required_on
{
	color: #cc2222;
}
.upper
{
	text-transform: uppercase;
}
