/***** PINK BOX IN HEADER *****/

table.pink {
	width: 239px;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
	}

	td.pink-ul {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/ul.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink-ur {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/ur.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink-ll {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/ll.png');
		background-repeat: no-repeat;
		background-position: top right;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink-lr {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/lr.png');
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink-left {
		width: 5px;
		background-image: url('images/dkpink-corners/left.png');
		background-repeat: repeat-y;
		background-position: top right;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink-right {
		width: 5px;
		background-image: url('images/dkpink-corners/right.png');
		background-repeat: repeat-y;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink-top {
		height: 5px;
		background-image: url('images/dkpink-corners/top.png');
		background-repeat: repeat-x;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}
		
	td.pink-bottom {
		height: 5px;
		background-image: url('images/dkpink-corners/bottom.png');
		background-repeat: repeat-x;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink-center {
		width: 223px;
		background-color: #e7bdcf;
		}




/***** PINK BOXES IN MAIN CONTENT AREA *****/

table.pink2 {
	width: 239px;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
	}

	td.pink2-ul {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/ul.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink2-ur {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/ur.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink2-ll {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/ll.png');
		background-repeat: no-repeat;
		background-position: top right;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink2-lr {
		width: 5px;
		height: 5px;
		background-image: url('images/dkpink-corners/lr.png');
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink2-left {
		width: 5px;
		background-image: url('images/dkpink-corners/left.png');
		background-repeat: repeat-y;
		background-position: top right;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink2-right {
		width: 5px;
		background-image: url('images/dkpink-corners/right.png');
		background-repeat: repeat-y;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink2-top {
		height: 5px;
		background-image: url('images/dkpink-corners/top.png');
		background-repeat: repeat-x;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}
		
	td.pink2-bottom {
		height: 5px;
		background-image: url('images/dkpink-corners/bottom.png');
		background-repeat: repeat-x;
		background-position: top left;
		font-size: 1%;
		line-height: 1%;
		}

	td.pink2-center {
		width: 223px;
		background-color: #e7bdcf;
		}

		td.pink2-center h1 {
			width: 216px;
			background-position: bottom right;
			padding-top: 0px;
			margin-top: 0px;
			margin-bottom: 10px;
			margin-left: 6px;
			padding-right: 6px;
			font-size: 125%;
			}

		td.pink2-center p {
			width: 216px;
			color: #533019;
			font-size: 90%;
			margin-left: 6px;
			line-height: 120%;
			padding-bottom: 12px;
			}

		td.pink2-center a {
			color: #a30046;
			}

		td.pink2-center a:link {
			color: #a30046;
			font-size: 125%;
			text-decoration: underline;
			}

		td.pink2-center a:visited {
			color: #a30046;
			font-size: 125%;
			text-decoration: underline;
			}

		td.pink2-center a:hover {
			color: #ffffff;
			font-size: 125%;
			text-decoration: none;
			background-color: #a30046;
			}

		td.pink2-center p.bq {
			color: #a30046;
			font-weight: bold;
			font-style: italic;
			font-size: 100%;
			float: left;
			width: 170px;
			}

		td.pink2-center p.bqright {
			color: #533019;
			font-weight: bold;
			font-style: italic;
			text-align: right;
			float: left;
			width: 170px;
			}