a:link, a:visited {text-decoration: none; 
		color: #ffffff;
		font-family: Times New Roman, Times;
        font-size: 11pt;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        margin-left: 10px }
        
a:hover{text-decoration:underline;
        color: #be4347 }

/* The following are class declarations */
           
.Body { background: #d7f3fe;
        color: #0054a6;
        font-family: Times New Roman, Times;
        font-size: 11pt;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        text-align: center }

.DKBlueText { color: #003263;
              font-weight: bold;
              text-align: center;
              font-size: 10pt }

.NameText { color: #003263;
              font-weight: bold;
              text-align: left;
              font-size: 12pt;
              margin-bottom: -10px }

.StdText { color: #003263;
              font-weight: normal;
              text-align: left;
              font-size: 10pt  }

.FakeLink  { text-decoration: none; 
		     color: #003263;
		     font-family: Times New Roman, Times;
             font-size: 11pt;
             font-style: normal;
             font-variant: normal;
             font-weight: bold;
             margin-left: 10px }

.SmallText {font-size: 8pt }

.Image { padding: 5px }

.Italic { font-style: italic }
        
.Left { text-align: left }
.Right { text-align: right }
.Center { text-align: center }                         