body {
	background-image: url(gbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: bad5e6;
	padding: 0px;
}

.r1 {
	background-image: url(f3.jpg);
	background-repeat: no-repeat;
}

.bg2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	min-height: 600px;
}

.tbg {
	background-image: url(tbg.gif);
	background-repeat: repeat-x;
}

.rel {
	padding: 10px;
	margin: 0px; 
	background-color : #a0d8ef;
	background-image: url(relbg.jpg);
	background-repeat: repeat-x;
	background-color: a0d8ef;
}
.rel a {
	padding-left: 20px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:20px;
	color: #0db3e7;
	text-decoration: none;
	font-size: 12px;
}

.hh2 {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 30px;
}


.hh1 a {
	font-size: 15px;
	font-weight: bold;
	color: #0db3e7;
	text-decoration: none;
}

.hh1 a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}

.hh3 a:hover {
	color: #006600;
	text-decoration: underline;
}

.hh1 {
	padding-left: 30px;
	background-image: url(arr.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
}

.r1 #button {
	background-image: url(find.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

.r1 #textfield {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hh3 {
	padding-top: 2px;
	padding-left: 30px;
}

.hh3 a {
	color: #666666;
	font-size: 11px;
}

/* Main advertising block. All advertisings placed here in their own blocks */
.dao_block{
/*	height: 400px; /* Block maximum height */
	width: 500px; /* Block maximum width */
	background-color:#FFFFFF; /* Block background color */
	border-width: 1px; /* Block border width */
	border-color: #000000; /* Block border color */
	border-style: solid; /* Block border style: dashed, dotted, double, groove, inset, solid */
   	padding: 8px 12px 0px 12px; /* Block inner space */
	overflow: hidden; 
}

/* Advertisings blocks */
.dao_block li {
/*	float: left; /* Uncomment this for horizontal blocks arangement. */
	text-align:  left; /* Block text aligns: left, center, right */
/*	width: 200px; /* Fixed length. Uncomment for horizontal block arrangement*/
}

/* Title style */
.dao_title a:link, 
.dao_title a:visited {
   	display: block;
   	font-family: Tahoma; /* Title font family */
   	color: #DAA520; /* Title font color */
   	font-size: 20px; /* Title font size */
   	font-weight: bold; /* Title font weight: bold, bolder, normal, lighter, 100-900 */
   	text-decoration: none; /* Title text decoration: blink, line-through, none, overline, underline */
   	padding: 0px 0px 0px 0px; /* Title spacing (top, right, bottom, left) */
}
.dao_title a:hover {
   	text-decoration: underline; /* hovered link underline */
}

/* Description style, all like title properties*/
.dao_description a:link, 
.dao_description a:visited {
   	display: block;
   	font-family: Time New Roman; 
   	color: #000000; 
   	font-size: 14px;  
   	font-weight: normal; 
   	text-decoration: none; 
   	padding:0px 0px 0px 0px; 
}
.dao_description a:hover {
   	text-decoration: none; 
}

/* Url styles */
.dao_url a:link, 
.dao_url a:visited {
   	display:block;
   	font-family: Arial; 
   	color: #009900; 
   	font-size: 10px; 
   	font-weight: normal;  
   	text-decoration: none; 
	padding:0px 0px 12px 0px; 
}
.dao_url a:hover {
   	text-decoration: none; 
}

.dao_block ul {
	list-style: none;
}
