

body, table, tr, td, h1, h2, h3, h4, h5, h6 {

	margin:  0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	empty-cells: show;
	vertical-align: top;
	padding: 0;
	color: #FFF;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:   12px;
	line-height: 15px;
}
body {

	background-color: #6CF;
	background-image: url("../MEDIA/Background.jpg");
}




a:link {

	background-color: transparent;
	color: #369; 
	text-decoration: none;
}
a:visited {

	background-color: transparent;
	color: #369; 
	text-decoration: none;
}
a:hover	{

	background-color: #369;
	color: #FFF; 
	text-decoration: none;
}
a:active { 

	background-color: transparent;
	color: #369; 
	text-decoration: none;
}




.vbar {

	position: absolute;
	left:   500px;
	top:    0;
	width:  1px;
	height: 760px;
	border-left: 1px dashed #FFF;
	overflow: hidden;
}
.hbar {

	position: absolute;
	left:   710px;
	top:    300px;
	width:  780px;
	height: 1px;
	border-top: 1px dashed #FFF;
	overflow: hidden;
}
.box {

	position: absolute;
	left:     160px;
	top:       60px;
	width:    300px;
	height:   240px;
	border:   1px dashed #FFF;
	overflow: auto;
}
.pad {

	padding: 10px;
}
.tog {

	display: none;
}




form, input, select {

	margin:  0;
	padding: 0;
}
select, input {

	position: absolute;
	width: 200px;
	height: 20px;
}



