	body {
		font-family: "Tahoma", "Sans", Arial, Helvetica, sans-serif;
    font-size: 85%;
	}
  
  p {
    font-size: 0.9em;
		line-height:1.2em;
		margin: 0.5em 0 0 0;
	}
  
  table {
    font-size: 0.9em;
  }
  
  td.middle {
    vertical-align: middle;
  }
  
  td.bottom {
    vertical-align: bottom;
  }
  
  td.right {
    text-align: right;
  }
  
  td.center {
    text-align: center;
  }
  
  
  h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Tahoma", "Sans Bold", Arial, Helvetica, sans-serif;
    color: #7f7fd0;
	}

	h1 {
		font-size:250%;
		line-height: 1.2em;
		margin: 0.6em 0 0 0;
	}

	h2 {
		font-size:175%;
		line-height: 0.8571em;
		margin:0.8571em 0 0 0;
	}

	h3 {
		font-size:133.33%;
		line-height: 1.125em;
		margin:1.125em 0 0 0;
	}

	h4 {
		font-size:116.67%;
		line-height: 1.2857em;
		margin: 1.2857em 0 0 0;
	}

	h5 {
		font-weight: bold;
		font-size:100%;
		line-height: 1.5em;
		margin: 1.5em 0 0 0;
	}
  
  h6 {
		font-weight: bold;
		font-size:90%;
		line-height: 1.2em;
		margin: 1.2em 0 0 0;
	}
  
  small {
		font-size: 80%;
	}
  
  a {
		color:#4444d0;
	}
  
  a:hover,
	a:focus {
		background-color: #4444d0;
	}
  
	.bordertable thead th {
		background:#7f7fd0;
    color: #ffffff;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}
  
  ul,
	ol,
	dl {
		font-size:0.9em;
		line-height:1.2em;
		margin: 1.2em 0 0 1em;
	}