body
{
	margin:20px;
	font-family: Verdana;
	font-size: 90%;
}

h1 {
	padding-bottom: 3px;
	margin-bottom: 0;
	z-index: 10;
	position: relative;
	font-size: 160%;
}

h1 a {
	color: #888;
	text-decoration: none;
}

div.footer {
	border-top: 1px dotted #c8c8c8;
	margin-top: 20px;
	text-align: center;
	margin-left: -50px;
	clear: both;
}

div.footer a {
	color: blue;
}

/********* page 1 **********/

.page1 h2 {
	color: #888;
	margin-left: -50px;
}


div.container h3 {
	/*display: none;*/
	background-color: #d5e6ed;
	font-weight: normal;
	font-size: 12px;	
	padding:2px 20px;
	margin: 0;
	margin-top: -15px;
	text-align: right;	
}

div.container h3 > a {
	text-decoration: none;
	color: #444;
}

.page1 {
	text-align: center;
	width: 100%;	
}

.page1 ul {	
	text-align: center;	
	width: 300px;	
	margin: 0 auto;
	list-style: none;	
}

.page1 ul li {
	text-align: left;
	padding: 5px;
	font-weight: bold;		
}

.page1 ul a {
	color: blue;
}

/************ page2 *************/

ul.page2-results-top {	
	list-style: none;	
	clear: both;
	margin-top: -10px;	
}

ul.page2-results-top h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 130%;
}

ul.page2-results-top li > a {
	display: block;
	text-decoration: none;
	color: green;/* #888; */
	font-size: 80%;
}

ul.page2-results-top li {
	margin: 30px 0;
}



div.page2-results span {
	font-weight: bold;
	font-size: 70%;
	color: #888;
}

.page2-content {
	clear: both;
}

.page2-content div {
	float: left;	
	width: 27%;
	margin: 20px;
	font-size: 80%;	
}

.page2-content div a {
	color: #888;
}

.page2-content div b {
	font-weight: normal;
}

.page2-content div h2 {
	font-size: 100%;
	font-weight: bold;
	color: #888;
}

.page2-top-menu {
	list-style: none;
	margin: 0;		
}

.page2-top-menu li {
	font-size: 80%;
	float: left;
	padding: 0 5px;
	margin: 5px 0 15px;
	border-left: 1px solid #888;
}

.page2-top-menu li a {
	color: #1650c2;
}

.page2-top-menu li.sel {
	font-weight: bold;
	color: #346381;
	border-left: 0;
	margin-left: -5px;
}




/*********** article ***********/

div.article-ads {
	width: 35%;
	float: left;
	padding: 0 15px 25px;
}

h1.article-h1 {
	font-size: 110%;
}

.page3-content {
	font-size: 80%;
}

.page3-content h2 {
	font-size: 110%;
	color: #444;
}



