/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #DBDBCB;
}
td {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #535444;
}
.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
}

.nav:hover {
	color: #CCFF66;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
}
.footer {
	padding-right: 30px;
	background-position: top;
	padding-bottom: 10px;
}


.imgPadL {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.borderL {
	background-image: url(images/border_l.gif);
	background-repeat: no-repeat;
	width: 30px;
}

h1 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

h2 {
	font-weight: bold;
	color: #535444;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #535444;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: #A9AD7A;
	text-decoration: none;
}

a:hover {
	color: #FFD202;
	text-decoration: none;
}
.borderR {
	background-image: url(images/border_r.gif);
	background-repeat: no-repeat;
	width: 30px;
}
p {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 17px;
	color: #535444;
}
.navCell {
	margin: 0px;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}
.imgPadR {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.inputbox {
	border: none;
	width: 306px;
	height: 19px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	padding: 3px 2px 2px;
	color: #535444;
	background: url('images/inputbox.gif') no-repeat top left;
}


.areabox {
	width: 306px;
	border: none;
	height: 186px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #535444;
	padding: 3px;
	background: url('images/textbox.gif') no-repeat top left;
}

.inputbox2 {
	border: none;
	width: 252px;
	height: 19px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	padding: 3px 2px 2px;
	color: #535444;
	background: url('images/vericodebox.gif') no-repeat top left;
}



