/* Sea Views Style sheet */

body { font-family: Arial, Helvetica, sans-serif;
       background: #FFFFFF;
	   margin-left: 15pt; margin-right: 15pt; }

h1.centre { color: #429D9D;
     text-align : center; 
	 margin: 2px 0px; }

h2 { color: #0000FF;
	 font-weight: bold; }

h3 { color: #0000FF; }

h4 { color: #0000FF; text-align : center; margin: 0 0; }    /* Use above centered photos. */
	  

/*--Link class btn.  These are for links to other pages.------------------*/
a.btn:link {font-weight: bold; font-size: 12px; COLOR: #0000FF; text-decoration: none }
a.btn:visited {font-weight: bold; font-size: 12px; Color:#0000FF;  text-decoration: none}
a.btn:hover {background: #000000; color: #ffffff; text-decoration: none}
a.btn:active {background: #00ff00; color: #ffffff; text-decoration: none}

/*--Link class btnA.  For the links for the current page.------------------*/
a.btnA:link {font-weight: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; BACKGROUND:#0000FF; text-decoration: none}
a.btnA:visited {font-weight: bold; FONT-SIZE: 12px; Color:#80FF80; BACKGROUND:#0000FF;  text-decoration: none}
a.btnA:hover {text-align: center; background: #000000; color: #ffffff; text-decoration: none}
a.btnA:active {text-align: center; background: #000000; color: #ffffff; text-decoration: none}

ol.num {type=1; font-size: x-small; } /* Small font - for the T&Cs */

li.sp { margin : 8pt  0; } /* Spaced.  Provides extra space between list items, but not the lines. */

li.s {font-size: 12px; margin : 4pt 0; }

li.dash { font-family: Arial, Helvetica, sans-serif; font-size: 16px; list-style-type: circle; }
	
p.small {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; }