/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #FFBF00;
    FONT-FAMILY: Tahoma;
    font-size: 11px;
   margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}

IMG 	
{
	border:0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.title1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #ffbf00;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding-bottom:5px;
}

.title2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffbf00;
	
	
}
a.y {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a.y:link {
	text-decoration: none;
}
a.y:visited {
	text-decoration: none;
	color: #000000;
}
a.y:hover {
	text-decoration: none;
	color: #FF9900;
}
a.y:active {
	text-decoration: none;
	color: #000000;
}
.btxt1 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
a.y1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF9900;
	font-weight: normal;
}
a.y1:link {
	text-decoration: none;
}
a.y1:visited {
	text-decoration: none;
	color: #FF9900;
}
a.y1:hover {
	text-decoration: none;
	color: #000000;
}
a.y1:active {
	text-decoration: none;
	color: #FF9900;
}
	.tbl
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	
}
.btn
{
	border-right: gainsboro 1px double;
	border-top: gainsboro 1px double;
	font-size: 10px;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/btn.jpg);
	border-left: gainsboro 1px double;
	width: 75px;
	color: #410004;
	border-bottom: gainsboro 1px double;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 20px;
	font-weight: bold;
}

.txt
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	COLOR: #333333;
	border-bottom: silver 1px solid;
	font-family: Tahoma;
	font-size: 10px;
}
