/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	none;
	color:	#6b6aea;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#6b6aea;
	}	
		
A:active	{ 	
	text-decoration:	none;
	color:	#6b6aea;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#6b6aea;
	}
.S1
{	font-size:x-small;
	border-top: groove 1#333399;}
.S2
{	font-size:x-small;	}
.S3
{	border-top: dotted 1#333399;
	border-bottom: dotted 1#333399;
	font-size:small;}
.S4
{
	color:White;
	font-size:small;}
	
.s5
{
		font-size:x-small;
	}
.white
	{
		background-color:White;}
body
		{
			font-family:arial,Century Gothic;
			background:#b1b1ba url(images/back.gif) repeat-y center;
			font-size:small;
			}
.green
{font-size:small;
	color:339966;
	}
	.gray{font-size:small;
	color:339966;
	background-color:#efefef;}
	.gray1{font-size:small;
	color:339966;
	background-color:#efefef;
	border-top: groove 1#333399;}
	
.para
{
	padding:10 10 10 10;
	font-size:small;	
	text-align:justify;}

.ip1
{
		width:250px;
		font-size:x-small;
		font-family:Century Gothic;
}
.ip2
{
		width:550px;
		font-size:small;
		font-family:Century Gothic;
}
.ip3
{
		width:50px;
		font-size:small;
		font-family:Century Gothic;
			text-align:right;
}

.tb1
{
	color:#333399;
	font-size:small;
	font-weight:bolder;
	}
	.tb2
{
	color:#333399;
	font-size:small;
	text-align:justify;
}
.tb3
{
	color:#333399;
	font-size:small;
	}
.tb4
{
	width:100%;
	color:red;
	font-size:small;
	border: groove 1#333399;
	}
.tb5
{
	width:100%;
	color:#333399;
	font-size:small;
	border: groove 1#333399;
	}
.tb6
{
	width:100%;
	color:gray;
	font-size:small;
	border: groove 1#333399;
	}

.visi_false
{
	visibility:hidden;
}
.visi_true
{
	visibility:visible;
}
