/*------------------------------------------------------------*/
/*----------Hide Me----------*/

.HideMe { /* Paste the "display: none;" in classes that are to be hidden. Used in conjunction with the print style sheet. */
	display: none;
}

/*------------------------------------------------------------*/
/*----------Navigation----------*/

.navigation {
	margin: 20px 0 0 20px;
	line-height: 1.15;
	border-right: 1px solid #CCCCCC;
	display: none;
}

.navigation ul {
	margin: 0 0 10px 0;
	_margin: 0 0 0 0; /* for IE6 */
	*margin: 0 0 0 0; /* for IE7 */
	padding: 0;
	list-style: none;
	display: none;
}

.navigation h1 {
	color: #A54499;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: none;
}

.navigation a:link,
.navigation a:hover,
.navigation a:active,
.navigation a:visited {
	color: #000000;
	text-decoration: none;
	display: none;
}

.dot {
	font-family: Arial;
	font-size: 20px;
	vertical-align: middle;
	display: none;
}

/*------------------------------------------------------------*/


