

TABLE.round {
	
}
TD.round-top {
	BACKGROUND-IMAGE: url(images/top.gif); HEIGHT: 16px
}
TD.round-topRight {
	BACKGROUND-IMAGE: url(images/topRight.gif); WIDTH: 16px; HEIGHT: 16px
}
TD.round-right {
	BACKGROUND-IMAGE: url(images/right.gif); WIDTH: 16px
}
TD.round-bottomRight {
	BACKGROUND-IMAGE: url(images/bottomRight.gif); WIDTH: 16px; HEIGHT: 16px
}
TD.round-bottom {
	BACKGROUND-IMAGE: url(images/bottom.gif); HEIGHT: 16px
}
TD.round-bottomLeft {
	BACKGROUND-IMAGE: url(images/bottomLeft.gif); WIDTH: 16px; HEIGHT: 16px
}
TD.round-left {
	BACKGROUND-IMAGE: url(images/left.gif); WIDTH: 16px
}
TD.round-topLeft {
	BACKGROUND-IMAGE: url(images/topLeft.gif); WIDTH: 16px; HEIGHT: 16px
}
TD.round-center {
	BACKGROUND-COLOR: white
}


body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}



a.gray {
	font-size: 11px;
	color: #CCCCCC;
}
a.gray:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.gray:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.gray:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.gray:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style1 {color: #000000}

textarea {
	border-right: #333333 1px groove;
	border-top: #333333 1px groove;  
	border-left: #333333 1px groove;  
	border-bottom: #333333 1px groove;  
	font-size: 11px; 
	color: #6e6e6e; 
	background-color: #CCCCCC;
	font-family: Tahoma, arial, Helvetica, sans-serif
	
}
select {
	border-right: #6e6e6e 1px groove; 
	border-top: #6e6e6e 1px groove; 
	font-size: 11px; 
	border-left: #6e6e6e 1px groove; 
	color: #6e6e6e; 
	border-bottom: #6e6e6e 1px groove; 
	font-family: Tahoma, arial, Helvetica, sans-serif; 
	height: 18px;
}
input {
	border-right: #333333 1px groove;
	border-top: #333333 1px groove;  
	border-left: #333333 1px groove;  
	border-bottom: #333333 1px groove;  
	font-size: 11px; 
	color: #6e6e6e; 
	font-family: Tahoma, arial, Helvetica, sans-serif; 
	background-color: #CCCCCC;
	
	
}
input.bt {
	border-right: #CCCCCC 1px groove;
	border-top: #CCCCCC 1px groove;  
	border-left: #CCCCCC 1px groove;  
	border-bottom: #CCCCCC 1px groove;  
	font-size: 11px; 
	padding:2px;
	color: #ffffff; 
	font-family: Tahoma, arial, Helvetica, sans-serif; 
	background-color: #216DCB;
	
}