/*************custom color tags *********/

/*************main tags ***********/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
span {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.t1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.poet { 
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-style: bold, italic;
}
.hd1 { 
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-style: bold;
}
.hd2 { 
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-style: normal;
}
.cr { 
  font-size: 16px;
  font-family: Courier;
  color: #000000;
  font-style: normal;
}
.crb { 
  font-size: 16px;
  font-family: Courier;
  color: #000000;
  font-style: bold;
}
.crg { 
  font-size: 16px;
  font-family: Courier;
  color: #33ff33;
  font-style: normal;
}
.crr { 
  font-size: 16px;
  font-family: Courier;
  color: #ff3333;
  font-style: normal;
}
.crl { 
  font-size: 16px;
  font-family: Courier;
  color: #489f9f;
  font-style: normal;
}
.cdr { 
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
  font-style: bold;
}
.cdb { 
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-style: bold;
}

/*text */
.white {color : #ffffff; }
.lt_gray { color: #999999;}
.green { color: #99CC33; }
.dk_green { color: #339933; }
.dk_blue { color: #000066; }
.link { color: #3399ff; }
.black { color: #000000; }
.red { color: #cc0000; }

/* links */
a:link, a:active{ 
    font-weight: normal;
	font-size: 12px;
    color: #489f9f; 
	text-decoration: underline;
}
a:visited {
    font-weight: normal;
	font-size: 12px;
    color: #388f8f;
	text-decoration: underline;
}

