h1{
        padding:0px;
        margin:0px;

}
.header1
{ 
	background: url("images/leftcorner.gif") no-repeat left top;
}
.header2
{ 
	background: url("images/tab-bg.gif");
	font-weight: bold;
}
.header3
{ 
	background: url("images/rightcorner.gif") no-repeat right top;
}
.navigation
{
	background: url("images/nav.gif") repeat left top;
	color:#FFFFFF;
	font-size:14px;
        padding:5px;
}
.navigation a
{
	color:#FFFFFF;
	font-size:14px;
}
.navigation a:hover
{
	color: #cccccc;
	font-size:14px;
}
a
{
	color:#126f22;
	text-decoration:none;
}
a:hover
{
	color: #000000;
	text-decoration:none;
}
.welcome
{
	background:url(../images/temp_flash_holder.gif) top right no-repeat;
}
.ewelcome
{
	background:url(../images/temp_flash_holder2.gif) top right no-repeat;
}
.tborder
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tcat
{
	background: url("images/orange_bar_bg.jpg") repeat left top;
	color: #FFFFFF;
}
.footer
{
	color:#000000;
	background: url("images/footer.gif");
	font-size:12px;
        padding:5px;
}
.footer a
{
	color:#126f22;
	font-size:12px;
	text-decoration:none;
}
.footer a:hover
{
	color: #000000;
	font-size:12px;
	text-decoration:none;
}
body {
	background:#ffffff;
	padding:0;
	margin:0;
}
td
{
	color:#000000;
	font-family:Arial;
	font-size:13px;
}
input {
	font-family:Arial;
	font-size: 12px;
}
select {
	font-family:Arial;
	font-size: 12px;
}
textbox {
	font-family:Arial;
	font-size: 12px;
}
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
        border:0px;
	z-index: 99999999;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
