input.long {
	width: 450px;
}
textarea {
	width: 450px;
	height: 180px;
}

body {

	margin: 0px;
	background: url("./images/blue.gif");

	font-family: verdana;
	font-size: 0.9em;

}

td {

	font-size: 0.8em;

}

td.bd1 {
	font-size: 0.7em;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.bd2 {
	font-size: 0.7em;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
td.bd3 {
	font-size: 0.7em;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
table.bd {
	border-top: 1px solid black;
}
a.menulink {

	text-decoration: none;
	color: #000000;

}

a.menulink:hover {

	text-decoration: underline;
	
}

a.menulink:visited {

	color: #000000;

}

a {

	text-decoration: underline;
	color: #000000;

}

a:hover {

	text-decoration: none;
	
}

a:visited {

	color: #000000;

}

h1 {
	margin: 0px;
	margin-bottom: 20px;
	font-size: 1.2em;

}





/* Positioning */

.header {

	margin: 0px;
	padding: 0px;
	background: url("./images/header_back.gif");

}

.content {

	margin: 0px;
	padding: 0px;
	background: url("./images/menu_back.gif");
	background-repeat: repeat-y;
	height: 900px;
	display: table;
	
}

.menu {

	position: absolute;
	top: 106px;
	left: 0px;
	width: 261px;
	margin: 0px;
	padding: 0px;

}

.menutext {
	
	margin-left: 80px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 0.9em;

}

.main {

	margin: 0px;
	margin-left: 261px;
	margin-top: 20px;
	padding: 5px;

}

.line {

	height: 3px;
	margin: 0px;
	padding: 0px;
	background: url("./images/yellow.gif");

}

img.demo {

	margin-left: 70px;

}

.footer {

	font-size: 0.6em;
	text-align: center;

}

.border {
	border: 1px solid black;
}

table.int {
	border-collapse: collapse; 
	width: 350px;
}
table.int tr td {
	border: 1px solid black;
}

table.intSub {
	border-collapse: collapse; 
	width: 350px;
}
table.intSub tr td {
	border: 0px solid black;
}
