/* CSS Document */

.infotext
	{
	color: #9F9F9F;
	padding: 5px;
	font-size: 12px;
	font-family: arial , verdana;
	font-weight: normal;
	text-align: left;
	background-color: white;
	border-bottom: solid 7px #F89C1A;
	border-right: solid 1px #818180;
	border-left: solid 1px #818180;
	border-top: solid 7px #F89C1A;
	}
.infotext1
	{
	color: #9F9F9F;
	font-size: 10px;
	font-family: arial , verdana;
	font-weight: normal;
	text-align: left;
	}
.infotext h1
	{
	font-size: 12px;
	}
.infotext h2
        {
        font-size: 12px;
        color: #F89C1A;
        font-weight: bold;
        }
.infotext a:link, .infotext a:visited
	{
	color: #9F9F9F;
	text-decoration: none;
	font-family: arial , verdana;
	font-size: 12px;
	font-weight: normal;
	}
.infotext a:hover, .infotext a:active
	{
	color: #9F9F9F;
	text-decoration: none;
	font-family: arial , verdana;
	font-weight: bold;
	}

