/* CSS Document */

#topdiv {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#bottomdiv {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 9px;
	top: 231px;
}
#toptext {
	position:absolute;
	width:473px;
	height:151px;
	z-index:3;
	left: 23px;
	top: 35px;
	overflow:auto;
}
#bottomtext {
	position:absolute;
	width:475px;
	height:220px;
	z-index:1;
	left: 21px;
	top: 39px;
	overflow:auto;
}

#bigdiv {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#bigtext {
	position:absolute;
	width:468px;
	height:441px;
	z-index:1;
	left: 26px;
	top: 39px;
	overflow:auto;
}

A:link{
	text-decoration:none;
	color:#DDDDDD;
	font-weight:bold;
}

A:visited{
	text-decoration:none;
	color:#DDDDDD;
	font-weight:bold;
	
}

A:hover{
	text-decoration:underline overline;
	color:#DDDDDD;
}

p{
	font-family: Verdana, Times New Roman, Courier;
	font-size:12px;
	color:#DDDDDD;
	margin-top:inherit;
	margin-left:auto;
}

.profile{
	border-width:5px;
	border-color:DDDDDD;
	border-spacing:inherit;
}

td{
	font-family: Verdana, Times New Roman, Courier;
	font-size:12px;
	color:#DDDDDD;
	margin-top:inherit;
	margin-left:auto;
}
