.solid{border-style:solid}

.dotted{border-style:dotted}

.dashed{border-style:dashed}

.double{border-style:double}

.solid2
{
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	
	padding:5px;
	
	background-color:#DDDDDD;
	color:#666666;
	
	font-family:"Arial";
	font-weight:bold;
	font-size:11pt;
	line-height:1.5em;
}
