body {
   font-family : Arial, Helvetica, sans-serif;
   background-color : #FFFFFF;
   color : #000000;
}

h1 {
   font-size : 20px;
   margin-top : 6px;
   margin-bottom : 6px;
}

h2 {
   font-size : 18px;
   margin-top : 6px;
   margin-bottom : 6px;
}

h3 {
   font-size : 16px;
   margin-top : 6px;
   margin-bottom : 6px;
}

a {
   color : #556B2F;
   text-decoration : none;
}

a:active {
	color : #A52A2A;
}

a:hover {
   color : #DC143C;
   text-decoration : underline;
}

a:visited {
   color : #BDB76B;
   text-decoration : none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
	
.footer {
	font-size: 10px;
	text-align : right;
	margin-left : 20px;
	margin-right : 20px;
}

.header {
   background-color : #F5F5F5;
   font-family : Arial, Helvetica, sans-serif;
   text-align : center;
   font-weight : bold;
   font-size: 10pt;
   color : #2F4F4F;
}

.caption {
	background-color : #F5F5F5;
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	font-weight : bold;
	font-size: 10pt;
	color : #2F4F4F;
	width : 25%;
}

.data {
	background-color : #DCDCDC;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: #BBBBBB;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color : #FFFFE0;
}
