﻿/*  It is best to change a cell rather than a table */

(! Notes !

	#ff0000 - Dark Red
	#5E079C - Sharpstone Skinner Purple - background-color
	#338278 - Sharpstone Skinner Green
	#ffff00 - Sharpstone Skinner Yellow

Do not delete this line or the style sheet will not work...)

/************************************************************************/

/*{color: #ffff00}*/
/*{font-family: Arial, Helvetica}*/


A	
	{
	COLOR: #ffff00;
	FONT-FAMILY: Arial,helvetica;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
	}

A:link
	{
	COLOR: #ffff00;
	FONT-FAMILY: Arial,helvetica;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
	}

A:visited
	{
	COLOR: #ffff00;
	FONT-FAMILY: Arial,helvetica;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
	}

A:active	
	{
	COLOR: #ffff00;
	FONT-FAMILY: Arial,helvetica;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
	}

A:hover
	{
	COLOR: white;
	FONT-FAMILY: Arial,helvetica;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
	}


TD	{
	font-size : 10pt;
	font-family : Arial, Helvetica
	}


body	{	
	font-family: Arial, Helvetica;
	font-size:10pt;
	color: #5E079C;
	background-color: #5E079C;
	scrollbar-base-color : #5E079C;
	scrollbar-arrow-color : #ffff00;
	}


/*  Yellow bold text on a blue background */
.T_0
	{
	COLOR: #ffff00;
	FONT-FAMILY: Veranda,Arial,Helvetica;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
	}

/*  Blue background */
.T_1
	{
	background-color: #5E079C;
	font-family : Arial, Helvetica;
	}


/*  Blue text on a white background */
.T_2
	{
	background-color: #ffffff;
	color: #5E079C;
	font-size: 14pt;
	font-family: Arial, Helvetica;
	}


/*  Green text on a white background */
.T_3
	{
	background-color: #ffffff;
	color: #338278;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	}

/*  Green Bold text on a white background */
.T_3b
	{
	background-color: #ffffff;
	color: #38AA9B;
	font-size: 10pt;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica;
	}


/*  White text on a blue background */
.T_6
	{
	background-color: #5E079C;
	color: #ffffff;
	font-size : 10pt;
	font-family : Arial, Helvetica;
	}


/*  Grey text on a Green background */
.T_7
	{
	background-color: #38AA9B;
	color: #aaaaaa;
	font-size : 9pt;
	font-family : Arial, Helvetica;
	}


/* Standard final display box */
.box_01
	{
	width: 190px;
	padding:0px
	}

.submit
	{
	BORDER: 1px #000000 solid;
	BACKGROUND-COLOR: #ffcc00;
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	}
/**************  Learning Menu System  **************/
table.menu td {
	background: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #338278;
}
:link.menu {
	border-style: solid;
	border-width: 0px;
	color: #338278;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	TEXT-DECORATION: none;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* visited links */
:visited.menu {
	border-style: solid;
	border-width: 0px;
	color: #338278;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	TEXT-DECORATION: none;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* active links */
:active.menu {
	border-style: solid;
	border-width: 0px;
	color: #338278;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	TEXT-DECORATION: none;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
:hover.menu {
	background: #FFFFFF;
	color: #5E079C;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	TEXT-DECORATION: underline;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/**************  Learning Menu sysyem ends  **************/
