﻿/* CSS Document */

.eu_uppercase{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height:30px;
}

.eu_smallcaps{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	line-height:16px;
}
.eu_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height:16px;
	vertical-align: top;
	line-height: 16px;
	padding-bottom: 5px;
	padding-top:5px;
}

.eu_boldborder{
	color: #000000;
/*	border: 2px solid #000000; */
	border: 1px solid #000000;
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	color: #000000; 
	padding-right: 3px;
	padding-left: 3px;
}


.eu_td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:normal;
  font-weight:100;
	color: #000000;
	line-height:16px;
	vertical-align: top;
	line-height: 16px;
	padding-bottom: 5px;
	padding-top:5px;
}
 
.eu_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 12px;
} 

.eu_boldline {
  font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal; 
	font-weight:100;
	color: #000000;
	text-align: left;
/*	border-bottom-width: 2px; */
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	padding-top:5px;
	border-right-color: #ffffff;
}
.eu_rboldline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #000000;	
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top:5px;
}
.eu_lines {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	line-height: 14px;
	padding-top:5px;
}
.eu_bline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight:100;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-color: #ffffff;
	line-height: 18px;
	padding-top:5px;
}
.eu_noline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: 16px;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}

.eu_rbline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	line-height: 16px;
	border-left-color: #ffffff;		
}
.eu_lrline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	line-height: 16px;
	border-bottom-color: #ffffff;	
}
.eu_lrbline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 16px;	
}
.eu_rline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	line-height: 16px;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;		
}

.eu_pagebreak {
	page-break-before:always;
} 
.eu_indent{
	padding-left: 20px;
}
.eu_indent10{
	padding-left: 10px;
}
.pagebreak {page-break-before:always}