﻿body
{
	font-size: 10pt;
	font-family: Tahoma;
}
.textin
{
	border-top-style: solid;
	border-top-width:thin;
	border-right-style: solid;
	border-right-width:thin;
	border-left-style: solid;
	border-left-width:thin;
	border-bottom-style: solid;
	border-bottom-width:thin;
	/*background-image: url(Images/textboxbg.png);*/
}
.textinerror
{
	/*border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	background-image: url(Images/textboxbgerror.png);*/
	background-color: #FF6464;
}
P
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-transform: none;
	color: #0033CC;
	font-style: normal;
	font-variant: normal;
	vertical-align: top;
	text-align: justify;
}
H1
{
	font-weight: bold;
	font-size: 16pt;
	text-transform: none;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	background-image: url(Images/h1bg.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
}
H2
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: none;
	color: #0033CC;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
}
A
{
	color: #0033CC;
	text-decoration: none;
}
.errortext
{
	font-weight: bold;
	text-transform: none;
	color: red;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
}
.anchor
{
	color: blue;
}
