/* 	Problem Solving 2.0 */
/************************/
h1		{font-family: Georgia, Times New Roman, Times, serif; color: #990000; font-size: 18pt; 
		font-weight: bold; line-height: normal;}
/* H2 is for right-hand comments in header bar */
h2 		{font-family: "Arial Black", "AvantGarde Bk BT";
		text-align: right; font-size: 12pt; font-weight: normal; color: #666666; line-height: 115%;}
h4 		{font-family: Georgia, Times New Roman, Times, serif; font-size: 12pt; color: #000000;}
h5 		{font-family: Georgia, Times New Roman, Times, serif; font-size: 14pt; font-weight: bold;}
/* White background */
body	{background-color: #FFFFFF;}
	
body, p, div, ol, ul, li
		{font-family: Georgia, Times New Roman, Times, serif; font-size: 11pt; line-height: 120%; 
		color: #333333;}
.standard	
		{font-family: Georgia, Times New Roman, Times, serif; font-size: 11pt; line-height: 120%; 
		color: #333333;}
.detail 	
		{font-family: Georgia, Times New Roman, Times, serif; font-size: 9pt; line-height: normal; 
		font-weight: bold;}
.NavButton 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D8D8D8; 
	font-weight: bold;}
	
.subhead 	{text-align: right;}
		
/* Color controls */
.TopBarColor 	{background-color: D8D8D8;}

/* For bold heading referencing a problem type */
.ps 	{font-family: Georgia, Times New Roman, Times, serif;
		font-style: italic; font-weight: bold;
		font-variant: small-caps; text-transform: uppercase;
		color: #990000;}
		
/* For references to a problem type in paragraph */
.ProblemType 	{font-style: italic; color: #660000; font-weight: bold;}

a 			{color: #990000; text-decoration: none;}
a:link		{color: #990000; text-decoration: none;}
a:hover 	{color: #990000; background-color: #D8D8D8; font-style: normal; 
			text-decoration: none;}
a:visited	{color: #000000; text-decoration: none;}

/* Color codes cells by the problem type */
.red 		{background-color: #FF0033;}
.blue 		{background-color: #3366CC;}
.green 		{background-color: #33FF00; color: #000000;}

/* For flagging color coding of problem types */
.bluetext 	{color: #3333FF;}
.greentext	{color: #339900;}
.redtext 	{color: #FF0000;}

.LeftCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: italic;
	line-height: 120%;
	font-weight: bold;
	color: #990000;}
.altheader {
	font-family: "Arial Black", "AvantGarde Bk BT";
	font-size: 12pt;
	line-height: 115%;
	color: #990000;}
.highlight {
	font-family: "Arial Black", "AvantGarde Bk BT";
	font-size: 13pt;
	text-transform: uppercase; }

