BODY				{ background-image: url(../commoncg/s_0000.jpg);
					  background-color: White;
					}

a:link				{ color: DarkBlue;
					  text-decoration: none;
					}
a:visited			{ color: DarkCyan;
					  text-decoration: none;
					}
a:hover				{ color: DeepPink;
					  background-color: Pink;
					  text-decoration: underline;
					}
a:active			{ color: Red;
					  text-decoration: none;
					}

DIV					{}
.titlelogo2			{ text-align: left;
					}
.link				{ font-family: arial black;
					  font-size: 10pt;
					  text-align: right;
					}
.caption			{ color: SlateGray;
					  font-family: arial;
					  font-size: 14pt;
					  font-weight: bold;
					  text-align: center;
					  margin: 1% 0%;
					}
.pagetitle			{ text-align: center;
					  margin: 1% 0%;
					}
.pageexp			{ margin: 2% 10%;
					}
.menubox			{ text-align: left;
					  margin: 2% 10%;
					}
.menutitle			{ color: RoyalBlue;
					  background-color: LightBlue;
					  font-family: $B%4%7%C%/(B,$B#M#S(B $B%4%7%C%/(B;
					  font-size: 14pt;
					  font-weight: bold;
					  padding: 0% 1%;
					}
.menuitem			{ font-family: arial;
					  font-size: 12pt;
					  font-weight: normal;
					  padding: 0% 3%;
					}
.compbox			{ text-align: left;
					  margin: 2% 25%;
					}
.complink			{ font-family: arial;
					  font-size: 10pt;
					  text-align: left;
					  margin: 5% 10%;
					}
.comptitle			{ font-family: Times New Roman, times;
					  font-size: 12pt;
					  font-weight: bold;
					  background-color: Violet;
					  text-align: left;
					  margin: 0% 5%;
					  padding: 0% 1%;
					}
.compsubtitle		{ font-family: Times New Roman, times;
					  font-size: 10pt;
					  font-weight: bold;
					  background-color: Orange;
					  text-align: left;
					  margin: 1% 6%;
					  padding: 0% 1%;
					}
.text				{ margin: 0% 5%;
					  padding: 0% 1%;
					}
.date				{ font-size: 10pt;
					  text-align: right;
					  margin: 2% 0%;
					}
.image				{ text-align: center;
					}
.table				{ margin: 0% 20%;
					}
.commandlinebox		{ background-color: Black;
					  margin: 1% 0%;
					  padding: 1% 1%;
					}
.commandline		{ color: RoyalBlue;
					}
.filename			{ color: DodgerBlue;
					  font-weight: bold;					  
					}

P					{}
.exp				{ font-size: 10pt;
					}

OL					{}
.example			{ font-size: 10pt;
					}

TD					{}
.tabletop_l			{ background-color: LightBlue;
					  font-size: 10pt;
					  text-align: center;
					  padding: 0% 3%;
					}
.tabletop_r			{ background-color: LightBlue;
					  font-size: 10pt;
					  text-align: center;
					  padding: 0% 5%;
					}
.table_l			{ background-color: LightBlue;
					  font-size: 10pt;
					  text-align: left;
					  padding: 0% 3%;
					}
.table_r			{ background-color: LightBlue;
					  font-size: 10pt;
					  text-align: left;
					  padding: 0% 5%;
					}
.phototitle			{ font-size: 10pt;
					  text-align: center;
					}

UL					{ font-size: 10pt;
					}
OL					{ font-size: 10pt;
					}

SPAN				{}
.titleletter1		{ color: Navy;
					  font-family: $B%4%7%C%/(B,$B#M#S(B $B%4%7%C%/(B;
					  font-size: 24pt;
					  font-weight: bold;
					}
.titleletter1s		{ color: Navy;
					  font-family: $B%4%7%C%/(B,$B#M#S(B $B%4%7%C%/(B;
					  font-size: 18pt;
					  font-weight: normal;
					}
.titleletter2s		{ color: Navy;
					  font-family: Arial Black;
					  font-size: 14pt;
					  font-weight: bold;
					}
.titleletter3s		{ color: Navy;
					  font-family: Arial;
					  font-size: 14pt;
					  font-weight: bold;
					}

PRE					{ color: RoyalBlue;
					  background-color: Black;
					  margin: 1% 0%;
					  padding: 1% 1%;
					}