 
/* Set margins, background, and font default for page */
	 
	BODY {background-image: url('images/background/tile105.gif')}
	Body {margin: 2cm 1cm 2cm 1cm}
	Body {font: normal 600 12pt times; text-align: center;}
	Body {background-color: #F1F2E6; color: #505060}
 
/* sets color properties for the scrollbar  */
 
body {
SCROLLBAR-ARROW-COLOR: #B0E0E6;
SCROLLBAR-BASE-COLOR: #DC143C;
SCROLLBAR-FACE-COLOR: #D1C9A5;
SCROLLBAR-HIGHLIGHT-COLOR: #FFEBCD;
SCROLLBAR-SHADOW-COLOR: #8B0000;
SCROLLBAR-3DLIGHT-COLOR: #D8BFD8;
SCROLLBAR-TRACK-COLOR: #FFFFD7;
SCROLLBAR-DARKSHADOW-COLOR: #A52A2A;
}
 
/* Paragraph, horizontal rule and heading display  */
 
 	p.indent {text-indent: 1cm; text-align: left}
	p {text-align: left}
	p.right {text-align: right}
	p.center {text-align: center}
	p.blue {text-align :left ;color :#0000FF ; font-size : 13pt}
	p.red {text-align :left ;color :#FF0000}

	hr {Width: 85%; size:  3px; clear: both; color: #000080; align: center}
	hr.cat { background-image: url('catline2.gif'); align: center; background-color: #f1f2e6; clear: both; }
	
 	H1 {font-size: 25pt; text-align: center; }
 	H2 {font-size: 20pt; text-align: center; }
	H2.b {font-size: 20pt; text-align: center;  color: #0000ff}
	H2.r {font-size: 20pt; text-align: center;  color: #ff0000}
 	H3 {font-size: 15pt; text-align: center; }
 	H3.left {font-size: 15pt; text-align: left; color: #000000}
 	H4 {font-size: 12pt; font: italic}
	H4.b {font-size: 12pt; text-align: center;  color: #0000ff}
	H5 {font-size; 10pt ; font; italic}
 
/*  define bullett for unordered list  */ 
 
	ul.disc {list-style-type: disc}
	ul.circle {list-style-type: circle}
	ul.square {list-style-type: square}
	ul.none {list-style-type: none}
	ul {list-style-image: url('images/background/grayback.gif')}
	ul.a {list-style-image: url('dolphincat.gif')}
 
 /*  modifies first letter of paragraph  */
 
	span {float:left; width:0.7em; font-size:250%; font-family:ariel; line-height:90%;}
 
/*  navigation display  */
 
	a {text-decoration: none; color: #9C8473}
	a:hover {color: #F1F2E6; background-color: #808080}

/*  Container block  */

 	div.cont {float: center; width: 600px; text-align: left; padding: 5px; border: 2px gray}

/*  set image and caption for word wrap   */ 

	div.right {float: right; margin: 0 0 5px 5px; padding: 5px; border: 0; text-align: right;}

	div.center {float: center; margin: 2 2 2px 2px; padding: 5px; border: 0; text-align: center;}

	div.centerd {float: center; margin: 2 2 2px 2px; padding: 5px; clear: both; border: 0; text-align: center;}

	div.left {float: left; margin: 0 5 5px 0px; padding: 5px; border: 0; text-align: left;}

	div.leftone {float: left; margin: 5 5 5px 20px;font-size: 12pt ; padding: 35px; border: 0; text-align: left; }
 

