/* CSS Document */

.container {
	position:absolute;
	left: 0px;
	top: 0px;
	color:#FFFFFF;
}

.td {
	color:#FFFFFF;
}
a:link {
	color: #84a5f8;
	visited:red;
}
a:visited {
	color: Red;
}

/* sets attribs for the U list */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body {
	background-image:url(imgs/pageborder.jpg);
	width:700px;
	height:850px;
	}

#butImgs {
}

.table_attrib {
	border:0;
	padding:0;
	border-color:#00FF00;
	width:100%;
	height:100%;
}
.box_attrib {
	background-image:url(imgs/BG.jpg);
	width:700px;
	height:850px;
}
.txtTitle{
	font-size : large;
	color : #ddb388;
}

.txtTitle2{
	font-size : 14px;
	color : #ddb388;
	font : bold small-caps;
}

.txtBody{
	font-size : small;
	color : #ddb388;
	margin-left : 10px;
	margin-right : 10px;
}
.txtBody2{
	font-size: 12px;
	color : #ddb388;
	font : normal normal normal;
}
.dataPage{
	background-color : #000000;
}
.imgPad{
	margin : 10px;
}