/* Tag modification */
body {
	background-color: #EDEDDE;
	color: #0069ad;
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}

/* Form elements */
textarea.message {
	font-family: Courier, monospace;
	font-size: 10px;
}

/* Links */

a {
	color: #0069ad;
	text-decoration: underline;
}
a:hover {
	color: #006FDD;
}

a.pages {
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
}
a.pages:link, a.pages:visited {
	color: #00c;
	text-decoration: underline;
}
a.pages:active, a.pages:hover {
	color: #999;
	text-decoration: none;
}
a.tools {
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0069ad;
	text-decoration: none;
}
a.tools:active, a.tools:hover {
	color: red;
}

/* Divs */
.toolDiv {
	width: 130px;
	padding: 3px;
	border: #333 solid 1px;
	text-align: center;
	background-color: #ddd;
}
.toolDiv:hover {
	background-color: #fff;
}
.userTools {
	width: 590px;
	border: 2px dashed #666;
	background-color: #ddecee;
	color: #0069ad;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}
.adminTools {
	width: 740px;
	border: 1px dashed #666;
	background-color: #ddecee;
	color: #0069ad;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

/* Table formatting */
table.body {
	background-color: #fff;
	width: 749px;
}
table.blackborder {
	border: #000 1px solid;
}
td {
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
}
td.light {
	background-color: #f5f5f5;
}
td.lttopborder {
	border-top: 1px dashed #999;
}
td.sidebar {
	background-color: #f5f5f5;
	width: 202px;
	padding: 5px;
	line-height: 125%;
}
td.colhead {
	background-color: #666;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}
td.helptopichead {
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background-color: #eee;
	color: #007dce;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}
td.blackbordercolhead {
	background-color: #ccc;
	border-bottom: 1px black solid;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
td.blackborderbluebgcolhead {
	background-color: #ddecee;
	border-bottom: 1px black solid;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
td.blackborderbigcolhead {
	background-color: #ddecee;
	border-bottom: 1px black solid;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
td.offwhitesmallcolhead {
	background-color: #eee;
	font-weight: bold;
	border-bottom: 1px #333 solid;
}
td.offwhite {
	background-color: #eee;
}
td.ltgray {
	background-color: #ccc;
}
td.blue {
	background-color: #0069ad;
	color: white;
}
td.bluerightwhiteborder {
	border-right: 1px solid #eef;
	background-color: #0069ad;
	color: white;
}
td.row1 {
	text-align: center;
	padding: 2px;
	background-color: #ddd;
}
td.row2 {
	text-align: center;
	padding: 2px;
	background-color: #eee;
}
td.lightdashedbotborder {
	background-color: #eee;
	border-bottom: #999 1px dashed;
}

/* Generic text modifiers */
.footer {
	background-color: #0069ad;
	color: white;
	text-align: center;
	font-size: 10px;
}
.blueheader {
	color: #0069ad;
	font-size: 16px;
	font-weight: normal;
}
.comment {
	color: #666;
	font-style: italic;
}
.gray {
	color: #666;
}
.white {
	color: #fff;
}
