	/* #################################################
			BORDER SIZE
	################################################# */

	/*   #####   1px   #####   */
	.border,
	.border1 {
		border-width:1px;
	}
	.border_top,
	.border1_top {
		border-top-width:1px;
	}
	.border_bottom,
	.border1_bottom {
		border-bottom-width:1px;
	}
	.border_left,
	.border1_left {
		border-left-width:1px;
	}
	.border_right,
	.border1_right {
		border-right-width:1px;
	}

	/*   #####   2px   #####   */
	.border2 {
		border-width:2px;
	}
	.border2_top {
		border-top-width:2px;
	}
	.border2_bottom {
		border-bottom-width:2px;
	}
	.border2_left {
		border-left-width:2px;
	}
	.border2_right {
		border-right-width:2px;
	}

	/* #################################################
			BORDER STYLE
	################################################# */

	/*   #####   solid   #####   */
	.border_solid {
		border-style:solid;
	}
	.border_solid_top {
		border-top-style:solid;
	}
	.border_solid_bottom {
		border-bottom-style:solid;
	}
	.border_solid_left {
		border-left-style:solid;
	}
	.border_solid_right {
		border-right-style:solid;
	}

	/*   #####   dashed   #####   */
	.border_dashed {
		border-style:dashed;
	}
	.border_dashed_top {
		border-top-style:dashed;
	}
	.border_dashed_bottom {
		border-bottom-style:dashed;
	}
	.border_dashed_left {
		border-left-style:dashed;
	}
	.border_dashed_right {
		border-right-style:dashed;
	}

	/* #################################################
			BORDER COLOUR
	################################################# */

	/*   #####   black   #####   */
	.border_black {
		border-color:black;
	}

	/*   #####   red   #####   */
	.border_red {
		border-color:red;
	}

	/*   #####   blue   #####   */
	.border_blue {
		border-color:blue;
	}

	/*   #####   dark blue   #####   */
	.border_darkblue {
		border-color:darkblue;
	}
