/* CSS document*/

a:link { color:#0066FF; text-decoration:none}
a:visited { color:#0066FF; text-decoration:none}
a:hover { color:#0099FF; text-decoration:underline; cursor:hand}
a:active { color:#00FFFF; text-decoration:underline}

.text
{
text-indent: 4em;
font-family: Times New Roman;
font-size: 12pt;
font-weight: 800;
color: #000066;
padding-top: 1pt;
padding-bottom: 1pt;
padding-right: 15pt;
padding-left: 15pt;
line-height: 15pt;
}

.textIn
{
font-family: Times New Roman;
font-size: 12pt;
font-weight: 800;
color: #000066;
padding-top: 1pt;
padding-bottom: 1pt;
padding-right: 5em;
padding-left: 5em;
line-height: 20pt;
}
.textNOIn
{
font-family: Times New Roman;
font-size: 12pt;
color: #000066;
font-weight: 800;
padding-top: 1pt;
padding-bottom: 1pt;
padding-right: 15pt;
padding-left: 15pt;
line-height: 20pt;
}

.pic
{
border-color: #000033;
border-width: thin;
}

.textHead
{
	text-align: center;
	font-family: "Times New Roman";
	font-size: 18pt;
	color: #000099;
	font-weight: 800;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-right: 15pt;
	padding-left: 15pt;
	line-height: 20pt;
	text-decoration: underline;
}

.textS
{
text-indent: 3em;
font-family: arial;
font-size: 10pt;
color: #000099;
line-height: 15pt;
}
