/* Default CSS Stylesheet for a new Web Application project */

body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}



IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border:0px;
	}



.btxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.btxt_w {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.btxt_blue_tite {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: blue;
}

.txt
{
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	color: #fff;
	border-bottom: #ccc 1px solid;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
}


body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.tbl_bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FDFDFD;
}
a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4D4D4D;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #4D4D4D;
}
a.menu:hover {
	text-decoration: none;
	color: #A57803;
}
a.menu:active {
	text-decoration: none;
	color: #4D4D4D;
}
.footer_text
{
	font-family: Tahoma;
	font-size: 11px;
}


a.copyright
{
	font-weight: bold;
	font-size: 10px;
	color: #000;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}
a.copyright:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #000;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}
a.copyright:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #D09104;
	text-decoration: none;
	font-family: Tahoma;
	font-style: normal;
}
a.copyright:active
{
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	font-style: normal;
	font-family:Tahoma;
	text-decoration: none;
}

.title
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #1C477E;
}



a.y
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}
a.y:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}
a.y:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #D09104;
	text-decoration: none;
	font-family: Tahoma;
	font-style: normal;
}
a.y:active
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}


.btn
{
	font-size: 11px;

	width: 118px;
	color: #3F7505;
	background-repeat: no-repeat;
	font-family: Tahoma;
	height: 29px;
	font-weight: bold;
	border: 0px;
	cursor: hand;
}
.txt
{
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	color: #000;
	border-bottom: #ccc 1px solid;
	font-family: Tahoma,sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
}