/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	background-color: #333;
	background-image:url(graphics/background_carbon.gif)
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #00FF00;
}
.Heading {
	font-size: 18px;
	font-weight: bold;
	color: #FF0;
}
.bold {
	font-weight: bold;
}
.boldred {
	font-weight: bold;
	color: #F00;
}
.boldblue {
	font-weight: bold;
	color: #06F;
}

.small {
	font-size: 9px;
}
.green {
	font-weight: bold;
	color: #00FF00;
}
.yellow {
	color: #FFFF33;
	font-weight: bold;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #06C;
	display: block;
	padding: 3px;
	width: 152px;
	border-bottom-style: outset;
	border-bottom-width: thin;
	text-decoration: none;
	text-align: center;
}
.navbar:hover, .navbar:focus {
	color: #FFF;
	background-color: #666;
}
.bottom-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.bottom-nav:hover, .bottom-nav:focus {
	color: #00FF00;
}
.navbarbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #0066CC;
	display: block;
	padding: 1px;
	width: 152px;
	border-bottom-style: outset;
	border-bottom-width: thin;
	text-decoration: none;
	text-align: center;
	border-right-style: outset;
	border-right-width: thin;
	border-left-style: outset;
	border-left-width: thin;
	border-top-style: outset;
	border-top-width: thin;
}
.navbarbutton:hover, .navbarbutton:focus {
	color: #0F0;
	background-color: #666666;
}
		
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("graphics/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("graphics/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("graphics/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
