.gmtop a
{	text-decoration: none;
	color: #f5f5f5;
}

.gmtop
{
	color: #f5f5f5;
}

body
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #f5f5f5;
}
table
{
	font-size: 8pt;
	border-collapse: collapse;
	background-color: #ebebeb;
}
h1
{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	font-family: 'Book Antiqua';
}
h2
{
	margin-bottom: 0px;
	font-size: 10pt;
}
h3
{
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 0px;
}
a
{
	color: #333399;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
th a
{
	color: #fffafa;
	font-size: 8pt;
	font-weight: bold;
}
th
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	color: #ffffff;
	text-align: left;
	background-color: #708090;
}
button
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
textarea
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
select
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
/* pager style (pager is a div with id=divPager, it displays "pages: 1 2 3 .." */
div#divPager
{
	border: 1px solid silver;
	background-color: white;
}


/* border ONLY for inputs of type text, button, submit and password */
/* for IE */
INPUT {
	border: expression( (this.type=="text") || (this.type=="button") || (this.type=="submit") || (this.type=="password")   ? '1px solid slategray' : 'none');
	font-family: Verdana;
	font-size: 8pt;
}

/* same for FireFox */
INPUT[type="text"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="button"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="submit"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="password"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}

/* classes */
button.formatting
{
	width: 20px;
	height: 20px;
}
div.quote
{
	color: #7777aa;
	text-decoration: none;
	padding-left: 15px;
}
