.content {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.content01 {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 5;
}
.content02 {
	color:#0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.title01 {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding: 3;
}
.title02 {
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	padding: 3;
}
a.csshf:link, a.csshf:active, a.csshf:visited   {
 color: #999999;
 text-decoration: none;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
}
a.csshf:hover {
 color: #0066FF;
 text-decoration: none;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
}
a.csshf01:link, a.csshf01:active, a.csshf01:visited   {
 color: #3366CC;
 text-decoration: underline;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
}
a.csshf01:hover {
 color: #0066FF;
 text-decoration: none;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
}
a.csshf02:link, a.csshf02:active, a.csshf02:visited   {
 color: #3366CC;
 text-decoration: underline;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
}
a.csshf02:hover {
 color: #0066FF;
 text-decoration: none;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
}
.title02a {

	color:#FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding: 3;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 2px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -112px;
left: 145px; /*position where enlarged image should offset horizontally */

}


SELECT		{BORDER-RIGHT: #003658 1px solid; BORDER-TOP: #003658 1px solid; BORDER-LEFT: #003658 1px solid; BORDER-BOTTOM: #003658 1px solid; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; COLOR: #136096; FONT-SIZE: 11px}
INPUT		{BORDER-RIGHT: #003658 1px solid; BORDER-TOP: #003658 1px solid; BORDER-LEFT: #003658 1px solid; BORDER-BOTTOM: #003658 1px solid; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; COLOR: #0033cc; FONT-SIZE: 11px}
TEXTAREA	{BORDER-RIGHT: #003658 1px solid; BORDER-TOP: #003658 1px solid; BORDER-LEFT: #003658 1px solid; BORDER-BOTTOM: #003658 1px solid; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; COLOR: #0033cc; FONT-SIZE: 11px}

.inputNoBorder {
  BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid;
}

.std_button {
	background-color: #67B2DC;
  color: #FFFFFF;
  font-size: 11px;
  font-weight : normal;
  border-style: solid;
  border-width : 1;   
  cursor : hand;
}
.inputNoBorder2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.colorpicker {
	text-align: center;
	width:554px;
	height:352px;
	position:relative;
	background-color: #53BCFF;
	margin: 1px;
	padding-top: 2px;
}
