﻿@charset "utf-8";
/* CSS Document */


html,body {
	padding: 0px;
	color: #000000;
	margin: 0px;
	font-family: Arial, Tahoma, Verdana,   Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	text-align:left;
}

.headclass
{
	text-align:"absmiddle";
}
img {
	border: none;
}

p {
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	font-family:Georgia, Times New Roman; 
	margin: 0px;
	padding-bottom: 6px;
	color: #000000;
	padding-top: 0px;
	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #86794f;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #a49262;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}



h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
	color: #404f56;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align:center;
}

a:link {color: #0079c2;	text-decoration: none;}
a:visited {	color: #0079c2;	text-decoration: none;}
a:hover {color: #f4911e;	text-decoration: none; }

a.greenNav:link {color: #459e3e;	text-decoration: none; }
a.greenNav:visited {color: #459e3e;	text-decoration: none; }
a.greenNav:hover {color: #f4911e;	text-decoration: none; }
a.whiteNav:link {color: #ffffff;	text-decoration: none; }
a.whiteNav:visited {color: #ffffff;	text-decoration: none; }
a.whiteNav:hover {color: #ffffff;	text-decoration: underline; }

.whiteText
{
    color: white;
    font-family:Georgia;
    font-size:14px;
}

.txttitle
{
    font-size: 18px;
	font-weight: normal;
	color: #0079c2;
}

.bold14
{
    font-size: 13px;
	font-weight: bold;
}

ul.front
{
    margin-top:0px;
    margin-left:25px;
    padding:0px;
    
}
li.front
{
    list-style-image:url('images/triangle.gif');
    padding-left:0px;
    
}

.columnTitle
{
    font-size: 13px;
	font-weight: bold;
	background-color:#0079c2;
	color:White;
}
.itemtext
{
	text-align:center;
}
.smalldata
{
	font-size: 10px;
	color: #000000;
	font-style: normal;	
}
.smalldataRed
{
	
	color: #ea0000;
}
.smalldataWhite
{
	font-size: 10px;
	color: #ffffff;
}

table.tblmain {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;	
	background-color: #ffffff;
}
table.tblmain th {
	border-width: 1px 1px 1px 1px;
	padding: 0;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tblmain td {
	border-width: 1px 1px 1px 1px;
	padding: 0;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.bgColour0
{    
    background-color: #e0f1fb;
}

.bgColour1
{    
    background-color: #ffdcb1;
}

.bgColour2
{    
    background-color: #ffffff;
}

/* new classes */

.heading1
{
	font-size: 14px;
	font-weight: normal;
	font-family:Georgia, Times New Roman; 
	margin: 0px;
	padding-bottom: 6px;
	color: #000000;
	padding-top: 0px;
	text-transform:uppercase;
	
}
.heading2
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	
}

.bgColor1
{
	background-color: #e0f1fb;
}

.bgColor2
{
	background-color: #e0f1fb;
}

.ordernumber {
    width: 55px;
    text-align: center;
}

