BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
IMG {
	border : 0px;
}
DIV,TD {
	font : 11px Tahoma;
}
INPUT,SELECT,TEXTAREA {
	font : 10px Tahoma;
	border : 1px solid Silver;
}
A {
	color : blue;
}
A:HOVER {
	color : gray;
}
A:LINK {
	text-decoration:none;
}

.float {
	float:left;
}
.inputsearch {
	border : 0px;
	height : 14px;
	font-family : Tahoma;
	font-size : xx-small;
	font-weight : bold;
}
.title {
	border : 0px solid #B0B0B0;
	font : bold 11px Tahoma;
	padding : 6px 6px 6px 25px;
	background : url(images/arrows.gif) no-repeat left;
	color : #FFA500;
	text-transform : uppercase;
}
.bdr {
	border : 1px solid #B0B0B0;
	font : 11px Tahoma;
	padding : 6px;
}
.link{
	font-family : Tahoma;
	font-size : xx-small;
	font-weight : bold;
	text-decoration : none;
	color : #8A6700;
}
.link:hover{color : #8A6700;text-decoration : underline uperline }
