@charset "utf-8";
/* CSS Document */

body,td {
}

body {
height:100%;
width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.masterTable{
	height:100%;
	width:100%;
	display:block;
}

.Back_Left{
	width:50%;
	height:100%;
	background:url(../images/SchaduwL.gif) right top repeat-y;
}
.Back_Right{
	width:50%;
	height:100%;
	background:url(../images/SchaduwR.gif) left top repeat-y;
}


.ContentHolder{
	width:900px;
	height:600px;
	_height:100%;
	display:block;
}

.CONTENT{
	padding:20px;
}

h1{
	font-size:15px;
}
h2{
	font-size:13px;
}

a:link{
	color:#333;
}
a:active{
	color:#666;
}
a:visited{
	color:#999;
}
a:hover{
	color:#666;
}
