/* Holloman's Style Sheet for Content Pages */


/* The Basic Layout */
 html, body, p, ul,ol, li {font-family: "Times New Roman", serif; color: black; background: white}
:link{color: blue; background:white}
:visited{color: purple; background:white}
:active{color: red; background:white}

/* Common Formatting Options: Style and Weight	*/
 .i 			{font-style: italic}
 .b 			{font-weight: bold}
 .bi      {font-style: italic; font-weight: bold}
 .u       {text-decoration: underline}
 .sc	{font-variant: small-caps}
 .in {text-indent: 1%}
 
/* Paragraph Alignment Options */ 
 p.c			{text-align: center}
 p.r			{text-align: right}
 
/* Style, Weight and Alignment Combinations	*/ 
 p.ci			{font-style: italic; text-align: center}
 p.ri			{font-style: italic; text-align: right}
 p.cb			{font-weight: bold;  text-align: center}
 p.rb			{font-weight: bold;  text-align: right}
 p.cbi		{font-style: italic; font-weight: bold;  text-align: center}
 p.rbi		{font-style: italic; font-weight: bold;  text-align: right} 

/* Headers */
 .tn		  {font-size: 144%; font-variant: small-caps}
 .tc			{font-size: 144%; text-align: right; font-variant: small-caps}
 .pts		{font-size: 120%; text-align: right}
 
 
/* Minitab Output			 */
 .mtb		{font-family: "Courier New", monospace}
 .mtbb{font-family: "Courier New", monospace; font-weight: bold}
 .mtbi{font-family: "Courier New", monospace; font-style: italic}
 .mtbri{font-family: "Courier New", monospace; font-style: italic; text-aign:right}
 .mtbci{font-family: "Courier New", monospace; font-style: italic; text-aign:center}

 
 p.mtbr		{font-family: "Courier New", monospace; text-align: right}
 p.mtbc   {font-family: "courier New", monospace; text-align: center}
 p.mtbcb  {font-family: "courier New", monospace; text-align: center; font-weight: bold}
 p.mtbrb  {font-family: "Courier New", monospace; text-align: right; font-weight: bold}
 
 
/* Size-Only Options					*/  
.xxx {font-size: 207%}
.xx	 {font-size: 144%}
.x	 {font-size: 120%}

/* Make Subscripts and Superscripts Smaller	*/
sub	{font-size: 90%}
sup {font-size: 90%}



.captions {font-size: 90%; font-weight: bold} 

math {font-size: 110%}

/* New DIV alignment to replace tables */
/* Two Column */
.left{float:left;width:50%}
.right{float:right;width:50%;text-align:right}
.done{clear:both}

.box {border: double black}
.boxhead{border: solid thin black}

span.ti {font-family: sans-serif}
span.tibutton {font-family: sans-serif; border: solid thin black}



