﻿body,div,p,li,blockquote,td,th,h1,h2,h3,h4,h5,h6,input,textarea,select,option,caption {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
    /* WinIE4/5 font size trick */
    font-size:    x-small;
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;
    /* recover from trick */
    /*font-size:    small;*/
    /* intended value for better browsers */
    voice-family: "\"{\"";
    /* finish WinIE4/5 trick */
   color: #666;
  }
  
  a {
  color: #036;
  }
a:hover {
  color: #666;
  }

div#content {
  line-height: 1.4em;
  }

div#content h1 {	/* large heading */
  font-weight: normal;
  margin-bottom: .75em;
    /* WinIE4/5 font size trick */
    font-size:    large;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*font-size:    x-large;*/
    voice-family: "\"{\"";
    /* finish WinIE4/5 trick */
    color: black;
  }
    
div#content h3 {
  color: #036;
  
  }

div#content p {
  font-size: .9em;
  color: #666;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  }

div#content td {
  /*font-size: 1.0em;*/
  color: #666;
  margin-bottom: 1.5em;
  }
  
div#content p.callout {
  float: right;
  width: 250px;
  color: #000;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2em;
  margin: 10px 0 10px 10px;
    /* WinIE4/5 font size trick */
    font-size:    small;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*font-size:    large;*/
    voice-family: "\"{\"";
    /* finish WinIE4/5 trick */
  }
  
div#content p.frontpage
{
  width: 350px;
  font-size: .9em;
  color: #666;
  margin-bottom: 1.5em;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
}


.ms-WPBody A:link,.ms-WPBody A:visited
{
color:#036;
text-decoration:underline;
}
.ms-WPBody A:hover
{
color:#666;
text-decoration:underline;
}
