body         {
	color: #000000;
	font-family: Arial, sans-serif;
}

a:link       { text-decoration: underline; 
               color: #0000ff; }
a:visited    { text-decoration: underline; 
               color: #ff0000; }
a:hover      { text-decoration: none; 
               color: #ff08ff; }
a:active     { text-decoration: underline; 
               color: #000000; }
			   
.HeadLink a:link      { text-decoration: none; 
               font-weight: bold;
			   font-size:larger;
               color: #ffffff; }
.HeadLink a:visited    { text-decoration: none; 
               font-weight: bold;
			   font-size:larger;
               color: #ffffff; }
.HeadLink a:hover      { text-decoration: none; 
               font-weight: bold;
			   font-size:larger;
               color: #00FF00; }
.HeadLink a:active     { text-decoration: none; 
               font-weight: bold;
			   font-size:larger;
               color: #08ffff; } 
.tablemargin {
	margin: 7px;
            }

.Leading     {
tab line-height: 70%;
tab font-weight : inherit; }

.CenterColumn   { font-family: Arial, Helvetica, sans-serif;
                  clip:  rect(   ) }
                  
H1       { font-family: Arial, Helvetica, sans-serif;
                  font-size: 200%;
                  font-weight: bold; 
				  text-align: center;
                  color: #00529C;}
                  
H2         { font-family: Arial, Helvetica, sans-serif;
                  font-size: 150%;
                  font-weight: bold; 
				  text-align:left;
                  color: #00529c;  }
                  
.PageTitle      { font-family: Arial, Helvetica, sans-serif;
                  font-size: 150%;
                  font-weight: bold; 
                  color: #003399; }
                  
.Normal         { font-family: Arial, Helvetica, sans-serif  }

table.Box {
	border-width: medium;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #faf0e6;
}
table.box th {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.box td {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
.LeftColumn     { padding: 0.5em 0.5em 0.5em 0em; 
                  text-align:left;
                  float: left;
                  display: block;
                  width: 9em;
                  font-size: 120%; 
                  font-family: Arial, Helvetica, sans-serif;; color: #000000; background-color: #ccccff; line-height: normal}

.Margin1em      { margin-left: 1em}
.Margin2em      { margin-left: 2em }
.Margin3em      { margin-left: 3em }              
.RedBackground {  color: #FFFFFF; background-color: #ff0000}              
.BlueBackground {  color: #000000; background-color: #ccccff}
.Vspace5px {
	padding-top: 5px;
}
