
body	{
	margin:0;
	padding:0;
	font: normal 12px Helvetica, Arial, sans-serif;
}

form {
	border: 0;
}

A {
	color:white;
	text-decoration:none;
}

A:link	{
	text-decoration:none;
}

A:visited	{
	text-decoration:none;
}

A:active {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
	color:white;
}

span.lnk:hover	{
	text-decoration:underline;
	cursor:pointer;
}


div#all	{
	width:950px;
	margin:0 auto;
}

div#head	{
	
}

.headT	{
	width:100%;
	height:40px;
}

.headB	{
	width:100%;
	height:30px;
	background-image:url(../gfx/menuC.gif);
}

.headL	{
	width:3px;
	height:30px;
	float:left;
	background-image:url(../gfx/menuL.gif);
}

.headR	{
	width:3px;
	height:30px;
	float:right;
	background-image:url(../gfx/menuR.gif);
}

div#main	{
	position:relative;
	width:100%;
}

div.left	{
	float:left;
	width:740px;
}

div#right	{
	float:right;
	text-align:right;
	width:200px;
	padding-right:3px;
}

div#right input	{
	width:100px;
	margin:1px;
}

div#right hr	{
	width:100%;
	border:1px solid #360000;
}

br.clearboth	{
	clear:both;
}

div#footer	{
	width:100%;
	border-top:1px solid #d2d3de;
	text-align:center;
	height:25px;
}

div#footer div	{
	padding:5px;
	color: gray;
}

.err	{
	color:red;
}
