body {
	background-color: #FFCCFF;
	color: #000000;
	margin-top: 10px;
}

table#frame {
	width: 800px;
	height: 600px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-image: url("../img/bg.jpg");
}

td#banner {
	height:100px;
}

td#imagebar {
	height: 400px;
	width: 200px;

}

td#menu {
	height: 400px;
	width: 150px;
}

td#body {
	height: 450px;
	width: 450px;
	font-family: tahoma;
	font-size: 12px;
}

td#footer {
	height: 50px;
	font-family: verdana, tahoma;
	color: #FFEEEE;
	font-size: 10px;
}

#scrollbox {
	width: 450px;
	height: 450px;
	overflow: auto;
	background-color: #ffb0ff;
	scrollbar-base-color: #DDDDDD;
	scrollbar-arrow-color: #5B5B5B;
	scrollbar-face-color: #FFCCCC;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

div.emailform {
	margin-left: 2px;
	width: 448px;

}
div.emailform input {
	border: 1px solid #000000;
	background-color: #FFDFFF;
	width: 200px;

}
div.emailform textarea {
	border: 1px solid #000000;
	background-color: #FFDFFF;
	width: 426px;
	height: 200px;
}

.h_write {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	font-family: tahoma;
}
.h2_write {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	font-family: verdana;
}

.error_write {
	font-family: tahoma;
	font-size: 10px;
	color: #CC0000;
}

.stylebutton {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-family: tahoma;
	font-size: 10px;
}

.borders {
	border-color: #000000;
	border-style: dotted;
	border-width: 1px;
}

.buttonscontainer {
width: 150px;
}

.buttons a {
color: #000000;
background-color: #ffb0ff;
padding: 1px;
padding-left: 3px;
display: block;
border-left: 10px solid #ffbeff;
font: 11px Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 0px;

}

.buttons a:hover {
border-left: 10px solid #ffe0ff;
text-decoration: none;
color: #000000;
}

table.dg {
	border-color: #000000;
	border-width: 1px;
	border-style: dotted;
	font-family: tahoma;
	font-size: 10px;
}

input.dg {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-family: tahoma;
	font-size: 10px;

}

#dgerror {
	font-family: tahoma;
	font-size: 10px;
	color: #CC0000;
}