html {
	scrollbar-face-color: #1071A5;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #1491D3;
	scrollbar-3dlight-color: #000;
	}

body {
	font-family : Arial, Helvetica, sans-serif ;
	background-color : White;
	color : #464646 ;
	font-size: 12px ;
	margin : 7px ;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.outer_wrapper {
	margin: 0 auto ;
	width: 925px ;
	text-align: center ;
}

.inner_wrapper {
	text-align : justify ;
}

p {
	font-size : 100%;
	text-align : justify;
}

table td {
	text-overflow:ellipsis;
	overflow: hidden;
}

.add-listing p {
	margin: 3px 0;
	text-align : left;
}

.add-listing {
	margin: 30px 0;
	padding: 7px 4px;
	border: 2px dotted #090;
	background: #e8fcd9;
	color: #333;
	text-align : left ;
}

.text-ad {
	padding : 2px ;
	width :150px ;
	background : #98FB98;
	color : red ;
	border-color : red;
	border : 1px solid;
	text-align : center;
}

.text-ad .line1 {
	text-decoration : underline;
}

.text-ad .url
{
	background: inherit ;
	color : Blue;
}

a {
	font-weight: bold; 
	text-decoration : none;
	} * .text-ad a {
	font-weight :  normal ;
}

a:hover {
	background: inherit;
	text-decoration : underline;
	color: teal;
}

a:focus {
	background: inherit;
	text-decoration : underline;
	color: teal;
}

a:link {
	background: inherit;
	color: blue;
	
} * .text-ad a {
	background: inherit;
	color :  teal ;
	
}

a:visited {
	background: inherit;
	color : #5F9EA0;
	
} * .text-ad a:visited {
	background: inherit;
	color : red;
}

h1 {
	background: inherit;
	font-size:200%;
	font-weight : 700 ;
	color : #1071A5;
	text-align: center;
	text-transform : capitalize;
}

h2 {
	background: inherit;
	font-size : 150% ;
	font-weight : 600 ;
	color : #1071A5;
}

h3 {
	background: inherit;
	font-size : 125% ;
	font-weight : 550 ;
	color : #1071A5;
}

.hovermenu ul{
	list-style: none;
	font: normal 13px Arial, Helvetica, sans-serif ;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
	text-align: center;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	width:123px;
	text-decoration: none;
}

.hovermenu ul li a{
	list-style: none;
	padding: 1px 0.5em;
	text-decoration: none;
	font-weight : normal;
	float: left;
	color: white;
	background-color: #1071A5;
	border: 1px solid white;
	width:123px;
}
.hovermenu ul li a:visited{
	padding: 1px 0.5em;
	float: left;
	color: white;
	background-color: #1071A5;
	border: 1px solid white;
	width:123px;
	text-decoration: none;
}

.hovermenu ul li a:hover{
	background-color: white;
	float: left;
	color : #03086C;
	border: 1px solid Silver;
	width:123px;
	text-decoration: none;
}

.hovermenu ul li a:focus{
	background-color: white;
	float: left;
	color : #03086C;
	border: 1px solid Silver;
	width:123px;
	text-decoration: none;
}

.expand_text {
	background: inherit;
	list-style: none;
	cursor:pointer;
	font-size : 14px;
	text-align: center;
	color:blue;
}

.switchcontent {
	font: normal 12px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:purple; 
	background-color:#EFEFEF; 
	margin : 10px; 
	padding-left : 10px; 
	padding-right : 8px;
	}

.box_text {
	background: inherit;
	font-family : Arial, Helvetica, sans-serif;
	color : #408080;
	text-align:center;
}

.inline_2 {
	background: inherit;
	font-family : cursive;
	font-size : 18px ;
	font-weight : 400 ;
	color : #408080;
}

.copyright, .copyright a:visited, .copyright a:link, .copyright a:active {
	background: inherit;
	font-size : 80%;
	color : #464646 ;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 100;
	text-decoration : none
}

.pad5 {
	padding-left  : 10px ;
	padding-right : 10px ;
	padding-top : 10px ;
	padding-bottom : 20px ;
}

