/* CSS Document */

body {
	margin: 0px;
}

.toptab {
	background-image: url(/_lib/int/quad_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 200px;


}
.dothr {
	background-image: url(/_lib/int/dotted.gif);
	background-repeat: repeat-x;
}
.searchup {
	background-image: url(/_lib/int/dot_oriz_up.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
}
.searchleft {

	background-image: url(/_lib/int/dot_vertical_left.gif);
	background-repeat: repeat-y;
}
.searchright {


	background-image: url(/_lib/int/dot_vertical_left.gif);
	background-repeat: repeat-y;
}
.searchdown {

	background-image: url(/_lib/int/dot_oriz_down.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
}
a:link {
	text-decoration: none;
	color: #5C6C7F;


	
}
a:visited {
	text-decoration: none;
	color: #5C6C7F;


}
a:hover {
	text-decoration: underline;
	color: #CC0000;

}
a:active {
	text-decoration: none;
	color: #5C6C7F;


}
