/* CSS Document */

.border01 {
	border-top: 1px solid #FFFFFF;
}


.border02 {
	border-top: 1px solid #CEDEF3;
	border-right: 1px solid #CEDEF3;
	border-bottom: 1px none #CEDEF3;
	border-left: 1px solid #CEDEF3;
}

.border03 {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.border04 {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



.border06 {
	border: 1px solid #DCE5F9;
}


.imagepadding_right {
	border: 1px solid #A9AB9F;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 0px;

}

.imagepadding_left {
	border: 1px solid #A9AB9F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 15px;

}

.dottedline_grey {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CACCCD;
}

.dottedline_black {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}