body { 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	color: #666666; 
	background-color: #ffffff;
	text-align: center; 
	background: url(images/newsite/bg.jpg) center top repeat-x;
	}
td {  
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	text-align: left;
	color: #666666; } 
a { }
a:link { color: #0072bc; text-decoration: none; }
a:visited { color: #0072bc; text-decoration: none; }
a:hover { color: #0072bc; text-decoration: underline; }
a:active { color: #0072bc; text-decoration: none; }
h1 {}
h2 {}
h3 {}
h4 {}

img {
	border: 0px;
}

#content {
	width: 930px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*
	border: 1px solid #efefef;
	*/
}



hr {
	border: 0;
	width: 710px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin: 0px 0px 0px 0px;
	
}

h5 {
	color: #000000;
	text-shadow: #cccccc 2px 2px 3px; /* Modern browsers */
	filter: glow(color=#CCCCCC,strength=3); /* IE */
}

.box1 {
	text-shadow: #ffffff 2px 2px 3px; /* Modern browsers */
	filter: glow(color=#0000ff,strength=3); /* IE */
}

/* pagination start */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #888888;
    text-decoration: none; /* no underline */
	color: #888888;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #888888;
    color: #888888;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
	border: 1px solid #888888;
	font-weight: bold;
	background-color: #db5630;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
    color: #DDD;
}
	

/* pagination end */
