a,a:link{
	color: red;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a.wl,a.wl:link{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

a.wl:hover{
	color: #f1f1f1;
	text-decoration: underline;
}

html,body{
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image:url(../img/bg_1.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

input, textarea {
	font-family: Tahoma;
	font-size: 11px;
}

table.brd{
	border-color: #FFB644;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

table.brd td,table.brd th{
	border-color: #FFB644;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

td{
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.zag {
	text-transform:uppercase;
	font-weight:bold;
}


.nav{
color:#000000;
font-weight:bold;
text-decoration:none;
}
.nav:link{
color:#000000;
font-weight:bold;
text-decoration:none;
}
.nav:visited{
color:#000000;
font-weight:bold;
text-decoration:none;
}
.nav:active{
color:#000000;
font-weight:bold;
text-decoration:none;
}
.nav:hover{
color:#ff0000;
font-weight:bold;
text-decoration:none;
}