<!doctype html public "-//w3c//html 4.0//En" -->
<!-- Web Site .css extention-->

body {
	background: #000000;
	color: #000000;
	margin-top: .75in;
	margin-left: 0in;
	margin-right: 0in;
}

h1 {
	font-family: arial;
	font-weight:normal;
	color: #FFFFFF;
	font-size: 12pt;
	
}

h2 {
	font-family: arial;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
}

h3 {
	font-family: arial;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
}

h4 {
	font-family: arial;
	color: #D5D3D3;
	font-size: 10pt;
	font-weight: normal;
}


h4 p{
	font-family: arial;
	color: #D5D3D3;
	font-size: 10pt;
	font-weight: normal;
}



h5 {
	font-family: arial;
	color: #FF9933;
	font-size: 16pt;
}

h6 {
	font-family: arial;
	color: #CCCCFF;
	font-size: 9pt;
}

h7 {
	font-family: arial;
	color: #FFFFFF;
	font-size: 24pt;
}

p {
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
	font: bold;
	text-decoration: none;
}

a:link {
	color: #98CB00;
	text-decoration: none;
	background-color: #;
	font-family: arial;
}

a:visited {
	color: #98CB00;
	text-decoration: none;
	background-color: #;
	font-family: arial;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #;
	font-family: arial;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #;
	font-family: arial;
}




.border {
	border-style: none;
	border-color: #000000;
	border-width: 0px 0px 0px 0px
}

.borderchange {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px
}
.borderchange1 {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px
}
a:hover .borderchange {
	border-style: solid;
	border-color: #98CB00;
	border-width: 1px 1px 1px 1px
}

a:hover .borderchange1 {
	border-style: solid;
	border-color: #98CB00;
	border-width: 1px 1px 1px 1px
}


img  {  
	border-style: none;
}
/* Layout */
.stack { position: center; width: 85%; margin: 0 4% 4% 0; position: relative; z-index: 10; }

/* Image styles */
.stack img { max-width: 100%; height: auto; vertical-align: bottom; border: 2px solid #fff; border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
 
/* Stacks creted by the use of generated content */
.stack:before, .stack:after { content: ""; border-radius: 3px; width: 100%; height: 100%; position: absolute; border: 2px solid #fff; left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */
.stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */


/* Second stack example (rotated to the right from the bottom left) */
.stack.twisted:before {
    
     -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}
.stack.twisted:after {
   
     -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
}


/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}





/* Layout */
.stack1 { position: center; width: 85%; margin: 0 4% 4% 0; position: relative; z-index: 10; }

/* Image styles */
.stack1 img { max-width: 100%; height: auto; vertical-align: bottom; border: 2px solid #fff; border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
 
/* poga */

.poga {

    font: 13px Arial, Helvetica, sans-serif;
    width:100px;
	height:20px;
	padding: 6px 0px 0px 0px;
	background: #d6eaf8 url(images/dropdown-bg.gif) repeat-x left top;
}

.poga:hover {
	
	 width:100px;
	height:20px;
	padding: 6px 0px 0px 0px;
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(images/dropdown-bg-hover.gif) repeat-x left top;
}





