        table {
                border:0px;
                border-collapse: collapse;
        }
        table td {
                padding:0px;
        }
        body, td, th, p, input, select {
                font-family: tahoma, arial, helvetica, sans-serif;
                font-size: 12px;
                color: #3b3b39;
        }
		li {
	margin-top : 10px;
	margin-bottom : 10px;
}
		dt {
			 /* font-weight : bold;*/
		}
		dd {
			  font-size: 11px;
		}


        h1, h2 {
                font-size: 24px;
                /*font-weight : bold;*/
                color: #3b3b39;
                font-family : Tahoma, Arial, Helvetica, sans-serif;
                font-weight : normal;
                margin: 0px 0px 0px 0px;
        }
        h3 {
                font-size: 12px;
                font-weight : bold;
                color: #3b3b39;
                font-family : Tahoma, Arial, Helvetica, sans-serif;
                /*font-weight : normal;*/
                margin: 0px 0px 0px 0px;
        }
        a {
                color: #ff8b08; text-decoration: underline
        }
        a:hover {
                color: #ff8b08; text-decoration: none
        }
        a:active {
                color: #ff8b08; text-decoration: underline
        }
        .content {
                padding : 20px;
                text-align : justify;
                vertical-align : top;
        }
        .content_sm {
                text-align : justify;
                vertical-align : top;
        }
        #link {
                line-height : 150%;
        }
        .menu {
                margin-left : 30px;
                margin-top : 10px;
                margin-bottom : 30px;
                vertical-align : top;
        }
        #menu {
                font-family : Arial, Helvetica, sans-serif;
                font-size : 16px;
                color : #3b3b39;
                line-height : 200%;
                text-decoration: none;
                font-weight : bold;
                padding-left : 15px;
        }
        #menu:hover {
                text-decoration: underline;
        }
        #menu:active {
                text-decoration: none;
        }




        #bot_text{
                color: #C0C0C0;
        }




        .bot_text{
                font-size: 12px;
                color: #C0C0C0;
                padding-left: 20px;
                padding-right: 20px;
                text-align : center;
        }
        .r {
                text-align : right;
        }
		.comments{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b39;
	font-style : italic;
}
.infotab {
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: auto;
	empty-cells: hide;
	border-collapse: collapse;
}
.infotab td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nowrap td {
		white-space : nowrap;
}
.wrap td {
	white-space : normal;
}
.center, .center td {
	text-align: center;
}