body 
	{
		background-image: url('watermark2.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed
	}

h1
	{
		text-align: left;
		font-family: Arial;
		font-size: 18pt;
		font-weight: 500
	}
h1.company
	{
		text-align: left;
		font-family: Times;
		font-size: 36pt;
		font-weight: 900;
		margin-bottom: 0px
	}

h1.slogan
	{
		text-align: left;
		font-family: Times;
		font-size: 18pt;
		font-weight: 900;
		margin-top: 0px
	}
p
	{ 
		text-align: justify;		
		font-family: times;
		font-size: 14pt;
		font-weight: normal;
		margin-bottom: 150px
	}

p.n
	{ 
		text-align: justify;		
		font-family: times;
		font-size: 14pt;
		font-weight: normal;
		margin-bottom: 15px
	}
    
p.special
	{
		text-align: justify;
		font-family: Tahoma;
		font-size: 10pt
	}
	
p.copyright
	{
		text-align: justify;
		font-family: times;
		font-size: 12pt;
		font-weight: normal;
		margin-top: 450px;
		margin-bottom: 800px
	}
	
ul
	{
		list-style-type: none;
		font-family: Tahoma;
		font-size: 12pt;
		font-weight: 200
	} 

ul.bullet
	{
		list-style-type: circle;
		font-family: Tahoma;
		font-size: 12pt;
		font-weight: 200
	} 

div
	{
		position: relative;
        margin: 0px auto;
        width: 740px;
		z-index: 30
	}

div.plain
	{
		position: absolute;
        left: 0px;
        top: 0px
	}
div.image
	{
		position: absolute;
		z-index: 0
	}
div.title
	{
		position: absolute;
		z-index: 90;
		left: 280px;
		top: 128px;
		white-space: nowrap
	}
		
div.list
	{
		position: absolute;
		z-index: 90;
		left: 244px;
		top: 260px;
		white-space: nowrap
	}
div.blurb
	{
		position: absolute;
		z-index: 90;
		left: 530px;
		top: 260px;
		width: 240px
	}
div.insured
	{
		position: absolute;
		z-index: 90;
		text-align: left;
		font-family: Times;
		font-size: 14pt;
		left: 280px;
		top: 570px;
		white-space: nowrap
	}
div.descriptions
	{
		position: absolute;
		z-index: 30;
		left: 20px;
		top: 1500px;
		width: 740px;
	}

img
	{
		position: absolute;
		z-index: 10;
		border: 0px
	}
    
img.right
    {
	    position : relative;
        float: right;
	    border: 0px
    }

img.left
    {
	    position : relative;
        float: left;
	    border: 0px
    }
    
div.img_place_1
    {
        position: absolute;
        left: 30px;
        top: 89px;
        border: 0px
    }

div.img_place_2
    {
        position: absolute;
        z-index: 10;
        left: -35px;
        top: 271px;
        border: 0px
    }
    
div.img_place_5
    {
        position: absolute;
        left: 126px;
        top: 587px;
        border: 0px
    }
            
a               {text-decoration:none }
a:link          { color:#000000 }  /* unvisited link */
a:visited       { color:#000000 }  /* visited link */
a:active        { color:#000000 }  /* selected link */
a:hover         { color:#000000; font-size: 16pt; font-weight: 600}     /* mouse over link */

a.norm:link     { color:blue; text-decoration: underline }  /* unvisited link */
a.norm:visited  { color:blue; text-decoration: underline }  /* visited link */
a.norm:active   { color:blue; text-decoration: underline }  /* selected link */
a.norm:hover    { color:blue; font-size: 10pt; font-weight: normal; text-decoration: underline}

a.norm2:link     { color:blue; text-decoration: underline }  /* unvisited link */
a.norm2:visited  { color:blue; text-decoration: underline }  /* visited link */
a.norm2:active   { color:blue; text-decoration: underline }  /* selected link */
a.norm2:hover    { color:blue; font-size: 14pt; font-weight: normal; text-decoration: underline}
