.css {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FEBE00;
}
.blackcss {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.boldtext {
	font-family: tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #E9DFA0;
}
a:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
a {
	font-family: Tahoma;
	font-size: 13px;
	color: #E9DFA0;
	font-weight: bold;
	text-decoration: none;
}
.yellow a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.yellow a {
	font-family: Tahoma;
	font-size: 11px;
	color: #FEBE00;
	font-weight: bold;
	text-decoration: none;

}
.yellowlight a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}
.yellowlight a {
	font-family: Tahoma;
	font-size: 11px;
	color: #9C5C01;
	font-weight: normal;
	text-decoration: none;
}

.bgNoRepeat {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-position: left top;
}

.bgNoRepeat {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TA {scrollbar-3dlight-color:hotpink;
           scrollbar-arrow-color:blue;
           scrollbar-base-color:blue;
           scrollbar-darkshadow-color:darksalmon;
           scrollbar-face-color:fuchsia;
           scrollbar-highlight-color:hotpink;
           scrollbar-shadow-color:gold;
}
.bgNoRepeat1 {

	background-attachment: fixed;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bodylink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodylink {
	font-family: Tahoma;
	font-size: 11px;
	color: #FEBE00;
	font-weight: normal;
	text-decoration: underline;
}
.bodylink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #FEBE00;
	font-weight: normal;
	text-decoration: underline;
}