/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.big_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	colour: #CCCCCC;
}


.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18pt;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FF0000;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}

._italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #FF0000;
}

._BLACK_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #000000;
}

._bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal; 
	color: #000000;
	background-color:#777777;
	line-height: 23pt;
}

.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold; 
	color: #FFFFFF;
	background-color:#000000;
	line-height: 25pt;
}

.main_title_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold; 
	color: #FF0000;
	background-color:#000000;
	line-height: 25pt;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight:normal; 
	color: #000000;
	line-height: 25pt;
}

.main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	line-height: 25pt;
}

.minor {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight:normal; 
	color: #000000;
	line-height: 25pt;
}

.minor_bold {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight:bold; 
	color: #000000;
	line-height: 25pt;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}