﻿A:link {color: rgb(204,51,0); text-decoration: none; font-weight: bold;}
A:visited {color: rgb(204,51,0); text-decoration: none; font-weight: bold;}
A:active {color: rgb(204,51,0); text-decoration: none; font-weight: bold;}

h1	{font-family: 'Arial', sans-serif; font-size: 10pt; font-weight: bold;}
h2	{font-size: 10pt; font-weight: bold;}
h3	{
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
h4	{font-size: 14pt; font-weight: bold;}
h5	{font-size: 16pt; font-weight: bold;}
h6	{font-family: 'Arial', sans-serif; font-size: 18pt; font-weight: bold;}

BODY {background: rgb(255,255,225); color:rgb(0,0,0); font-family: 'Arial', sans-serif; font-size: 10pt; scrollbar-base-color: rgb(255,255,153); scrollbar-arrow-color: rgb(0,0,0); scrollbar-DarkShadow-Color: rgb(0,0,0);}
P {font-family: 'Arial', sans-serif; font-size: 10pt;}
td {
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
}
textarea {font-family: 'Arial', sans-serif; font-size: 10pt;}

.pSmall	{font-family: 'Arial', sans-serif; font-size: 8pt;}

.tdSmallRed	{font-family: 'Arial', sans-serif; font-size: 8pt; color: rgb(255,0,0);}


.tableBG	{font-family: 'Arial', sans-serif; font-size: 10pt; background-color: rgb(240,255,255); color: rgb(0,0,0); font-weight: bold;}
.tdOption	{font-family: 'Arial', sans-serif; font-size: 10pt; color: rgb(0,128,128);}
.tdColoured	{font-family: 'Arial', sans-serif; font-size: 10pt; background-color: rgb(204,51,0); color: rgb(0,0,0); font-weight: bold; text-decoration: underline;}
.tdHeader	{font-family: 'Arial', sans-serif; font-size: 10pt; background-color: rgb(204,51,0); color: rgb(0,0,0); font-weight: bold;}
.tdBG		{font-family: 'Arial', sans-serif; font-size: 10pt; background-color: rgb(204,51,0); color: rgb(0,0,0);}

.buttonprint	{font-family: 'Arial', sans-serif; font-size: 8pt; background-color: rgb(0,0,0); color: rgb(255,255,225); font-weight: bold;}
.buttonsubmit	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	background-color: rgb(204,51,0);
	color: rgb(0,0,0);
	font-weight: bold;
	border: 2px solid #000000;
	}
	
.buttonreset	{font-family: 'Arial', sans-serif; font-size: 8pt; background-color: rgb(255,255,225); color: rgb(204,51,0); font-weight: bold;}

/* also used in printing and may have different values when printed*/
.formcenter {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    /*background-color: #b0e0e6;*/
	}
	
.redtext {
	color: #FF0000;
	font-weight: bold;
	}
	
.whitetextonred 
{
    background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.tableCust {
	width: 100%;
	border-collapse: separate;
	border: 0px solid #000000;
	}
	
.tableError {
	border-collapse: separate;
	border: 2px solid #FF0000;
	}
	
.tableMailings {
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	border: 2px solid #000000;
	text-align: center;
}

.tablePacking {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #CC3300;
	font-weight: bold;
	}
	
.tablePostage {
	border-collapse: separate;
	border: 1px solid #000000;
	margin-left: auto;
    margin-right: auto;
	}

.tableProducts {
	/*width: 100%;*/
	border-collapse: separate;
	border: 0px solid #000000;
	margin-left: auto;
    margin-right: auto;
	}

.tdBold
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
	
.tdBoldAdvisory
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	}

.tdRetreat /* Retreat events are in a different colour */
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	color: #6600cc;
	}

.tdRetreatBold /* Retreat events are in a different colour */
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6600cc;
	}
	
.tdBoldBlueOutlineBlack
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	border: 2px solid #000000;
	}

.tdBoldGreenCenter
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00FF00;
	text-align: center;
	}

.tdBoldRed
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	}

.tdBoldRedCenter
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	}


.tdNormal
	{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	}

.tdOutlined
	{
	border: 2px solid #CC3300;
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

.tdSmall
	{
	font-family: 'Arial', sans-serif;
	font-size: 8pt;
	}

.tdUnderlined {
	border: 0px solid #000000;
	border-bottom: 1px solid #000000;
}

