﻿a:link {
color: blue; 
text-decoration: none
}


a:visited {
color: navy; 
text-decoration:none
}


a:hover {
color:#3366FF;
text-decoration:underline
}


/* don't use active - IE doesn't like it */


body {
background-image: url('background.jpg');
background-color: navy;
background-position:center;
margin-top:8em;
margin-bottom:8em;
}


div{
background: white;
color: black;

width: 40em;

margin-right:auto;
margin-left:auto;

padding-left:4em;
padding-right:4em;

border-color: black;
border-style: solid;
border-width: 4px;
}


.page-number {
text-align: center;
text-indent:0em;
color:black;
padding-top:3em;
padding-bottom:1em
}


.no-indent {
text-indent:0em;
}	

.indent {
text-indent:2em;
}


.indent-low {
text-indent:2em;
line-height:0em;
}



.centre {
text-align:center;
}


.ralign {
text-align:right;
}


.lalign {
text-align:left;
}


.quote {
text-align:center;
font-size:13px;
}


.line-spacing1 {
padding-bottom:3em;
text-indent:0em;
}


.line-spacing2 {
padding-bottom:3em;
text-indent:0em;
}



.left-link {
text-align:left;
text-indent:0em;
font-weight:bold;
}


.home-link {
text-align:center;
text-indent:0em;
font-size:14pt;
font-weight:bold;
padding-top:3em;
padding-bottom:3em;
}


.left-element {
float:left;
text-indent:0em;
width:20%;
text-align:left;
font-weight:bold;	
}


.right-element {
float:right;
text-indent:0em;
width:16%;
text-align:right;
font-weight:bold;	
}


.low-height {
line-height:0em;
}


hr {
text-align:center;
}




p {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size : 12pt;
line-height: 1.5;
text-align: justify;
text-indent: 0em;
}


td {
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt
}


h1 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 24pt;
text-align: center;
margin-top: 2em;
margin-bottom:1em;
}


h2 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 14pt;
text-align:center}


h3 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt;
text-align:center}


h4 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt;
text-align:center}


h5 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt;
text-align:center}


h6 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 11pt;
font-style: normal;
text-align: center;
}



