﻿<style>
<!--
body {
  	background-color: #efefef;
    	font-size: 10pt;
  	font-family: verdana, arial;
	color: black;
	SCROLLBAR-FACE-COLOR: #efefef;
	SCROLLBAR-ARROW-COLOR: red;
	SCROLLBAR-SHADOW-COLOR: #a0a0a0;
	SCROLLBAR-HIGHLIGHT-COLOR: #a0a0a0;
	SCROLLBAR-TRACK-COLOR: gray;
	SCROLLBAR-DARKSHADOW-COLOR: red;
	margin-left: 5;
	margin-right: 5;
	margin-top: 5;
	margin-bottom: 5;
}
	
body.nomargin {
  	background-color: #ffb66f;
    	font-size: 7.5pt;
  	font-family: verdana, arial;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
	
body.header {
  	background-color: black;
    	font-size: 7.5pt;
  	font-family: verdana, arial;
	color: white;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

a {
  	color: red;
}
  
  a:active {
  	color: red;
  }
  
  a:hover {
  	color: red;
  }

  a.url {
  	color: blue;
  }
  
  a.url:active {
  	color: blue;
  }
  
  a.url:hover {
  	color: blue;
  }

  .strong {
  	font-weight: strong;
  }
  
  .bold {
  	font-weight: bold;
  }
  
  table {
  	font-size: 7.5pt;
  	border: 0;
  }

  td {
    padding-left: 3px;
    padding-right: 3px;
  }

  td.notext {
    padding-left: 0px;
    padding-right: 0px;
  }

  .add_link {
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
  	background-color: #FF8000;
	height: 15;
  }

  .add {
    padding-left: 0px;
    padding-right: 0px;
 	padding-top: 0px;
	padding-bottom: 0px;
 }

  .size10 {
  	font-size: 10pt;
  }
  
  .size9 {
  	font-size: 9pt;
  }
  
  .small {
  	font-size: 7.5pt;
  	font-weight: strong;
  }

  .large {
  	font-size: 12.5pt;
  	font-weight: strong;
  }
  
  .medium {
  	font-size: 10pt;
  	font-weight: strong;
  }
  
  .small {
  	font-size: 7.5pt;
  	font-weight: strong;
  }
  
  .title {
  	height: 30;
  	background-color: #efefef;
  	font-size: 10pt;
  	font-weight: bold;
  }
  
  .header {
  	height: 15;
  	background-color: gray;
  	color: white;
  }
  
  .menu{
  	height: 20;
  	background-color: #ffb66f;
  	font-size: 10pt;
  	font-weight: bold;
  }
  
  .largeheader {
  	height: 20;
  	background-color: #d0d0d0;
  	font-size: 10pt;
  	font-weight: bold;
  }
  
  .smallheader {
  	height: 15;
  	background-color: #d0d0d0;
  }

  .regular {
  	height: 15;
  }
  
  .color1 {
  	height: 15;
  	background-color: #efefef;
  }
  
  .color2 {
  	height: 15;
  	background-color: white;
  }
  
  .color3 {
  	height: 15;
  	background-color: #d0d0d0;
 }
 
  div.header_l
  {
	height: 20px;
	background-image: url(images/lb.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
  	color: black;
  	font-size: 10pt;
  	font-weight: bold;
	background-color: #ffb66f;
  }
  
  div.header_r
  {
	height: 20px;
	background-image: url(images/rb.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20px;
  }
  
  div.content
  {
	padding-left: 5px;
	padding-right: 5px;
  	font-size: 10pt;
	border-left: solid 2px #808080;
	border-right: solid 2px #808080;
  }

  div.footer
  {
  	font-size: 10pt;
	border-left: solid 2px #808080;
	border-right: solid 2px #808080;
	border-bottom: solid 2px #808080;
  }

  div.padding
  {
	padding-left: 5px;
	padding-right: 5px;
  }

  div.small
  {
  	font-size: 7.5pt;
  }
  
  input.text
  {
	background: #efefef;
	border: 1px solid red;
	width: 90px;
  }

 input.submit
  {
	background: #d0d0d0;
	border: 1px solid red;
  }  
  
  label
  {
	color: gray;
	font-size: 9pt;
  }	
  
-->
</style>
