/* Default CSS Stylesheet for a new Web Application project */



.bg1
{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.b1
{
	padding-left: 33px;
}
.b2
{
	padding-right: 13px;
}
.th1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8D2A1;
	background-image: url(images/b1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a
{
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover
{
	text-decoration: none;
	color: #FF9900;
}
a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.bt1
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border:0px;
}

.btxt{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}





a.y
{
	font-family: Tahoma;
	font-size: 12px;
	color: #650000;
	font-weight: bold;
}
a.y:link
{
	text-decoration: none;
}
a.y:visited
{
	text-decoration: none;
	color: #650000;
}
a.y:hover
{
	text-decoration: none;
	color: #FF870F;
}
a.y:active
{
	text-decoration: none;
	color: #650000;
}


.title
{
	font-family: Andalus;
	font-size: 25px;
	font-weight: bold;
	color: #1E4D32;
	text-align:center;
	}
