html {
	height:100%;
}

body {
    font-family: Verdana;
    font-size:10px;
    color:#434343;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

.text {
    font-size:11px;
}

.text_color {
    font-weight:bold;
    color:#FFA200;
}

a:link {
    text-decoration: none;
    color:#FFA200;
}
a:visited {
	text-decoration: none;
	color:#FFA200;
}
a:active {
	text-decoration: none;
	color:#FFA200;
}
a:hover {
	text-decoration: underline;
	color:#FFA200;
}

.td_row {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFFFFF;
    background-color:#FFA200;
}

.s_text{
  font-size: 9px;
  text-decoration: none;
}


#Layer1 {	
    position:absolute;
	left:422px;
	top:97px;
	width:300px;
	height:52px;
	z-index:1;
	overflow: visible;
}
.td_title {
    font-size: 11px;
    font-weight: bold;
}

li.lst1 {
    padding-bottom: 12px;
}

a.mm:link {
    background-color: white !important;
    text-decoration: none;
    color: #999790 !important;
}

a.mm:visited {
    background-color: white !important;
    text-decoration: none;
    color: #999790 !important;
}

a.mm:active {
    /* text-decoration: none; */
    background-color: white !important;
    text-decoration: underline;
    color: #FFA200 !important;
}

a.mm:hover {
    background-color: white !important;
    text-decoration: underline;
    color: #FFA200 !important;
}

#searchcontrol .gsc-resultsHeader div.gsc-results-selector {
    display : none;
}
		    
#searchcontrol .gsc-twiddle {
    background-image : none;
}

#searchcontrol .gsc-control { width : 572px; }
#searchcontrol .search-control { margin: 20px; }

#searchcontrol .gs-webResult .gs-visibleUrl-short { display:none; }

#searchcontrol .gs-visibleUrl { display:none; }

#searchcontrol  .gs-title {
    text-decoration: none;
    text-color:#FFA200;
}

#searchcontrol  .gsc-trailing-more-results {
    text-decoration: none;
    text-color:#FFA200;
}

#searchcontrol  a:link {
    text-decoration: none;
    color:#FFA200;
}

#searchcontrol a:visited {
	text-decoration: none;
	color:#FFA200;
}

#searchcontrol  a:active {
	text-decoration: none;
	color:#FFA200;
}

#searchcontrol a:hover {
	text-decoration: underline;
	color:#FFA200;
}

#searchcontrol .gs-title b {
    color: #FFA200 !important;
    text-decoration: none;
}

td.mm {
    padding-left: 2px;
/*    padding-top: 1px; */
}

td.mm1 {
    padding-left: 2px;
    padding-top: 5px;
}

.separator {
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 8px 0 0;
	background-image: url(/images/dotted-line.gif);
	background-repeat: repeat-x;
	font-size: 1px;
}

.date_link {
	padding: 8px 0 0 12px;
	color: #FFA200;
}

div.content p {margin: 0; text-align: justify;}

/* simple rounded */
.recent { z-index: 200; }

.rounded { position: relative; background: #f1efe6; overflow: hidden;}
.rounded .content { padding: 0 19px;}

.rounded .t-l,
.rounded .t-r,
.rounded .b-l,
.rounded .b-r {
        position: absolute;
        width: 15px;
        height: 15px;
        overflow: hidden;
        background-image: url(/images/rounded_15_light_gray.png);
}

.rounded .t-l, .rounded .t-r { top: 0; }
.rounded .t-r, .rounded .b-r { right: -1px; }
.rounded .b-r, .rounded .b-l { bottom: -1px; }
.rounded .t-l, .rounded .b-l { left: 0; }

.rounded .t-l { background-position: 0 0; }
.rounded .t-r { background-position: -15px 0; }
.rounded .b-r { background-position: -15px -15px; }
.rounded .b-l { background-position: 0 -15px; }

