body {
	background-color: #E8E8E8;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.page_head {
	margin: 10px 0px 0px 30px;
	width: 780px;
	background-color: #FFFFFF;
}
table.page_mid {
	margin: 0px 0px 0px 30px;
	width: 780px;
	background-color: #FFFFFF;
}
table.page_foot {
	margin: 0px 0px 0px 30px;
	width: 780px;
	background-color: #FFFFFF;
}
td.page_br {
	background-image: url(images/page_br.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
td.page_bl {
	background-image: url(images/page_bl.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 20px;
}
td.page_b {
	background-image: url(images/page_b.gif);
	background-repeat: repeat-x;
	height: 10px;
	vertical-align: top;
}
td.page_r {
	background-image: url(images/page_r.gif);
	width: 10px;
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	vertical-align: top;
}
td.page_tr {
	background-image: url(images/page_tr.gif);
	height: 20px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: right;
}
td.page_t {
	background-image: url(images/page_t.gif);
	background-repeat: repeat-x;
}
td.w20px {
	width: 20px;
}
td.h10px {
	height: 10px;
}
td.h20px {
	height: 20px;
}

td.h30px {
	height: 30px;
}


table.purchasing {
	font-size: 70%;
}
table.content {
	margin: 0px;
}
td.template {
	width: 100%;
}
td.nav {
	width: 180px;
	background-position: 180px 50px;
	background-repeat: no-repeat;	
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
td.nav_list {
	background-image: url(images/nav_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F2F2F2;
}
td.nav_b {
	background-image: url(images/nav_b.gif);
	background-repeat: repeat-x;
	width: 180px;
}
td.content {
	text-align: left;
	vertical-align: top;
}
td.side {
	width: 200px;
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
td.side p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
td.side p img {
	float: left;
	clear: left;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
img.logo {
	left: 0px;
	top: 0px;
}
.border_tl {
	background-image: url(images/border_tl.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.border_l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.border_t {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.border_bl {
	width: 30px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.border_doublegrey {
	border-width: medium;
	border-style: double;
	border-color: #CCCCCC;
}
p, ul, ol {
	font-size: 70%;
}
p.note {
	font-size: 60%;
}
p.pad {
	padding-left: 1px;
}
ul, ol {
	padding-right: 10px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:link.boldlink, a:visited.boldlink
{
	font-family: Verdana, Arial, Verdana, Sans-Serif;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover.boldlink {
	font-family: Verdana, Arial, Verdana, Sans-Serif;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;	
}
div h1, h2, h3, h4, h5, h6 {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 5px;
}
div.nav1 {
	padding-right: 1px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
div.nav {
}
div.nav p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
div.nav a:link {
	color: #666666;
	text-decoration: none;
}
div.nav a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	width: 160px;
}
div.nav a:visited {
	color: #999999;
	text-decoration: none;
}
div.topnav {
}
div.topnav p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
div.topnav a:link {
	color: #666666;
	text-decoration: none;
}
div.topnav a:hover {
	color: #999999;
	text-decoration: none;
}
div.topnav a:visited {
	color: #999999;
	text-decoration: none;
}
div.content {
}
div.content p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.content ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.content li {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div.content strong {
	color: #CC0000;
}
div.content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.content blockquote {
	margin: 0px 0px 0px 32px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form.nav {
	margin: 0px;
}
form.nav select {
	margin: 5px 10px 5px 0px;
	padding: 0px;
}
div.content form p img {
	margin: 10px;
}
div.content form table tr th {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #F4F4F4;
	padding: 2px;
}
div.content form table tr td {
	color: #666666;
	padding: 2px;
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
div.content form table {
	width: 330px;
	margin-left: 10px;
}
span.rapidredact {
	color: #CC0000;
	font-weight: bold;
}
span.lightgrey {
	color: #CCCCCC;
}
span.midgrey {
	color: #999999;
}
span.darkgrey {
	color: #666666;
}
.redback {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
.greyback {
	background-color: #CCCCCC;
	font-size: 75%;
}
.whiteback {
	background-color: #FFFFFF;
	font-size: 75%;
}