/* COLOUR FORMATTING START */
body {

	background-color: #000000;
	}
	
body,td,th {
	color: #F0DCD2;
	}

a:link {
	color: #FFCC00;
		}
	
a:visited {
	color: #FFCC33;
	}
	
a:hover {
	color: #FFFF99;
		}
	
a:active {
	color: #FFFF66;
		}

hr {
	border-top: 1px solid #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px solid #000000;
	border-left: 1px none #FFCC00;
	}

label, input, select , textarea {
	padding:2px;
	outline:none;
	color: #681E0D;
	background-color: #FFFFCC;
	border: 2px groove #FFCC00;
        }
p { 
	}
	
h1,h2,h3,h4,h5,h6 {
	color: #FFF3C6;
	}

/* - layout */

#frame {
	background-color: #74210E;
	background-image:  url("/emailer/gfx/bg.gif");
	}

#leftcolumn {

	}

#header {
	background-color: #000000;
	}

#subheader{
	color: #E0DFE3;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#content{
	}

#rightcolumn {
	color: #FFFFFF;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	}

#ContentFooter{
	color: #F5BCAF;
	}

