@charset "utf-8";
/* Custom Style Sheet for CW Consulting */

/* Set the default styles for the page */  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000033;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bkg-oy-vert.jpg) ;
	background-color: #FFD04E;
}

/* Set default style of links on page */
  A		    { text-decoration: none;}
  A:link	{
	color: #990000;
	text-decoration: underline;
}
  A:visited	{
	color: #990000;
	text-decoration: underline;
}
  A:active	{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF99;
}
  A:hover	{ color: #000000; text-decoration: underline; background-color: #FFFF99;}
  
/* Set style for links in classroom training tables */

.classes                 { font-size: 8pt; color: #FFE271}
  A.classes:link         { color: #FFE271; text-decoration: underline}  
  A.classes:active       { color: #713F02; text-decoration: underline; background-color:#FFE271}  
  A.classes:visited      { color: #FFE271; text-decoration: underline}  
  A.classes:hover        { color: #713F02; text-decoration: underline; background-color:#FFE271}  
  

/* Classes to control elements in the page */

.smalltext {font-size: 8pt;}

/* Classes to control menu sidebar */

#menu {
	list-style: none;
	width: 200px;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 28px;
	text-decoration: none;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFE271;
	display: block;
	background: url(button-down.jpg);
	background-repeat:no-repeat;
	padding: 5px 0 0 30px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #FAA606;
	display: block;
	background: url(button-up.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 30px;
	}
	
.slide {
	font-size: 14px;
	font-weight: bold;
	color: #793810;
}
.green {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.red {
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}

.remote {
	font-size: large;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}
  A.remote:link         {
	color: #339900;
	text-decoration: underline;
}  
  A.remote:active       {
	color: #713F02;
	background-color:#FFE271;
	text-decoration: underline;
}  
  A.remote:visited      {
	color: #339900;
	text-decoration: underline;
}  
  A.remote:hover        {
	color: #713F02;
	background-color:#FFE271;
	text-decoration: underline;
}  
  
.adagio {
	font-family: "Brush Script MT";
	font-size: 16pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #77360E;
	font-style: normal;
}
h2 {
	font-size: 18pt;
	color: #006600;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.classes {
	color: #FFE271;
}

.required {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #713F02;
}

.reg                 { font-size: 16pt; color: #000000;}
  A.reg:link         { color: #000000; text-decoration: underline;}  
  A.reg:active       { color: #000000;background-color: #FFFF99;  text-decoration: underline;} 
  A.reg:visited      { color: #000000; text-decoration: underline;}  
  A.reg:hover        { color: #000000; text-decoration: underline; background-color:#FFFF99; 
}
  

