body {
	background: white;
}

a:link {
	color: #008800;
}

a:active {
	color: #006600;
}

a:visited {
	color: #006600;
}

a:hover {
	color:  #00bb00;
	text-decoration: none;
}

p {
	font: 11px verdana, arial, helvetica;
	text-indent: 1em;
	text-align: left;
}

p.next {
	color: #006600;
	font: 12px verdana, arial, helvetica;
	text-align: center;
	text-indent: 0;
}

h1 {
	text-align: center;
	font-size: 18px;
	color: #006600;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	text-align: left;
	font-size: 16px;
	color: #003300;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial;
	margin-bottom: 15px;
}

h3 {
	font-size: 13px;
	color: #003300;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial;
}

dl {
	text-indent: 1em;
	color: #006600;
	font-family: verdana, arial, helvetica;
	font-size: 16px;
}

dt {
	color: #006600;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	font-size: 16px;
}

dd {
	color: #006600;
	font-family: verdana, arial, helvetica;
	font-size: 16px;
}

ul.plain {
	text-align: left;
}

ul.plain li {
	text-align: left;
}

ul.dictionary {
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.dictionary li {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: -20px;
	list-style-image: none;
	list-style: square;
}

a.dictionary:link {
	color: #008800;
	text-decoration: none;
	border-bottom: 1px dotted #008800;
	padding-bottom: 1px;
}

a.dictionary:active {
	color: #008800;
	text-decoration: none;
	border-bottom: 1px dotted #008800;
	padding-bottom: 1px;
}

a.dictionary:visited {
	color: #005500;
	text-decoration: none;
	border-bottom: 1px dotted #005500;
	padding-bottom: 1px;
}

a.dictionary:hover {
	color:  #00bb00;
	border-bottom: none;
	padding-bottom: 1px;
}

.category {
	color: #006600;
	font: 12px Tahoma, Helvetica, Arial;
	font-weight: bold;
}

.navlinks {font-size: 12px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #006600;
}

.data {
	color: #000000;
	font: 11px verdana, arial, helvetica;
}

.comments {
	color: #000000;
	font: 11px verdana, arial, helvetica;
}

.new {
	color: #ffcc00;
}

.important {
	color: red;
	font-weight: bold;
}

.form {
	background-color: #efefef;
}

.one 	{font-size: 10px; font-family: verdana, arial, helvetica;}
.two 	{font-size: 11px; font-family: verdana, arial, helvetica;}
.three 	{font-size: 12px; font-family: verdana, arial, helvetica;}
.four 	{font-size: 14px; font-family: verdana, arial, helvetica;}
.five 	{font-size: 21px; font-family: verdana, arial, helvetica;}
.six 	{font-size: 27px; font-family: verdana, arial, helvetica;}
.seven 	{font-size: 38px; font-family: verdana, arial, helvetica;}
.test 	{font-size: 21px; font-weight: bold;}
.divider	{font:13px;}

.greenline {
	height: 24px;
	background: #e7e7e7;
	border: 2px solid #b5b5b5;
}

a.bc:link {
	color: #555555;
}

a.bc:active {
	color: #555555;
}

a.bc:visited {
	color: #555555;
}

a.bc:hover {
	color:  #888888;
	text-decoration: none;
}

a.account:link {
	color: #555555;
	font-size: 12px; font-family: verdana, arial, helvetica;
}

a.account:active {
	color: #555555;
	font-size: 12px; font-family: verdana, arial, helvetica;
}

a.account:visited {
	color: #555555;
	font-size: 12px; font-family: verdana, arial, helvetica;
}

a.account:hover {
	color:  #888888;
	text-decoration: none;
	font-size: 12px; font-family: verdana, arial, helvetica;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

@import url("/forum/templates/Macinscott/formIE.css");

/* ########################## Navigation - header ########################### */

#header {
	width: 100%;
	font-size:10px;
	line-height:normal;
}
#header ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#header li {
	display:inline;
	margin:0;
	padding:0;
}
#header a {
	float:left;
	background:url("/images/tabs/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom: 1px solid #b5b5b5;
	text-decoration:none;
	font-family: verdana;
	font-weight:bold;
  	text-decoration:none;
}
#header a span {
	float:left;
	display:block;
	background:url("/images/tabs/right_both.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight:bold;
	color: #777777;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color: #FCA427;
}
#header #current a {
	background-position:0 -150px;
	border-width:0;
}
#header #current a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color: #00aa00;
}
#header a:hover {
	background-position:0% -150px;
}
#header a:hover span {
	background-position:100% -150px;
}

/* ########################## Navigation - subheader ########################### */

#subheader {
	width: 100%;
	font-size:10px;
}

#subheader ul {
	margin:0;
	list-style:none;
}

#subheader li {
	float:left;
}

#subheader a {
	text-decoration: underline;
	font-family: verdana;
	color: #555555;
	padding: 0 8px 0 8px;
}

#subheader a:hover {
	text-decoration: none;
	font-family: verdana;
	color: #888888;
}

#subheader #subcurrent a {
	text-decoration: none;
	font-family: verdana;
	color: #00aa00;
	font-weight:bold;
	padding: 0 8px 0 8px;
}

pre {
	text-align: left;
}