body {
	background-color: #ffffff;
	margin : 0px 0px 0px 0px;
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.headerlink {
	color: #7d6d33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.footer {
	color: #7d6d33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.blackfooter {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.grayfooter {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.grayfooterjustify
{
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}
.orangefooter {
	color: #e35d13;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

table.main {
	width: 700px;
}


.right { text-align: right; }

.left { text-align: left; }

.center { text-align: center; }

.smallr {
	font-size: 10px;
	text-align: right; 
}


/* Sizes */
.large {
	font-size: 12px;
}

.largecenter {
	font-size: 12px;
	text-align: center;
}

.blacklarge {
	font-size: 12px;
	color: #000000;
}

.blacklargeccenter {
	font-size: 12px;
	color: #000000;
	text-align: center;
}


/* Colours */
.black {
	color: #000000;
}

.orange {
	color: #dba63d;
}

.gray {
	color: #888888;
}




.blue {
	color: #237db1;
}



h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

a {
	color : #888888;
	text-decoration : none;
	font-weight : bold;
}
a:active{
	color : #d08d01;
	/* text-decoration : underline; */
	font-weight : bold;
}
a:hover{
	color : #d08d01;
	/* text-decoration : underline; */
	font-weight : bold;
}


a.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #888888;
	text-decoration : none;
	font-weight : bold;
}
a.footerlink:active {
	text-decoration : none;
	font-weight : bold;
}
a.footerlink:hover {
	color : #006666;
	text-decoration : none;
	font-weight : bold;
}


a.menu {
	color : #000000;
	text-decoration : none;
	font-size: 11px;
	font-weight : normal;
}
a.menu:active {
	color : #000000;
	text-decoration : underline;
	font-size: 11px;
	font-weight : normal;
}
a.menu:hover {
	color : #000000;
	text-decoration : underline;
	font-size: 11px;
	font-weight : normal;
}
.menu {
	color : #000000;
	text-decoration : none;
	font-size: 11px;
	font-weight : normal;
}
strong {
	color: #2853a1;
	font-weight: bold;
}
img {
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-color: #666666;
	border-top-color: #666666;
	margin : 0px 0px 0px 0px;
}
.inputfield {
    color: #000000;
    background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
    border: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    font-size: 12px;
    text-align: left;
}
