
body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #667788;
		margin: 0;
	}

div.bg1
	{			
		height: 785px;
		width: 256px;
    background-image: url("graphics/gaj2.png");
    background-repeat: repeat-y;
		
	}

div.bg2
	{
		height: 716px;
		width: 800px;
		background-image: url("graphics/gaj1.gif");
    background-repeat: no-repeat;
  }
  
div.bg3
	{
		height: 716px;
		width: 800px;
		background-image: url("graphics/gaj1.png");
    background-repeat: no-repeat;
  }

table.tf
	{
		border-width: 1px;
		border-style: outset;
		border-spacing: 0;
		border-color: #999999;
		width: 802px;
		height: 716px;
		background-color: white;
	}
table.tf td
	{
		padding: 0;
		border-width: 0;
	}

div.logo
	{	
		position: absolute;
		margin-left: 90px;
		margin-top: 30px;
  }

p.tag1
	{
		position: absolute;
		margin-left: 500px;
		margin-top: 91px;
		color: white;
	}

div.tag2
	{
		position: absolute;
		margin-left: 365px;
		margin-top: 370px;
	}
	
div.tag2a
	{
		position: absolute;
		margin-left: 355px;
		margin-top: 156px;
		color: #555555;
		font-size: 20pt;
	}
	
div.bodya
	{
		position: absolute;
		margin-left: 355px;
		margin-top: 210px;
		width: 410px;
	}

div.tag3
	{
		position: absolute;
		margin-left: 565px;
		margin-top: 649px;
	}

div.textblock
	{
		position: absolute;
		margin-left: 365px;
		margin-top: 156px;
	}
	
div.fronttext
	{
		position: absolute;
		margin-left: 365px;
		margin-top: 350px;
		width: 370px;
		font-size: 10pt;
	}
	
div.navlinks
	{
		position: absolute;
		margin-left: 170px;
		margin-top: 540px;
		width: 115px;
		font-size: 10pt;
		text-align: right;
		z-index: 1;
	}
	
div.navlinks a
	{
		color: white;
		font-size: 10pt;
		font-weight: bold;
		display: block;
		padding-bottom: 6px;
		padding-left: 12px;
		padding-top: 6px;
	}
	
	div.navlinks a:hover
	{
		color: yellow;
	}
	
div.checks
	{
		position: absolute;
		margin-left: 385px;
		margin-top: 404px;
	}

div.photo
	{
		position: absolute;
		margin-left: 60px;
		margin-top: 290px;
		background-color: white;
	}

span.footer
	{
		color: white;
	}
	
ul.check
	{
		list-style-position: outside;
	}
	
ul.check li
	{
		padding-bottom: 8px;
		margin-left: -6px;
	}
	
span.listitem
	{
		padding-bottom: 3px;
		font-weight: bold;
	}