﻿/*
 $Id: nextgen.css 518 2011-10-28 08:09:07Z namiltd $
 */
a {
    text-decoration: none;
    color: #00a;
}

a:hover {
    text-decoration: underline;
    color: #7d9100;
}

* {
    margin: 0;
    padding: 0;
}

wbr {
    display: inline-block;
}

html {
    height: 100%;
    background: url("images/nextgen_bg.png") repeat-x scroll center top #f3f1e9;
}

body {
	position: relative;
	width: 940px;
	_width: 945px; /* ie6 */;
	min-height: 100%;
	overflow: auto;
	margin: 0 auto;
	padding: 0px 20px 0 20px;
/* 5 20 0 20*/	font: 0.75em arial, tahoma, helvetica, sans-serif;
	color: #000;
}

div#output {
    margin: -20px -10px 0 -10px;
    padding: 116px 0 0 0;
}

p {
	padding: 4px 10px 2px 10px;
	line-height: 1.6;
	text-align: justify;
	vertical-align: top;
	font-size: medium;
}

h1 {
    position: absolute;
    top: 35px;
    left: 10px;
    margin: 0;
    padding: 0px 10px;
    font-size: 2em;
    font-weight: normal;
    color: #fff;
}

h2 {
	padding: 14px 0px 10px 0px;
	font-family: "trebuchet ms";
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 0.0em;
	text-transform: uppercase;
	color: #003300; /* #7d9100; */
	background: #FFFFFF;
	background-image: none;
	text-decoration: underline overline;
}

th, td, h3 {
    padding: 4px 10px 2px 10px;
    text-align: left;
    vertical-align: top;
}

h3 {
    font-size: 120%;
}

table {
    width: 100%;
}

.style1 {
	background-position: left;
	margin-top: 0;
	background-image: url('images/logo200px.png');
	background-repeat: no-repeat;
}

.style2 {
		text-align: left;
	}
.Style3 {
	height: 25px;
}

.Style4 {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
