A.white:link { color : #ffffff;font-weight :bold; }
A.white:visited { color : #ffffff;font-weight :bold; }
A.white:active { color : #ffffff;font-weight :bold; }
A.white:hover { color : #ffffff;font-weight :bold; }
	*{
		font-size:12px;
		letter-spacing:1px;
	}
	a{
		color: #0000c0;
		text-decoration: none;
	}
	body{
		margin: 0px;
		padding: 0px;
		background-color: #FFffFF;
	}
	p{
		padding-left:25px;
	}
	textarea{
			letter-spacing:0px;
	}
	span{
		margin-right:5px;
		font-size:10px;
		vertical-align:middle;
	}
	form{
		border-top:1px solid #404080;
		border-bottom:1px solid #404080;
		background-color:#ddddff;
		padding:5px;
		height:75px;
		line-height:25px;

	}
	.foot{
		border-top:3px double #404040;
		border-bottom:none;
		text-align:right;
		padding-top:5px;
	}
	#frame{
		width:240px;
	}
	#main{
		font-size:12px;
	}
	#main dl{
		margin:10px;
	}
	#main dt{
		border-top:1px solid #404080;
		border-bottom:1px solid #404080;
		padding:5px;
		background-color:#ddddff;
	}
	#main dd{
		margin-left:10px;
		height:20px;
		padding:5px
	}
	#foot{
		background-image:url(img/foot.gif);
		margin-top:10px;
		height:51px;
		line-height:51px;
		text-align:center;
		color:#ffffff;
	}

	#list{
		width:240px;
	}
	#list dt{
		border-bottom:3px double #404040;
	}
	#list dd{
		margin:0;
		border-bottom:1px dotted #aaaaaa;
		height:40px;
	}