/* Masthead formatting */

H1.masthead
{
	text-align:center;
	font-family:Arial;
	font-size:24pt;
	font-weight:bold;
	color:#A0CFA0;
	margin-bottom:5px;
	padding-bottom:5px
}

H2.masthead
{
	text-align:center;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#D0FFFF;
	margin-bottom:0;
	padding-bottom:0
}

H3.masthead
{
	text-align:center;
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	color:#D0FFFF;
	margin-bottom:0;
	padding-bottom:0
}

/* Hyperlinks */

A
{
	color:#000080;
	text-decoration:none
}

A:visited
{
	color:#000080;
	text-decoration:none
}

A:hover
{
	color:#0000F0;
	text-decoration:none
}

A.masthead
{
	color:#D0FFFF;
	text-decoration:none
}

A.masthead:visited
{
	color:#D0FFFF;
	text-decoration:none
}

A.masthead:hover
{
	color:#30FFFF;
	text-decoration:none
}

/* Primary content area formatting */

H1.primary
{
	text-align:left;
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	color:#000080;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:5px
}

H2.primary
{
	text-align:left;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#000080;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:5px
}

P
{
	text-align:left;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
}

LI
{
	text-align:left;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
}

HR
{
	margin-bottom:0;
	padding-bottom:0
}

/* Form formatting */

.label
{
	text-align:right;
	vertical-align:middle;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

.data
{
	text-align:left;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}