*
{
	font-size:10pt;
  font-family:Verdana, Arial, Helvetica
}

html 
{
	height: 100%;
}
body
{
  color:black;
	background:url('images/master_BG.gif') repeat-x #B9CAE3; 
	margin: 0px 0px 0px 0px;
	height: 100%;
}

th
{
  background:#f8f8ff; /*GhostWhite*/
  height:30;
  color:#191970;
  font-weight:bold;
  text-align:left;
	font-size:10pt;
}

.Tutorial 
{
	text-align:justify;
	font-size:9pt;
	color:black;
	font-weight:normal;
  padding:15px;
  width:50%
}
    
.button
{
	width:75px;
	color:#191970;	/*navy*/ 
	font-weight:bold;
	
}
a, a:link, a:visited, a:hover, a:active
{
    font-weight:bold;
    font-size:8pt;
    color:#4682b4; /*SteelBlue*/
    text-decoration:none
}

a:hover, a:active
{
	color:#d2691e; /*chocolate*/
	text-decoration:none;
}

a.sample {font-size:8pt! important;}
a.nohover:link, a.nohover:visited, a.nohover:hover, a.nohover:active
{
  color:#191970;
  font-weight:bold;
  font-size:10pt;
}

a.smenu:link, a.smenu:visited, a.smenu:hover, a.smenu:active
{
	color:#e7eff7! important; 
}

a.smenu:hover, a.smenu:active 
{
	color:#d2691e! important; /*chocolate*/
	text-decoration:underline
}

a.iLink:link, a.iLink:visited, a.iLink:hover, a.iLink:active
{
	font-family:'Comic Sans MS', cursive;
	font-size:16pt! important;
	color:#ffd700! important; 
	font-style:italic;
	font-weight:bold;
	text-decoration:none! important;
}

a.iLink:hover, a.iLink:active
{
	color:#d2691e! important; /*chocolate*/
}

.f8, .f9, .f10
{
	font-weight:normal;
	color:black;
}
.f8, .f8h
{
	font-size:8pt;
}
.f9
{
	font-size:9pt;
}
.f10, .f10c, .f10n
{
	font-size:10pt;
}
.f8h
{
	font-weight:bold; 
	color:#4682b4; /*SteelBlue*/
}
.f10c, .f10n
{
  font-weight:bold;
  text-align:center;
}
.f10c  
{
	color:#d2691e; /*chocolate*/ 
}
.f10n 
{ 
	color:#191970;	/*navy*/ 
}

.f12, .f12b
{
  font-size:12pt;
  font-weight:bold;
}
.f12b
{
  color:#4682b4;
  text-align:center;
}
.f14
{
	color:#e7eff7; /*light blue*/ 
  font-weight:bold;
  font-size:14pt;
}
ol.Num 
{
	font-size:7pt;
	font-weight:bold; 
	color:#4682b4;
}

ul 
{
	list-style-position:outside;
	padding:15px;
	margin:0px;
	vertical-align:sub;
	font-weight:normal; 
	color:black;
}

ul.bullet 
{
	list-style-image: url('images/bullet.gif');
	font-weight:bold;
	font-size:8pt;
	color:#4682b4;
}
ul.blue 
{
	list-style-image:url('images/blue.gif');
}
.divmain
{
	width:735px;
	background:white;
	padding:0;
	margin:0px auto;
}
.divleftcol
{
	position:relative;
	float:left;
	background-color:white;
	margin-right:20px;
}
.divrightcol
{
	position:relative;
	text-align:center;
	float:right;
	background-color:#e0e0e0; /*light gray*/
	border:solid 1px darkgray;
	margin-right:20px;
}
@media Print    
{
.pagestart { page-break-before: always; }
.pageend { page-break-after: always; }
.noprint { DISPLAY: none}
TABLE {	WIDTH: 100%! important; background-color: White; color: Black }
TH { background-color: White; color: Black }
TD { background-color: White; color: Black }
FONT {color: Black }
DIV {	WIDTH: 100%! important; background-color: White; color: Black }
}