/* CSS Document */

.textBasic {
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}


.textNormal {
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}

.textBold {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}

.textBig {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	color: #000000;
}

.textOversize {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial;
	color: #000000;
}

.textGrey {
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color: #CCCCCC;
}

.textSmall {
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color: #000000;
}

.textSmallGrey {
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color: #CCCCCC;
}


.tableHead1 {
	font:Arial;
	font-family:Arial;
	font-size: 10pt;
	font-weight:bold;
	color: black;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	background-color:#DDDDDD;
	padding-left:5px;
	padding-right:5px;
	
}

.tableHead2 {
	font:Arial;
	font-family:Arial;
	font-size: 10pt;
	font-weight:bold;
	color: black;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	background-color:#EEEEEE;
	padding-left:5px;
	padding-right:5px;
	
}

.tableContent {
	font:Arial;
	font-family:Arial;
	font-size: 10pt;
	font-weight:normal;
	color: #373737;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	
}

.myKocmo1 {
	font:Arial;
	font-family:Arial;
	font-size: 10pt;
	font-weight:normal;
	color: black;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	background-color:#DDDDDD;
	padding-left:5px;
	padding-right:5px;
	
}

.myKocmo2 {
	font:Arial;
	font-family:Arial;
	font-size: 10pt;
	font-weight:normal;
	color: black;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	background-color:#EEEEEE;
	padding-left:5px;
	padding-right:5px;
	
}

a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#C10D16; }
a:active { text-decoration:none; color:#C10D16; }
a:focus { text-decoration:none; color:#C10D16; }


