
body {
	background-image: url(/images/layout/back.jpg);
}
.style2 {color: #757d7f}
.style1 {	color: #6699CC;
	font-weight: bold;
}
.style3 {color: grey}
.style5 {
	color: #333300;
	font-weight: bold;
	font-size: 14px;
}
.style6 {
	color: #660000;
	font-size: 12px;
}

/*------------MAIN TAGS-----------*/

body,p, td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
padding-left: 6px;
padding-right: 6px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
padding-left: 6px;
padding-right: 6px;
}

.treebeauty {
font-family: Arial, Helvetica, sans-serif;
color: #245D52;
font-size: 16px;
font-weight: bold;
}

.treebeauty2 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 16px;
font-weight: bold;
}

/*------------LINKING-----------*/

a:link {
	color: #245D52;
}
a:visited {
	color: #245D52;
}
a:hover {
	color: #000000;
}
a:active {
	color: #245D52;
}

/*------------LINKING-----------*/

h1 {
	color: #757D7FF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-top: 8px;
}
.link {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #757D7FF;
}
.deftext {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #757D7FF;
	margin-left: 4px;
}
.small-text {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #757D7FF;
}
.defpara {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #757D7FF;
}
.top-link {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #757D7FF;
	margin-right: 6px;
	margin-left: 2px;
}
.deflink {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #757D7FF;
	margin-right: 6px;
	margin-left: 2px;
}

.info {
	border-style: solid;
	border-width: 1px;
	border-color: BCC3D0;
	background-color: #FFFFFF;
	width: 330px;
}
.release {
	border-style: solid;
	border-width: 1px;
	border-color: BCC3D0;
	background-color: #FFFFFF;
	width: 194px;
	height: 160;
}

.inp {
	background-color: #FFFFFF;
	height: 20px;
	width: 175px;
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
}
.preview {
	border-style: solid;
	border-width: 1px;
	border-color: BCC3D0;
}

<!-- For error message on the email_error.html page -->
.red {
	color: #FF0000;
}

.error {
	color: #FF0000;
	margin:10 10 10 10; 
	font-weight:bold;
	padding: 5 5 5 5;
	height: 50px;
	vertical-align:middle;
	font-size: 14px;
	border-style:solid;
	border-width:1px;
	border-color:#33FF00;
	background-color:#FFFFCC;
}