/* CSS Document */

/*body { font-size: 0.7em; }
h3   { font-size: 1.6em; margin: 0px; }*/

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
	font-size: 0.7em;
	display: block;
	width:   105px;
	border:  1px solid black;
	padding: 2px 5px;
	background: #1D447B;
	text-decoration: none;
	text-align:left;
	font-family: Verdana, Sans-Sherif;
	font-weight: 900;
	font-size: 0.7em;
	color:   #fff;
	z-index:1;
	position:relative;
}
a.sample_attach:hover{
	color:   #FF6600;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             { border-bottom: 1px solid black;
z-index:1; }
