/* CSS Document */
.border_bot {
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	text-align: left;
	}

.border_bot_bgblue {
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	background-color:#9EC9E4;
	}
		
.border_top {
	border-top-style:dashed;
	border-top-color:#999999;
	border-top-width:1px;
	background-color:#9EC9E4;
	}

.test_pic {
	margin-left:20px;
	border-style:solid;
	border-width:1px;
	border-left:#000000;
	}
	
.border_bot_solid {
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	}

.border_whole {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	}
	
.border_right {
	border-right-style:dashed;
	border-right-color:#999999;
	border-right-width:1px;
	}
	
.border_image {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	}

