/* set default font style and font size */
body, td, textarea
{
	font-family:Verdana, Geneva, Sans-Serif;
}

body	
{
	padding:0px;
	margin:0px; 
}

/* IE does headings differently to other browsers, so set consistent font size: */
h1 {font-size:2em;}
h2	{font-size:1.5em; margin-bottom:0.2em; margin-top:0.2em;}
h3	{font-size:1.2em; margin-bottom:0.2em; margin-top:0.2em;}
h4	{font-size:1em;}
h5	{font-size:0.88em;}
h6	{font-size:0.77em;}
p, td, ul, ol, div, form, textarea, input, table {font-size:1em;}

pre {font-size:1.1em; font-family:Courier New, Courier, monospace;}

	TEXTAREA, INPUT
	{
		font-size:1em;
	}

A:HOVER
{
	color:Red;
}



DIV.masthead
{
	background-color:white;
}

DIV.masthead img {
	vertical-align: middle;
}

DIV.content
{
	padding:8px;
}

DIV.footer
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:0.7em;
	color:#000080;
	padding-top:8px;
	padding-bottom:24px;
}

DIV.black
{
	color:Black;
}

/* ----------------------------------------------------- */

	DIV.WFCurrentStep
	{
		height:31px;clear:both;padding:8px;margin-right:80px;
		background-color:#F7F1CA;
		border:dashed #CDC8A8 2px;margin-top:8px;margin-bottom:8px;
		width:100%;
	}

	DIV.ActionBtn
	{
		float:left;
		padding:3px;
		margin:2px;
		background-color:#dddddd;

		border-top:solid #cccccc 2px;
		border-left:solid #cccccc 2px;
		border-bottom:solid #666666 2px;
		border-right:solid #666666 2px;
	}
	DIV.ActionBtn A
	{
		text-decoration:none;
		color:Black;
	}
	DIV.ActionBtn A:HOVER
	{
		text-decoration:none;
		color:Black;
	}

	DIV.userComments
	{
		border:solid #cccccc 1px;
		padding:8px;
		background-color:#ffffcc;
	}