﻿body 
{
	background-color: #cecece;
	font-size: 10pt;
	font-family: Verdana, Arial, 'Times New Roman';
	margin: 0px 0px 0px 0px;
}

p
{
	text-align: justify;
}

p.first
{
	margin-top:10px;
}

p.indented
{
	margin-top:0px; 
	margin-left:10px;
}

p.indented-2
{
	margin-left:10px;
}

a
{
	color: black;
}

a:visited
{
	color: black;
}

a:active
{
	color: gray;
}

a:hover
{
	color: gray;
}

.title
{
	color: #FBFDFF; 
	font-size: 12pt; 
	font-weight: bold
}

.sub-title
{
	color: #000000; 
	font-size: 12pt; 
}

/* edit screens */

.edit-title
{
	color: #000000; 
	font-size: 12pt; 
	font-weight: bold;
	margin-top: 20px; 
}

.edit-title-2
{
	color: #000000; 
	font-size: 12pt; 
	font-weight: bold;
	margin-top: 20px; 
	margin-bottom: 20px; 
	width: 500px;
}

.content
{
	margin-top: 10px;
	width: 500px;
}

.required
{
	color: Navy;
}

.editRowSpace
{
	height: 10px;
}

.editLabel
{
	color: #222222;
	font-size: 8pt;
}

.editField
{
	width: 500px;
}
