/* CSS Document */
/* MySolitaire Knowledge Center - Black Diamonds */

/* user defined classes */
/* content */
.contentDefault {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
}


/* content Head */
.contentHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666699;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
}

/* content small copy */
.contentSmallCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
}
/* content fine copy */
.contentFineCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}




/* selector tags */
/* default selector tags */
a:link, a:hover, a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #666699;
}
a:hover {
	text-decoration: none;
	color: #666699;
}


#reflect a:link, #reflect a:hover, #reflect a:visited {
/*	read from default selector tags	*/
}
#reflect a:link, #reflect a:visited {
	text-decoration: none;
}
#reflect a:hover {
	text-decoration: underline;
}


/* breadcrumbs selector tags */
#breadcrumbs a:link, #breadcrumbs a:hover, #breadcrumbs a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #333333;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #CCCCCC;
}


/* body (html) tags */
/* page margins defined */
body {
	margin: 0px;
	padding: 0px;
}
/* horizontal rule */
hr {
	color: #CCCCCC;
	height: 1px;
}
/* form tag - this tag has been created to avoid the extra unnecessary space left by form tag */
form {
	margin: 0px;
	padding: 0px;
}

