
/*  Dark Purple: #823842; Mid Purple: #B56872; Light Purple #DFBBC0; faint purple #E8D0D0; Grey: #C9C6C6  */
 /* Scrollbar */ 
body 
{scrollbar-face-color: #B56872; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #cccccc; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #E8D0D0; scrollbar-arrow-color: #cccccc }  

table 
{
	font-family: arial;
	font-size: 11px;
	color: #823842;
}
td 
{
	font-family: arial;
	font-size: 11px;
	color: #823842;
}

/*-   --*/
.Head1 
{
	font-family: arial;
	font-size: 12px;
	color: #823842;
	font-weight: bold;
}
/*--   --*/
.Head2 
{
	font-family: arial;
	font-size: 14px;
	color: #823842;
	font-style: italic;
	font-weight: bold;
}

a:link {
	font-family: arial;
	font-size: 11px;
	color: #823842;
	text-decoration: underline;
}

a:hover {
	font-family: arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a:visited {
	font-family: arial;
	font-size: 11px;
	color: #B56872;
	text-decoration: none;
}

/* page nav */

a.nav:link {
	font-family: arial;
	font-size: 12px;
		font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover {
	font-family: arial;
	font-size: 12px;
		font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.nav:visited {
	font-family: arial;
	font-size: 12px;
		font-weight: bold;
	color: #E8D0D0;
	text-decoration: none;
}


/*-- Table - Headings  --*/
.tdcolor1 
{
	background-color: #E8D0D0;
	font-size: 12px;
	color: #823842;
	font-weight: bold;
	padding : 4px;
}

/*-- Table - Grey --*/
.tdcolor2 
{
	background-color: #C9C6C6 ;
	font-size: 10px;
	color: #B56872;
	font-weight: bold;
	padding : 4px;
}

/*-- <input type="radio" name="Contact By" CHECKED VALUE="Contact by Email" style="background: #bcbcbc; color:#ffffff;"> --*/

input.textfield  {
	font-family: Arial;
	font-size : 9px;
	color : #823842;
	background-color : #E8D0D0;
}

input.textfield2
{
    font-family: Arial;
	font-size: 13px;
    color: black;
    background-color: #E8D0D0;
   	border: none
}
input.checkbox  {
	font-family: Arial;
	font-size : 9px;
	float : none;
	color : #B56872;
	background-color : transparent;
}

select.selectfield  {
	font-family: Arial;
	font-size : 9px;
	color : #ffffff;
	background-color : #B56872;
}

input.button  {
	font-family: Arial;
	font-size : 9px;
	color : #813842;
	font-weight: bold;
	background-color : #E8D0D0;
}

input.warningbutton  {
	font-family: Arial;
	font-size : 8px;
	color : white;
	background-color : red;
}

textarea.textfield  {
	font-family: Arial;
	font-size : 11px;
	color : #823842;
	background-color : #E8D0D0;
}

.textfield
{
	font-family: Arial;
	font-size : 11px;
	color : #813842;
	background-color : #E8D0D0;
	font-weight: normal;
}

.footertext {
	font-size : 11px;
	color : #823842; 
	font-weight: bold;
}
.smalltext {  font-family: arial; font-size: 9px; color : #813842; }
.terms {  font-family: arial; font-size: 9px; color : #813842; }

/*
.normalnavbutton {
	color : #FFFFFF;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	padding-left : 10px;
}
.overnavbutton {
	color : #000000;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	background-color : #cc99cc;
	padding-left : 10px;
}
*/
/*-- Links in navigation bar 
a.linknavbar {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	text-decoration : none;
}
a.linknavbar:hover {
	color: #000000;
	line-height: 25px;
	text-decoration : none;
}--*/

/*-- Links in body text 
a.linkbody {
	color: #9930A9;
	font-weight: bold;
	line-height: 10px;
	text-decoration : underline;
}
a.linkbody:visited {
	color: #BA59C9;
	line-height: 10px;
	text-decoration : underline;
}
a.linkbody:hover {
	color: #C9BF1A;
	line-height: 10px;
	text-decoration : underline;
}--*/

/* ---- */