
	td, body {

		font-family: tahoma;
		font-size: 11px;

	}

	a {

		color: #000000;
		text-decoration: underline;

	}

	a.white {

		color: #FFFFFF;
		text-decoration: none;

	}

	.white {

		color: #FFFFFF;

	}

	a.whiteBU {

		color: #FFFFFF;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
		font-family: tahoma;

	}

	a.whiteB {

		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		font-family: tahoma;

	}

	a:hover.whiteB {

		color: #FFFFFF;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
		font-family: tahoma;

	}

	.dashed {

		border : 1px dashed #4587CA;

	}

	/* Mouse statements */

	.mouseOut {

		color: #FFFFFF;

	}

	/* BG styles */

	.rightBG {

		background-repeat : repeat-x;
		background-image : url(http://www.sitecubed.com/images/fade_right_bg.gif);

	}
