    html, body {
        height:100%;
        font-family: Times New Roman, Tahoma, Verdana, Arial, sans-serif;
        font-size: 90%;
        margin:0; 
        padding:0;
		background: #DEE2CA url(top_bg.jpg) top left repeat-x;
    }

    A, A:hover {
        font-family: Times New Roman, Tahoma, Verdana, Arial, sans-serif;
        text-decoration: underline; 
    }

    A:hover {
        text-decoration: none; 
    }

    TD {
        1font-size: 80%;
		vertical-align:top;
    }
	.text{
		color:#575850;
		font-size: 14px;
	}
	.text a{
		color:#1B789E;
		font-size: 14px;
	}
	.main_right_menu{
		color:#575850;
		font-size: 18px;
	}
	
	.paging {
        padding:0 0 2px 0;
    }
	.paging a{
        border:1px solid #F1F3E8;
        padding:0 5px 2px 5px;
        font-size: 14px;
        color:#2C2C2C;
    }
    .paging span{
        border:1px solid #F1F3E8;
        padding:0 5px 2px 5px;
        font-size: 14px;
        color:#EC7B37;
        font-weight:bold;
    }
	
	.alert{
        padding:5px;
        font-size:14px;
        color:#575850;
    }
    .alert b{
        color:#2C2C2C;
    }
    .error{
        padding:5px;
        font-size:14px;
        color:#575850;
    }
    .error b{
        color:#2C2C2C;
    }
    
    .table td{
        font-size:14px;
        color:#575850;
        padding: 3px 9px 6px 9px;
    }
    .table td span{
        color:#2C2C2C;
    }
    .table td div{
        color:#EC7B37;
        display: inline;
    }
	
	.text h1{
		color:#1B789E;
		font-size: 36px;
	}
	.text h2{
		color:#1B789E;
		font-size: 30px;
	}
	.text h3{
		color:#1B789E;
		font-size: 26px;
	}
	.text h4{
		color:#1B789E;
		font-size: 22px;
	}
	.text h5{
		color:#1B789E;
		font-size: 20px;
	}
	.text h6{
		color:#1B789E;
		font-size: 18px;
	}


.top_menu{
	position: relative;
}
.top_menu ul{
	margin: 0;
	padding: 8px 40px 9px 8px;
	list-style-type: none;
	left: 0;
	position: absolute;

	top:42px;
	display: block;
	visibility: hidden;

	border: 1px solid #ADADAD;
	background: url(sub_bg.gif);
}




.top_menu ul li{
	background: url(bullet_sub.gif) center left no-repeat;
	padding-left:14px;
	margin-bottom:5px;
}

.top_menu ul li a{
	font-size:14px;
    color:#FFFFFF;
}



	
	
