* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

p, ul, ol, h1, h2, h3, hr {
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	border-bottom: solid 1px black;
}

p, ul, ol {
	line-height: 18px;
}

ul, ol {
	margin-left: 20px;
	padding-left: 0px;
}

img {
	border: none;
	vertical-align: middle;
}

form {
	margin: 0px;
}

hr {
	height: 1px;
	border-top: solid 1px black;
	border-bottom: none;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

sup {
	vertical-align: top;
}

span {
	font-weight: inherit;
}

ul.spacedList li,
ol.spacedList li {
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.preformatted {
	white-space: pre;
}

/*
----------------------------------------------------------------------
 Search Page.
----------------------------------------------------------------------
*/

.gs-result {
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	border-bottom: solid 1px rgb( 200, 200, 200 );
}

.gs-title {
	margin-bottom: 5px;
}

.gs-title,
.gs-title b {
	font-weight: bold;
}

.gs-snippet {
	padding-left: 20px;
	margin-bottom: 5px;
}

.gs-snippet b {
	font-weight: bold;
}

.gs-visibleUrl-short {
	display: none;
}

.gs-visibleUrl-long {
	padding-left: 20px;
	font-style: italic;
}

.gs-watermark {
	display: none;
}

.gsc-cursor {
	height: 40px;
}

.gsc-cursor-page {
	float: left;
	padding: 5px 10px;
}

