html
{
	background-color:e5effb;
	font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	color:#666666;
	}
a { text-decoration: none; font-weight: bold; }

.link_nor{
	background-color: #FFFFFF;
	border: 2px solid #999999;
	padding:0px 4px 0px 4px;
	text-align:center;
	color:#666666;
	font-family: "Arial", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.link_act
{
	background-color:#CCCCCC;
	border: 2px solid #096392;
	padding:0px 4px 0px 4px;
	text-align:center;
	color:#666666;
	font-family: "Arial", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

span{
	font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	color:#666666
}
.mytitle
{
	font-family: "Arial", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.gray
{
	background-color: #999999;
	position: absolute;
	border: 10px solid #cccccc;
	z-index: 100;
}
img{
	border: 10px solid #666666;
	background-color: #CCCCCC
}
.opa{
	color:#666666;
	padding:10px 20px 0px 20px;
	position: absolute;
	z-index: 101;
	opacity:0.5;
	filter: alpha(opacity=50);




filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); 
	-moz-opacity: 0
.;5;
	background: #FF0000;
}
.showbg{// for fadeout effect *This is optional
background-color: black;
}

.link_nor{// for clickable normal link
background-color: #333333;
	border: 2px solid #CCCCCC;
	padding:0px 4px 0px 4px;
	text-align:center;
	color:#666666;
	font-family: "Arial", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.link_act
{// for clickable active link
background-color:#808000;
	border: 2px solid #999999;
	padding:0px 4px 0px 4px;
	text-align:center;
	color:#666666;
	font-family: "Arial", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

span{// for watermark
font: normal 76% "Arial", "Lucida Grande",Verdana, Sans-Serif;
	color:#000000
}

.gray
{// for cover
background-color: #999999;
	position: absolute;
	border: 0px solid red;
	z-index: 100;
}

img{// for image border
border: 0px solid #663300;
	background-color: #999999
}

.opa{// for watermark opacity 
color:white;
	padding:10px 20px 0px 20px;
	position: absolute;
	z-index: 101;
	background-color: #999999;
	opacity:0.5;
	filter: alpha(opacity=50);

filter:progid:DXImageTransform.Microsoft.Alpha
(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); 
	-moz-opacity: 0.5;
}

