/* CSS Document */

.h1	{ 
	font-family:Tahoma; 
	font-size:16pt; 
	/*letter-spacing: -1; */
	font-weight:bold;
	text-align:center;
	line-height:26px;

}
.h2{ 
	font-family: Tahoma; 
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:7px;
	padding-right:7px;
}
.text{ 
	font-family: Arial; 
	font-size: 10pt; 
	letter-spacing: -1; 
	font-weight:bold;
	text-align:left;
	line-height:1.3em;
}
.mail{ 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight:bold;
	text-align:right;
	
}
.text2	{ 
	font-family: Arial; 
	font-size: 10pt; 
	letter-spacing: -1; 
	text-align: left;
	line-height: 1.3em;
}
.text3	{ 
	font-family:tahoma; 
	font-size:16pt; 
	color:#9f0000; 
	text-align:center;
	font-weight:bold;
}
.text5	{ 
	font-family:tahoma; 
	font-size:16pt; 
	color:#9f0000; 
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
.intext	{ 
	font-family:tahoma; 
	font-size:14px; 
	color:#9f0000; 
	text-align:center;
	text-decoration:underline;
	font-weight:none;
}
.text4	{ 
	font-family: Arial; 
	font-size:7pt; 
	color:#666666; 
	text-align:center;
	font-weight:bold;
}
.border {
	border:1px;
	border-style:solid;
	border-right-color:#cccccc;
	border-left-color:#cccccc;
	border-top-style:none;
	border-bottom-style:none;
	text-align:none;
	}
.strip1 {
	width: 520px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	background-color: #ffffcc;
	}
.strip2 {
	width: 520px;
	height:250px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	padding: 15px 0px 0px 0px;
	background-color: #ffffcc;
	}
.inpagestrip {
	width: 520px;
	border: 4px;
	border-style:dashed;
	border-color: #000000;
	background-color:#dee4ed;
	}
.footer {
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color:#e2e2e2;
	}
	
.button
{
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	padding:4px;	
}
.link
{
	font:normal 12px tahoma, Arial, Helvetica, sans-serif;
	color:#222222;
}
.link a
{
	font:bold 11px tahoma, Arial, Helvetica, sans-serif;
	color:#222222;
	text-decoration:none;	
}
.link a:hover
{
	font:bold 11px tahoma, Arial, Helvetica, sans-serif;
	color:#222222;
	text-decoration:none;
	
}