/* -------- For Links -------- */
a {
	color: blue;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

.for_headers {
	font-family: Arial;
	color: #000000;
}

/* -------- For everything else -------- */



.blue {color: blue;
text-align: left;
	left: 150px;
	position: absolute;
	top: 575px;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.rounded-corners2 {
border-width: 1px;
border-style: solid; 
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.rounded-corners3 {
border-width: 2px;
border-style: solid; 
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.text-black {
	color: black;
}

.text-silver {
	color: silver;
}


.text-blue {
	color: blue;
}

.text-red {
	color: red;
	
}

.text-green {
	color: green;
	
}

.text-plain {
	font-weight: normal;
	font-style: normal;
}

.text-bold {
	font-weight: bold;
}

.font-arial {
	font-family: Arial;
}

.font-verdana {
	font-family: Verdana;
}

.font-times {
	font-family: Times;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align: bottom;
}

.size-10 {
	font-size: 10px;
}

.size-12 {
	font-size: 12px;
}

.size-13 {
	font-size: 13px;
}

.size-14 {
	font-size: 14pt;	
}

.size-15 {
	font-size: 15pt;	
}

.size-16 {
	font-size: 16pt;
}

.size-18 {
	font-size: 18pt;
}

.size-20 {
	font-size: 20pt;
}

.size-22 {
	font-size: 22pt;
}

.size-24 {
	font-size: 24pt;
}

.size-26 {
	font-size: 26pt;
}

.size-28 {
	font-size: 28pt;
}

.size-30 {
	font-size: 30pt;
}

.pad-none {
	padding: 0;
}

.pad-5px {
	padding: 5px;
}

.pad-10px {
	padding: 10px;
}

.pad-10px-left {
	padding-left: 10px;
}

.pad-10px-top {
	padding-top: 10px;
}

.pad-10px-right {
	padding-right: 10px;
}

.pad-10px-bottom {
	padding-bottom: 10px;
}

.margin-left-5px {
	margin-left: 5px;
}

.margin-left-10px {
	margin-left: 10px;
}

.pad-10px {
	padding: 10px;
}

.pad-20px {
	padding: 20px;
}

.pad-left-10px {
	padding-left: 10px;
}

.pad-right-20px {
	padding-right: 20px;
}

.bgrnd-silver {
	background-color: #c0c0c0;
}

.bgrnd-ajm {
	background-color: #a3a3a3
}

.bgrnd-tan {
	background-color: #be9a38;
}

.bgrnd-aqua {
	background-color: aqua;
}

.bord-1px-black {
	border: 1px ridge black;
}

.bord-1px-black-left {
	border-left-color: 1px ridge black;
}

.bord-1px-black-top{
	border-top-color: 1px ridge black;
}

.bord-1px-black-right{
	border-right-color: 1px ridge black;
}

.bord-1px-black-bottom{
	border-bottom-color: 1px ridge black;
}

.bord-2px-black-pad {
	border: 2px ridge black;
	padding: 5px;
}

.bord-2px-black {
	border: 2px ridge black;
}

.bord-2px-pink {
	border: 2px ridge fuchsia;
}

.bord-4px-pink {
	border: 4px ridge fuchsia;
}

.bord-4px-blue {
	border: 4px ridge blue;
}

.pos-t0-l0 {
	position: absolute;
	left: 0;
	top: 0;
}

.pos-t0-l10 {
	position: absolute;
	top: 0px;
	left: 10px;
}

.pos-t1-l5 {
	position: absolute;
	top: 1px;
	left: 5px;
}

.pos-t10-l10 {
	position: absolute;
	top: 10px;
	left: 10px;
}

.pos-t30-l20 {
	position: absolute;
	top: 30px;
	left: 20px;
}

.pos-t40-l210 {
	position: absolute;
	top: 40px;
	left: 210px;
}

.pos-t50-l210 {
	position: absolute;
	top: 50px;
	left: 210px;
}

.pos-t50-l310 {
	position: absolute;
	top: 50px;
	left: 310px;
}

.pos-t65-l550 {
	position: absolute;
	top: 65px;
	left: 550px;
}

.pos-t70-l210 {
	position: absolute;
	top: 70px;
	left: 210px;
}

.pos-t70-l550 {
	position: absolute;
	top: 70px;
	left: 550px;
}

.pos-t80-l550 {
	position: absolute;
	top: 80px;
	left: 550px;
}

.pos-t105-l10 {
	position: absolute;
	top: 105px;
	left: 10px;
}

.pos-t105-l250 {
	position: absolute;
	top: 105px;
	left: 250px;
}

.pos-t110 {
	position: absolute;
	top: 110px;
}

.pos-t110-l10 {
	position: absolute;
	top: 110px;
	left: 10px;
}

.pos-t110-l350 {
	position: absolute;
	top: 110px;
	left: 350px;
}

.pos-t120-l0 {
	position: absolute;
	top: 120px;
	left: 0px;
}

.pos-t120-l10 {
	position: absolute;
	top: 120px;
	left: 10px;
}

.pos-t120-l30 {
	position: absolute;
	top: 120px;
	left: 30px;
}

.pos-t120-l50 {
	position: absolute;
	left: 50px;
	top: 120px;
}

.pos-t120-l210 {
	position: absolute;
	left: 210px;
	top: 120px;
}

.pos-t120-l410 {
	position: absolute;
	left: 410px;
	top: 120px;
}

.pos-t120-l610 {
	position: absolute;
	left: 610px;
	top: 120px;
}

.pos-t120-l130 {
	position: absolute;
	left: 130px;
	top: 120px;
}

.pos-t120-l250 {
	position: absolute;
	top: 120px;
	left: 250px;
}

.pos-t130 {
	position: absolute;
	left: 0px;
	top: 130px;
}

.pos-t130-l0 {
	position: absolute;
	left: 0px;
	top: 130px;
}

.pos-t130-l30 {
	position: absolute;
	left: 30px;
	top: 130px;
}

.pos-t130-l50 {
	position: absolute;
	left: 50px;
	top: 130px;
}

.pos-t130-l140 {
	position: absolute;
	left: 140px;
	top: 130px;
}

.pos-t130-l150 {
	position: absolute;
	left: 150px;
	top: 130px;
}

.pos-t130-l200 {
	position: absolute;
	left: 200px;
	top: 130px;
}

.pos-t130-l350 {
	position: absolute;
	left: 350px;
	top: 130px;
}

.pos-t140 {
	position: absolute;
	top: 140px;
}

.pos-t140-l10 {
	position: absolute;
	top: 140px;
	left: 10px;
}

.pos-t140-l30 {
	position: absolute;
	top: 140px;
	left: 30px;
}

.pos-t140-l140 {
	position: absolute;
	top: 140px;
	left: 140px;
}

.pos-t140-l170 {
	position: absolute;
	top: 140px;
	left: 170px;
}

.pos-t145-l10 {
	position: absolute;
	left: 10px;
	top: 145px;
}

.pos-t145-l30 {
	position: absolute;
	left: 30px;
	top: 145px;
}

.pos-t145-l210 {
	position: absolute;
	left: 210px;
	top: 145px;
}

.pos-t150-l10 {
	position: absolute;
	left: 10px;
	top: 150px;
}

.pos-t150-l30 {
	position: absolute;
	left: 30px;
	top: 150px;
}

.pos-t150-l50 {
	position: absolute;
	left: 50px;
	top: 150px;
}

.pos-t150-l400 {
	position: absolute;
	left: 400px;
	top: 150px;
}

.pos-t150-l490 {
	position: absolute;
	left: 490px;
	top: 150px;
}

.pos-t160-l10 {
	position: absolute;
	left: 10px;
	top: 160px;
}

.pos-t160-l30 {
	position: absolute;
	left: 30px;
	top: 160px;
}

.pos-t170-l10 {
	position: absolute;
	left: 10px;
	top: 170px;
}

.pos-t170-l30 {
	position: absolute;
	left: 30px;
	top: 170px;
}

.pos-t170-l650 {
	position: absolute;
	left: 650px;
	top: 170px;
}

.pos-t170-l700 {
	position: absolute;
	left: 700px;
	top: 170px;
}



.pos-t185 {
	position: absolute;
	top: 185px;
}

.pos-t185-l10 {
	position: absolute;
	left: 10px;
	top: 185px;
}

.pos-t185-l30 {
	position: absolute;
	left: 30px;
	top: 185px;
}

.pos-t185-l250 {
	position: absolute;
	left: 250px;
	top: 185px;
}

.pos-t185-l490 {
	position: absolute;
	left: 490px;
	top: 185px;
}

.pos-t185-l730 {
	position: absolute;
	left: 730px;
	top: 185px;
}

.pos-t195-l10 {
	position: absolute;
	left: 10px;
	top: 195px;
}

.pos-t195-l20 {
	position: absolute;
	left: 20px;
	top: 195px;
}

.pos-t195-l250 {
	position: absolute;
	left: 250px;
	top: 195px;
}

.pos-t195-l490 {
	position: absolute;
	left: 490px;
	top: 195px;
}

.pos-t195-l730 {
	position: absolute;
	left: 730px;
	top: 195px;
}

.pos-t200-l10 {
	position: absolute;
	top: 200px;
	left: 10px;
}

.pos-t200-l30 {
	position: absolute;
	top: 200px;
	left: 30px;
}

.pos-t200-l50 {
	position: absolute;
	top: 200px;
	left: 50px;
}

.pos-t200-l150 {
	position: absolute;
	top: 200px;
	left: 150px;
}

.pos-t200-l300 {
	position: absolute;
	top: 200px;
	left: 300px;
}

.pos-t200-l320 {
	position: absolute;
	top: 200px;
	left: 320px;
}

.pos-t200-l490 {
	position: absolute;
	top: 200px;
	left: 490px;
}

.pos-t200-l610 {
	position: absolute;
	top: 200px;
	left: 610px;
}

.pos-t200-l660 {
	position: absolute;
	top: 200px;
	left: 660px;
}

.pos-t200-l750 {
	position: absolute;
	top: 200px;
	left: 750px;
}

.pos-t210-l10 {
	position: absolute;
	top: 210px;
	left: 10px;
}

.pos-t210-l50 {
	position: absolute;
	top: 210px;
	left: 50px;
}

.pos-t220-l10 {
	position: absolute;
	top: 220px;
	left: 10px;
}

.pos-t220-l50 {
	position: absolute;
	top: 220px;
	left: 50px;
}

.pos-t225-l10 {
	position: absolute;
	left: 10px;
	top: 225px;
}

.pos-t225-l30 {
	position: absolute;
	left: 30px;
	top: 225px;
}

.pos-t225-l50 {
	position: absolute;
	top: 225px;
	left: 50px;
}

.pos-t225-l250 {
	position: absolute;
	left: 250px;
	top: 225px;
}

.pos-t225-l490 {
	position: absolute;
	left: 490px;
	top: 225px;
}

.pos-t225-l730 {
	position: absolute;
	left: 730px;
	top: 225px;
}

.pos-t230-l10 {
	position: absolute;
	top: 230px;
	left: 10px;
}

.pos-t230-l10 {
	position: absolute;
	top: 230px;
	left: 10px;
}

.pos-t240-l50 {
	position: absolute;
	top: 240px;
	left: 50px;
}

.pos-t240-l50 {
	position: absolute;
	top: 240px;
	left: 50px;
}

.pos-t250-l10 {
	position: absolute;
	top: 250px;
	left: 10px;
}

.pos-t250-l30 {
	position: absolute;
	top: 250px;
	left: 30px;
}

.pos-t250-l50 {
	position: absolute;
	top: 250px;
	left: 50px;
}

.pos-t250-l490 {
	position: absolute;
	left: 490px;
	top: 250px;
}

.pos-t260-l10 {
	position: absolute;
	left: 10px;
	top: 260px;
}

.pos-t260-l50 {
	position: absolute;
	left: 50px;
	top: 260px;
}

.pos-t270-l10 {
	position: absolute;
	left: 10px;
	top: 270px;
}

.pos-t270-l50 {
	position: absolute;
	left: 50px;
	top: 270px;
}

.pos-t278-l100 {
	position: absolute;
	top: 278px;
	left: 100px;
}

.pos-t278-l150 {
	position: absolute;
	top: 278px;
	left: 150px;
}

.pos-t278-l200 {
	position: absolute;
	top: 278px;
	left: 200px;
}

.pos-t280-l10 {
	position: absolute;
	left: 10px;
	top: 280px;
}

.pos-t280-l20 {
	position: absolute;
	left: 20px;
	top: 280px;
}

.pos-t280-l50 {
	position: absolute;
	left: 50px;
	top: 280px;
}

.pos-t290-l10 {
	position: absolute;
	left: 10px;
	top: 290px;
}

.pos-t290-l20 {
	position: absolute;
	left: 20px;
	top: 290px;
}

.pos-t290-l50 {
	position: absolute;
	left: 50px;
	top: 290px;
}

.pos-t290-l480 {
	position: absolute;
	left: 480px;
	top: 290px;
}

.pos-t290-l490 {
	position: absolute;
	left: 490px;
	top: 290px;
}

.pos-t300-l10 {
	position: absolute;
	top: 300px;
	left: 10px;
}

.pos-t300-l20 {
	position: absolute;
	top: 300px;
	left: 20px;
}

.pos-t300-l150 {
	position: absolute;
	top: 300px;
	left: 150px;
}

.pos-t300-l465 {
	position: absolute;
	top: 300px;
	left: 465px;
}

.pos-t300-l485 {
	position: absolute;
	top: 300px;
	left: 485px;
}

.pos-t300-l490 {
	position: absolute;
	top: 300px;
	left: 490px;
}

.pos-t310-l10 {
	position: absolute;
	top: 310px;
	left: 10px;
}

.pos-t320-l10 {
	position: absolute;
	left: 10px;
	top: 320px;
}

.pos-t320-l50 {
	position: absolute;
	left: 50px;
	top: 320px;
}

.pos-t320-l150 {
	position: absolute;
	left: 150px;
	top: 320px;
}

.pos-t320-l550 {
	position: absolute;
	left: 550px;
	top: 320px;
}

.pos-t330-l10 {
	position: absolute;
	left: 10px;
	top: 330px;
}

.pos-t330-l20 {
	position: absolute;
	left: 20px;
	top: 330px;
}

.pos-t340-l490 {
	position: absolute;
	left: 490px;
	top: 340px;
}

.pos-t350-l10 {
	position: absolute;
	left: 10px;
	top: 350px;
}

.pos-t350-l50 {
	position: absolute;
	left: 50px;
	top: 350px;
}

.pos-t350-l150 {
	position: absolute;
	top: 350px;
	left: 150px;
}

.pos-t350-l490 {
	position: absolute;
	top: 350px;
	left: 490px;
}

.pos-t350-l550 {
	position: absolute;
	top: 350px;
	left: 550px;
}

.pos-t360-l10 {
	position: absolute;
	left: 10px;
	top: 360px;
}

.pos-t360-l20 {
	position: absolute;
	left: 20px;
	top: 360px;
}

.pos-t360-l250 {
	position: absolute;
	left: 250px;
	top: 360px;
}

.pos-t360-l490 {
	position: absolute;
	left: 490px;
	top: 360px;
}

.pos-t360-l730 {
	position: absolute;
	left: 730px;
	top: 360px;
}

.pos-t370-l10 {
	position: absolute;
	left: 10px;
	top: 370px;
}

.pos-t370-l20 {
	position: absolute;
	left: 20px;
	top: 370px;
}

.pos-t370-l700 {
	position: absolute;
	left: 700px;
	top: 370px;
}

.pos-t380-l20 {
	position: absolute;
	left: 20px;
	top: 380px;
}

.pos-t382-l10 {
	position: absolute;
	left: 10px;
	top: 382px;
}

.pos-t382-l150 {
	position: absolute;
	left: 150px;
	top: 382px;
}

.pos-t382-l550 {
	position: absolute;
	left: 550px;
	top: 382px;
}

.pos-t385-l70 {
	position: absolute;
	left: 70px;
	top: 385px;
}

.pos-t390-l20 {
	position: absolute;
	left: 20px;
	top: 390px;
}

.pos-t390-l150 {
	position: absolute;
	left: 150px;
	top: 390px;
}

.pos-t400-l10 {
	position: absolute;
	top: 400px;
	left: 10px;
}

.pos-t400-l20 {
	position: absolute;
	top: 400px;
	left: 20px;
}

.pos-t400-l50 {
	position: absolute;
	top: 400px;
	left: 50px;
}

.pos-t400-l650 {
	position: absolute;
	top: 400px;
	left: 650px;
}

.pos-t400-l700 {
	position: absolute;
	top: 400px;
	left: 700px;
}

.pos-t430-l10 {
	position: absolute;
	top: 430px;
	left: 10px;
}

.pos-t430-l30 {
	position: absolute;
	top: 430px;
	left: 30px;
}

.pos-t450-l20 {
	position: absolute;
	top: 450px;
	left: 20px;
}

.pos-t450-l210 {
	position: absolute;
	top: 450px;
	left: 210px;
}

.pos-t450-l320 {
	position: absolute;
	top: 450px;
	left: 320px;
}

.pos-t460-l20 {
	position: absolute;
	top: 460px;
	left: 20px;
}

.pos-t460-l200 {
	position: absolute;
	top: 460px;
	left: 200px;
}

.pos-t470-l20 {
	position: absolute;
	top: 470px;
	left: 20px;
}

.pos-t480-l20 {
	position: absolute;
	top: 480px;
	left: 20px;
}

.pos-t490-l20 {
	position: absolute;
	top: 490px;
	left: 20px;
}

.pos-t500-l20 {
	position: absolute;
	left: 20px;
	top: 500px;
}

.pos-t500-l30 {
	position: absolute;
	left: 30px;
	top: 500px;
}

.pos-t510-l20 {
	position: absolute;
	left: 20px;
	top: 510px;
}

.pos-t510-l30 {
	position: absolute;
	left: 30px;
	top: 510px;
}

.pos-t520-l20 {
	position: absolute;
	left: 20px;
	top: 520px;
}

.pos-t520-l30 {
	position: absolute;
	left: 30px;
	top: 520px;
}

.pos-t530-l20 {
	position: absolute;
	left: 20px;
	top: 530px;
}

.pos-t540-l20 {
	position: absolute;
	left: 20px;
	top: 540px;
}

.pos-t540-l30 {
	position: absolute;
	left: 30px;
	top: 540px;
}

.pos-t540-l50 {
	position: absolute;
	left: 50px;
	top: 540px;
}

.pos-t540-l210 {
	position: absolute;
	left: 210px;
	top: 540px;
}

.pos-t540-l410 {
	position: absolute;
	left: 410px;
	top: 540px;
}

.pos-t550-l20 {
	position: absolute;
	left: 20px;
	top: 550px;
}

.pos-t560-l10 {
	position: absolute;
	left: 10px;
	top: 560px;
}

.pos-t560-l20 {
	position: absolute;
	left: 20px;
	top: 560px;
}

.pos-t560-l30 {
	position: absolute;
	left: 30px;
	top: 560px;
}

.pos-t560-l50 {
	position: absolute;
	left: 50px;
	top: 560px;
}

.pos-t560-l150 {
	position: absolute;
	left: 150px;
	top: 560px;
}

.pos-t560-l300 {
	position: absolute;
	left: 300px;
	top: 560px;
}

.pos-t560-l320 {
	position: absolute;
	left: 320px;
	top: 560px;
}

.pos-t560-l400 {
	position: absolute;
	left: 400px;
	top: 560px;
}

.pos-t560-l550 {
	position: absolute;
	left: 550px;
	top: 560px;
}

.pos-t570-l20 {
	position: absolute;
	left: 20px;
	top: 570px;
}

.pos-t580-l10 {
	position: absolute;
	left: 10px;
	top: 580px;
}

.pos-t580-l20 {
	position: absolute;
	left: 20px;
	top: 580px;
}

.pos-t580-l50 {
	position: absolute;
	left: 50px;
	top: 580px;
}

.pos-t580-l100 {
	position: absolute;
	left: 100px;
	top: 580px;
}

.pos-t590-l10 {
	position: absolute;
	left: 10px;
	top: 590px;
}

.pos-t590-l20 {
	position: absolute;
	left: 20px;
	top: 590px;
}

.pos-t590-l100 {
	position: absolute;
	left: 100px;
	top: 590px;
}

.pos-t600-l10 {
	position: absolute;
	left: 10px;
	top: 600px;
}

.pos-t600-l20 {
	position: absolute;
	left: 20px;
	top: 600px;
}

.pos-t600-l50 {
	position: absolute;
	left: 50px;
	top: 600px;
}

.pos-t600-l100 {
	position: absolute;
	left: 100px;
	top: 600px;
}

.pos-t600-l150 {
	position: absolute;
	top: 600px;
	left: 150px;
}

.pos-t600-l200 {
	position: absolute;
	top: 600px;
	left: 200px;
}

.pos-t600-l550 {
	position: absolute;
	top: 600px;
	left: 550px;
}

.pos-t610-l200 {
	position: absolute;
	top: 610px;
	left: 200px;
}

.pos-t610-l600 {
	position: absolute;
	top: 610px;
	left: 600px;
}

.pos-t620-l200 {
	position: absolute;
	top: 620px;
	left: 200px;
}

.pos-t630-l10 {
	position: absolute;
	top: 630px;
	left: 10

}

.pos-t630-l50 {
	position: absolute;
	top: 630px;
	left: 50

}

.pos-t630-l100 {
	position: absolute;
	top: 630px;
	left: 100

}

.pos-t630-l200 {
	position: absolute;
	top: 630px;
	left: 200

}

.pos-t632-l100 {
	position: absolute;
	top: 632px;
	left: 100
	
}

.pos-t632-l150 {
	position: absolute;
	top: 632px;
	left: 150px;
}

.pos-t632-l550 {
	position: absolute;
	top: 632px;
	left: 550px;
}

.pos-t640-l200 {
	position: absolute;
	top: 640px;
	left: 200px;
}

.pos-t650-l10 {
	position: absolute;
	top: 650px;
	left: 10px;
}

.pos-t650-l20 {
	position: absolute;
	top: 650px;
	left: 20px;
}

.pos-t650-l50 {
	position: absolute;
	top: 650px;
	left: 50px;
}

.pos-t650-l550 {
	position: absolute;
	top: 650px;
	left: 550px;
}

.pos-t660-l20 {
	position: absolute;
	top: 660px;
	left: 20px;
}

.pos-t670-l50 {
	position: absolute;
	top: 670px;
	left: 50px;
}

.pos-t670-l100 {
	position: absolute;
	top: 670px;
	left: 100px;
}

.pos-t680-l10 {
	position: absolute;
	top: 680px;
	left: 10px;
}

.pos-t680-l20 {
	position: absolute;
	top: 680px;
	left: 20px;
}

.pos-t680-l50 {
	position: absolute;
	top: 680px;
	left: 50px;
}

.pos-t690-l10 {
	position: absolute;
	top: 690px;
	left: 10px;
}

.pos-t690-l20 {
	position: absolute;
	top: 690px;
	left: 20px;
}

.pos-t690-l50 {
	position: absolute;
	top: 690px;
	left: 50px;
}

.pos-t690-l100 {
	position: absolute;
	top: 690px;
	left: 100px;
}

.pos-t700-l10 {
	position: absolute;
	top: 700px;
	left: 10px;
}

.pos-t700-l50 {
	position: absolute;
	top: 700px;
	left: 50px;
}

.pos-t700-l100 {
	position: absolute;
	top: 700px;
	left: 100px;
}

.pos-t720-l20 {
	position: absolute;
	top: 720px;
	left: 20px;
}

.pos-t720-l200 {
	position: absolute;
	top: 720px;
	left: 200px;
}

.pos-t730-l50 {
	position: absolute;
	top: 730px;
	left: 50px;
}

.pos-t750-l10 {
	position: absolute;
	top: 750px;
	left: 10px;
}

.pos-t750-l20 {
	position: absolute;
	top: 750px;
	left: 20px;
}

.pos-t750-l50 {
	position: absolute;
	top: 750px;
	left: 50px;
}

.pos-t750-l100 {
	position: absolute;
	top: 750px;
	left: 100px;
}

.pos-t750-l200 {
	position: absolute;
	top: 750px;
	left: 200px;
}

.pos-t770-l10 {
	position: absolute;
	top: 770px;
	left: 10px;
}

.pos-t790-l10 {
	position: absolute;
	top: 790px;
	left: 10px;
}

.pos-t800-l10 {
	position: absolute;
	top: 800px;
	left: 10px;
}

.pos-t800-l20 {
	position: absolute;
	top: 800px;
	left: 20px;
}

.pos-t800-l50 {
	position: absolute;
	top: 800px;
	left: 50px;
}

.pos-t810-l10 {
	position: absolute;
	top: 810px;
	left: 10px;
}

.pos-t810-l150 {
	position: absolute;
	top: 810px;
	left: 150px;
}

.pos-t810-l550 {
	position: absolute;
	top: 810px;
	left: 550px;
}

.pos-t820-l10 {
	position: absolute;
	top: 820px;
	left: 10px;
}

.pos-t820-l50 {
	position: absolute;
	top: 820px;
	left: 50px;
}

.pos-t830-l10 {
	position: absolute;
	top: 830px;
	left: 10px;
}

.pos-t830-l30 {
	position: absolute;
	top: 830px;
	left: 30px;
}

.pos-t830-l50 {
	position: absolute;
	top: 830px;
	left: 50px;
}

.pos-t840-l10 {
	top: 840px;
	left: 10px;
	position: absolute;
}

.pos-t840-l50 {
	top: 840px;
	left: 50px;
	position: absolute;
}

.pos-t840-l150 {
	top: 840px;
	left: 150px;
	position: absolute;
}

.pos-t850-l10 {
	position: absolute;
	top: 850px;
	left: 10px;
}

.pos-t850-l25 {
	position: absolute;
	top: 850px;
	left: 25px;
}

.pos-t850-l40 {
	position: absolute;
	top: 850px;
	left: 40px;
}

.pos-t850-l50 {
	position: absolute;
	top: 850px;
	left: 50px;
}

.pos-t850-l150 {
	position: absolute;
	top: 850px;
	left: 150px;
}

.pos-t860-l10 {
	position: absolute;
	top: 860px;
	left: 10px;
}

.pos-t860-l50 {
	position: absolute;
	top: 860px;
	left: 50px;
}

.pos-t870-l10 {
	position: absolute;
	top: 870px;
	left: 10px;
}

.pos-t870-l40 {
	position: absolute;
	top: 870px;
	left: 40px;
}

.pos-t870-l50 {
	position: absolute;
	top: 870px;
	left: 50px;
}

.pos-t880-l10 {
	position: absolute;
	top: 880px;
	left: 10px;
}

.pos-t880-l30 {
	position: absolute;
	top: 880px;
	left: 30px;
}

.pos-t880-l50 {
	position: absolute;
	top: 880px;
	left: 50px;
}

.pos-t890-l10 {
	position: absolute;
	top: 890px;
	left: 10px;
}

.pos-t890-l50 {
	position: absolute;
	top: 890px;
	left: 50px;
}

.pos-t900-l10 {
	position: absolute;
	top: 900px;
	left: 10px;
}

.pos-t900-l30 {
	position: absolute;
	top: 900px;
	left: 30px;
}

.pos-t900-l50 {
	position: absolute;
	top: 900px;
	left: 50px;
}

.pos-t900-l150 {
	position: absolute;
	top: 900px;
	left: 150px;
}

.pos-t910-l30 {
	position: absolute;
	top: 910px;
	left: 30px;
}

.pos-t940-l10 {
	position: absolute;
	top: 940px;
	left: 10px;
}

.pos-t950-l10 {
	position: absolute;
	top: 950px;
	left: 10px;
}

.pos-t950-l50 {
	position: absolute;
	top: 950px;
	left: 50px;
}

.pos-t950-l300 {
	position: absolute;
	top: 950px;
	left: 300px;
}

.pos-t960-l10 {
	position: absolute;
	top: 960px;
	left: 10px;
}

.pos-t980-l10 {
	position: absolute;
	top: 980px;
	left: 10px;
}

.pos-t1080-l30 {
	position: absolute;
	top: 1080px;
	left: 30px;
}

.pos-t1100-l30 {
	position: absolute;
	top: 1100px;
	left: 30px;
}

.pos-t1100-l50 {
	position: absolute;
	top: 1100px;
	left: 50px;
}

.pos-t1110-l30 {
	position: absolute;
	top: 1110px;
	left: 30px;
}

.pos-t1150-l30 {
	position: absolute;
	top: 1150px;
	left: 30px;
}

.pos-t1200-l50 {
	position: absolute;
	top: 1200px;
	left: 50px;
}

.pos-t1210-l50 {
	position: absolute;
	top: 1210px;
	left: 50px;
}

.pos-t1220-l50 {
	position: absolute;
	top: 1220px;
	left: 50px;
}

.pos-t1230-l50 {
	position: absolute;
	top: 1230px;
	left: 50px;
}

.pos-t1300-l50 {
	position: absolute;
	top: 1300px;
	left: 50px;
}

.pos-t1400-l50 {
	position: absolute;
	top: 1400px;
	left: 50px;
}

.pos-t1450-l50 {
	position: absolute;
	top: 1450px;
	left: 50px;
}

.pos-t1500-l50 {
	position: absolute;
	top: 1500px;
	left: 50px;
}

.pos-t1550-l50 {
	position: absolute;
	top: 1550px;
	left: 50px;
}

.pos-t1600-l50 {
	position: absolute;
	top: 1600px;
	left: 50px;
}

.pos-t1650-l50 {
	position: absolute;
	top: 1650px;
	left: 50px;
}

.pos-t1700-l50 {
	position: absolute;
	top: 1700px;
	left: 50px;
}

.pos-t1800-l50 {
	position: absolute;
	top: 1800px;
	left: 50px;
}

.pos-t1900-l50 {
	position: absolute;
	top: 1900px;
	left: 50px;
}

.pos-t2000-l50 {
	position: absolute;
	top: 2000px;
	left: 50px;
}

.top-left {
	position: absolute;
	top: 350px;
	left: 150px;
	border: 2px ridge black;
}

.top-right {
	position: absolute;
	top: 350px;
	left: 450px;
	border: 2px ridge black;
}

div.full-550 {
	width: 945px;
	height: 550px;
	position: static;
	background-color: transparent;
}

div.full-600 {
	width: 945px;
	height: 600px;
	position: static;
	background-color: transparent;
}

div.full-650 {
	width: 945px;
	height: 650px;
	position: static;
	background-color: transparent;
}

div.full-700 {
	width: 945px;
	height: 700px;
	position: static;
	background-color: transparent;
	

}

div.full-750 {
	width: 945px;
	height: 750px;
	position: static;
	background-color: transparent;
}

div.full-800 {
	width: 945px;
	height: 800px;
	position: static;
	background-color: transparent;
}

div.full-810 {
	width: 945px;
	height: 810px;
	position: static;
	background-color: transparent;
}

div.full-820 {
	width: 945px;
	height: 820px;
	position: static;
	background-color: transparent;
}

div.full-830 {
	width: 945px;
	height: 830px;
	position: static;
	background-color: transparent;
}

div.full-850 {
	width: 945px;
	height: 850px;
	position: static;
	background-color: transparent;
}

div.full-900 {
	width: 945px;
	height: 900px;
	position: static;
	background-color: transparent;
}

div.full-930 {
	width: 945px;
	height: 930px;
	position: static;
	background-color: transparent;
}

div.full-950 {
	width: 945px;
	height: 950px;
	position: static;
	background-color: transparent;
}

div.full-1050 {
	width: 945px;
	height: 1050px;
	position: static;
	background-color: transparent;
}

div.full-1150 {
	width: 945px;
	height: 1150px;
	position: static;
	background-color: transparent;
}

div.full-1200 {
	width: 945px;
	height: 1200px;
	position: static;
	background-color: transparent;
}

div.full-1300 {
	width: 945px;
	height: 1300px;
	position: static;
	background-color: transparent;
}

div.full-1400 {
	width: 945px;
	height: 1400px;
	position: static;
	background-color: transparent;
}

div.full-1500 {
	width: 945px;
	height: 1500px;
	position: static;
	background-color: transparent;
}

div.full-1600 {
	width: 945px;
	height: 1600px;
	position: static;
	background-color: transparent;
}

div.full-1700 {
	width: 945px;
	height: 1600px;
	position: static;
	background-color: transparent;
}

div.full-1800 {
	width: 945px;
	height: 1800px;
	position: static;
	background-color: transparent;
}

div.full-1900 {
	width: 945px;
	height: 1900px;
	position: static;
	background-color: transparent;
}

div.full-2000 {
	width: 945px;
	height: 2000px;
	position: static;
	background-color: transparent;
}

div.full-2100 {
	width: 945px;
	height: 2100px;
	position: static;
	background-color: transparent;
}

div.full-2150 {
	width: 945px;
	height: 2150px;
	position: static;
	background-color: transparent;
}

div.full-2250 {
	width: 945px;
	height: 2250px;
	position: static;
	background-color: transparent;
}

div.full-2350 {
	width: 945px;
	height: 2350px;
	position: static;
	background-color: transparent;
}

div.full-2550 {
	width: 945px;
	height: 2550px;
	position: static;
	background-color: transparent;
}

div.google-r {
	width: 175px;
	height: 600px;
	background-color: white;
	position: absolute;
	top: 285px;
	left: 785px;
}

div.google-r-air {
	width: 175px;
	height: 600px;
	background-color: white;
	position: absolute;
	top: 140px;
	left: 750px;
}

div.google-r-car {
	width: 175px;
	height: 600px;
	background-color: white;
	position: absolute;
	top: 140px;
	left: 700px;
}

div.google-r-scratch {
	width: 175px;
	height: 600px;
	background-color: white;
	position: absolute;
	top: 140px;
	left: 775px;
}

div.panel-w930-h365-plan {
	width: 910px;
	height: 400px;
	background-color: #c0c0c0;
	position: absolute;
	top: 450px;
	left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.panel-w130-h30 {
	width: 130px;
	height: 30px;
}

div.panel-w130-h40 {
	width: 130px;
	height: 40px;
}

div.panel-w130-h50 {
	width: 130px;
	height: 50px;
}

div.panel-w130-h70 {
	width: 130px;
	height: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 10px;
}

div.panel-w130-h260 {
	width: 130px;
	height: 260px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 10px;
}

div.panel-w130-h610 {
	width: 130px;
	height: 610px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 10px;
}

div.panel-w145-h145 {
	width: 145px;
	height: 145px;
	padding: 10px;
}

div.panel-w145-h1000 {
	width: 145px;
	height: 1000px;
	padding: 10px;
}

div.panel-w165-h1000 {
	width: 165px;
	height: 1000px;
	padding: 10px;
}

div.panel-w300-h250 {
	width: 300px;
	height: 250px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 10px;
}

div.panel-w445-h25 {
	width: 445px;
	height: 25px;
}

div.panel-w445-h30 {
	width: 445px;
	height: 30px;
}

div.panel-w445-h40 {
	width: 445px;
	height: 40px;
}

div.panel-w445-h100 {
	width: 445px;
	height: 100px;
}

div.panel-w445-h200 {
	width: 445px;
	height: 200px;
}

div.panel-w445-h250 {
	width: 445px;
	height: 250px;
}

div.panel-w445-h270 {
	width: 445px;
	height: 270px;
}

div.panel-w445-h300 {
	width: 445px;
	height: 300px;
}

div.panel-w445-h800 {
	width: 445px;
	height: 800px;
}

div.panel-w460-h600 {
	width: 460px;
	height: 600px;
}

div.panel-w460-h800 {
	width: 460px;
	height: 800px;
}

div.panel-w600-h175 {
	width: 600px;
	height: 175px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 10px;
}

div.panel-w650-h20 {
	width: 650px;
	height: 20px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w650-h30 {
	width: 650px;
	height: 30px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w650-h50 {
	width: 650px;
	height: 50px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w650-h175 {
	width: 650px;
	height: 175px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

div.panel-w650-h610 {
	width: 650px;
	height: 610px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

div.panel-w700-h610 {
	width: 700px;
	height: 610px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

div.panel-w728-h90 {
	width: 728px;
	height: 90px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w750-h90 {
	width: 750px;
	height: 90px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w750-h110 {
	width: 750px;
	height: 110px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w850-h50 {
	width: 850px;
	height: 50px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w850-h110 {
	width: 850px;
	height: 110px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w850-h120 {
	width: 850px;
	height: 120px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w900-h100 {
	width: 900px;
	height: 100px;
	position: absolute;
	
}

div.panel-w900-h300 {
	width: 900px;
	height: 300px;
	position: absolute;
	
}

div.panel-w920-h150 {
	width: 900px;
	height: 100px;
	position: absolute;
	
}

div.panel-w920-h200 {
	width: 900px;
	height: 200px;
	position: absolute;
	
}

div.panel-w920-h250 {
	width: 900px;
	height: 250px;
	position: absolute;
	
}

div.panel-w920-h300 {
	width: 900px;
	height: 300px;
	position: absolute;
	
}

div.panel-w930-h235 {
	width: 930px;
	height: 235px;
	
}

div.panel-w930-h50 {
	width: 930px;
	height: 50px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h250 {
	width: 930px;
	height: 250px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h260 {
	width: 930px;
	height: 260px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h270 {
	width: 930px;
	height: 270px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h280 {
	width: 930px;
	height: 280px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h290 {
	width: 930px;
	height: 290px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h300 {
	width: 930px;
	height: 300px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h310 {
	width: 930px;
	height: 310px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h320 {
	width: 930px;
	height: 320px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h330 {
	width: 930px;
	height: 330px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h340 {
	width: 930px;
	height: 340px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h350 {
	width: 930px;
	height: 350px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
}

div.panel-w930-h530 {
	width: 930px;
	height: 530px;
	position: absolute;
}

div.panel-w930-h540 {
	width: 930px;
	height: 540px;
	position: absolute;
}

div.panel-w930-h550 {
	width: 930px;
	height: 550px;
	position: absolute;
}

div.panel-w940-h30 {
	width: 940px;
	height: 30px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w940-h40 {
	width: 9400px;
	height: 40px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w940-h50 {
	width: 940px;
	height: 50px;
	position: absolute;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.panel-w940-h250 {
	width: 940px;
	height: 250px;
	position: absolute;
}

div.panel-w940-h350 {
	width: 940px;
	height: 350px;
	position: absolute;
}

div.panel-w950-h235 {
	width: 950px;
	height: 235px;
	
}

div.panel-w950-h240 {
	width: 950px;
	height: 240px;
	
}

div.panel-w950-h250 {
	width: 950px;
	height: 250px;
	position: absolute;
}


}

. {
	

