div.transOFF {width: 100%; background-color: silver;border:1px solid black; }
div.transON  {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.50;border:1px solid black; }
div.trans25   {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.50;border:1px solid black; }
div.trans75   {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }

#transbox {
	width: 500px;
	margin: 0 50px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	padding: 0px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}

#transbox img {
	padding: 0px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}


.co3_background {
	background-color: #c2c1c1;
	background-image: url(ppg_img/backbottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 	color: white;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: white;
}
.co3_mainback {
	background-color: #c2c1c1;
	background-repeat: repeat-y;
	background-position: center top;
}

a	{ color: green; text-decoration: underline; font-size: 11px;}
a:hover	{ color: green; text-decoration: none; font-size: 11px;}

.nius { border: 3px solid white; margin: 0px 15px; }

.normalek1 { border-left: 4px solid green; border-right: 4px solid green; color: black; font-weight: bold; 

	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

.normalek2 { margin: 10px 10px; width: 500px; }

.normalek0 { text-align: justify; padding: 10px 0px; }

.input	{border: 1px solid #003663; font-family: tahoma; color:black; font-size:11px; font-weight:normal; background-color: #F3F3F3; width: 240px; }
