/* @override http://brucegrover.net/GQ.css */

/* @group Defaults */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #333333;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #9F2536;
	text-decoration: none;
}

td.left {
	padding-right: 25px;
	padding-left: 10px
}

td {
	font-size: 13px;
	line-height: 130%;
	color: #333333;
}

/* @end */

/* @group Classes */

.metal {
	cursor: url(http://www.profiletweaks.com/cursors/2/devilhand.ani);
}

.bold {
	font-size: 13px;
	font-weight: 800;
	line-height: 130%;
	color: #006EA6;
}

.headline {
	font-size: 18px;
	font-weight: 800;
	line-height: 130%;
	color: #006EA6;
}

/* @end */

/* @group Lists */

ul {
	list-style-image: url(i/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
}

li {
	margin-bottom: 1em;
}

ul.nospace li {
	margin-bottom: 0;
}

/* @end */

/* @group Menu */

div.menu {
	font-size: 11px;
}

ul.hide {
	display: none;
}

div.menu ul,
div.menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	list-style-image: none;
}

div.menu li .bullet {
	display: none;
}

div.menu li.folder .bullet {
	position: absolute;
	display: block;
	top: 0;
	right: -12px;
	color: #9F2536;
	font-size: 100%;
}

div.menu li.folder li {
	margin-right: 10px;
}

div.menu li.folder li .bullet {
}

/* @group Links */

a.menu3,
a.menu3:link,
a.menu3:visited,
a.menu3:active,
a.menu3:hover {
	color: #333333;
	text-decoration: none;
}

a.menu4,
a.menu4:link,
a.menu4:visited,
a.menu4:active,
a.menu4:hover {
	color: #999999;
	text-decoration: none;
}

a.menu2,
a.menu2:link,
a.menu2:visited,
a.menu2:active,
a.menu2:hover {
	color: #0083BF;
	text-decoration: none;
}

a.menu,
a.menu:link,
a.menu:visited,
a.menu:active,
a.menu:hover {
	color: #0060AA;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Footer */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #A6A6A6;
}

a.footer,
a.footer:link,
a.footer:visited,
a.footer:active,
a.footer:hover {
	color: #A6A6A6;
	text-decoration: underline;
}

a.footer:hover {
	text-decoration: none;
}

/* @end */

.test {
	font-size: 13px;
	line-height: 130%;
	color: #333333;
}