/* Body attributes */
body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: auto
}


/* Header 1 attributes */
h1 {
	background-color: #000055;
	color: #eedd99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
        padding-bottom: 4px;
        padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px
}	


/* Header 2 attributes */
h2 {
	background-color: #000055;
	color: #eedd99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold	
        padding-bottom: 2px;
        padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px

}	


/* Header 1 attributes */
h3 {
	background-color: #000055;
	color: #eedd99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold	
        padding-bottom: 2px;
        padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px

}	


h4 {
	background-color: #000055;
	color: #eedd99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold	
        padding-bottom: 2px;
        padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px
}	

h5 {
	background-color: trasparent;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold	
        padding-bottom: 0px;
        padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px
}	
	

/* Table data attributes */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal	
}


/* Visited link attributes */
a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold	
}
	

/* Unvisited link attributes */
a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold	
}


/* Bold text attributes */
b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold	
}


/* Italic text attributes */
i {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: italic	
}
	

ul {
	text-align: left
}


.panel {
	background-color: #eee6de;  /* light tan */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}


.toppanel {
        background-color: #dddddd;  /* light grey */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
        font-weight: bold
}


.bigboxtop {
	background-color: #000055;  /* dark blue */
	color: #eedd99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold
}


.boxtop {
	background-color: #000055;  /* dark blue */
	color: #eedd99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}	


.white {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif
}


.copyright {
	background-color: transparent;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center
}
	
