/* Coachskills.com CSS   Liz  June 2001 */

body {  
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF; 
	border-style: none; 
	margin: 0;
	font-size: 14px;
}

A.userdone
{
	font-weight: bold; 
	color: #009933 !important
}

H1 {
	font-size: 18px; 
	font-weight: bold;
	color: #003366;
}

H2 {
	font-size: 16px; 
	font-weight: bold;
	color: #003366;
}

A:link {
	text-decoration: none;
	color: #663399;
}

A:visited { 
	text-decoration: none;
	color: #0099cc;
}

A:hover 
{ 
	text-decoration: underline;
	color: #0099cc;
}

@media print  {
	.dontprint {
		display:none;
		}
}

@media screen  {
	.doprint {
		display:none;
		}
 }

ul.nospace
{
margin-top:0;
margin-left:20
}

ol.nospace
{
	margin-top:0;
	margin-left:20
}

.example:before {
	content: "For example:";
	display: block;
	margin-bottom: 10;
	font-weight: bold 
}

td 
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.content
{
	margin-left: 50; 
}

.popups
{
	margin: 0,20;
}

.gray
{
	color: #999999;
}

h3 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #000099; 
	font-size: 16px; 
	text-align: left
}

h3.skills 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #000066; 
	font-size: 16px; 
	text-align: center;
	margin-top: 20
}

/* Coachskills.com CSS Steve's CSS June 2001 */

.warning
{
	color: red;
}

.confirm
{
	color: green;
	font-weight: bold; 
}

.badfield
{
	color: red;
}

.chironspeak
{  
	font-weight: 600; 
	font-size: 15px;
	color: #330066
}

input.button
{
	background-color: #0099cc;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	cursor: hand; /* does nowt for Netscape */
}


td.pinkish
{
	background-color: #FFCCFF;
}

td.yellowish
{
	background-color: #FFFFCC;
}

td.blueish
{
	background-color: #CCFFFF;
}

.chironwarn 
{ 
	font-weight: 600; 
	font-size: 15px; 
	color: #CC0000
}

.highlight
{
	color: #0033CC;
}