body { background: url("img/gradient.gif") repeat-x; }
div#header { background-color: #444; color: white; padding: 5px; padding-left: 20px; margin-top: 40px; border-top: 2px solid #333; }
div#content { margin-left: 20px; margin-top: 20px; width: 700px; }
a { color: rgb(65,65,65); }
div#tag { position: absolute; top: 10px; left: 20px; background: rgb(0,128,255); color: white; padding: 2px; }
div#tag a { color: white; }

body, table, p {
	color: rgb(65,65,65);
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 8.5pt;
}

body#edit {
	background-image: url('img/banner.gif');
}

h1, h3 {
	font-size: 13.5pt;
	font-style: bolder;
	line-height: 14.5pt;
	margin: 3px 0px 3px 0px;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

h1.title {
	background-image: url('img/arrow-grey.gif');
	background-position: 0px 2.5px;
	background-repeat: no-repeat;
	font-size: 13.5pt;
	font-style: bolder;
	line-height: 14.5pt;
	margin: 3px 0px 3px 0px;
	text-align: left;
	text-indent: 18px;
	text-transform: uppercase;
	padding: 0;
}

h1.caution {
	background-image: url('img/arrow-red.gif');
	background-position: 0px 2.5px;
	background-repeat: no-repeat;
	color: rgb(255,0,0);
	font-size: 13.5pt;
	font-style: bolder;
	line-height: 14.5pt;
	margin: 3px 0px 3px 0px;
	text-align: left;
	text-indent: 18px;
	text-transform: uppercase;
	padding: 0;
}

h2 {
	border: 4px solid;
	font-size: 13.5pt;
	font-style: bolder;
	line-height: 14.5pt;
	margin: 9px 0px 9px 0px;
	overflow: hidden;	
	padding: 6px 6px 6px 6px;
	text-align: left;
	text-transform: uppercase;
}

p, p table, table {
	font-size: 8.5pt;
	letter-spacing: 0pt;
	line-height: 10pt;
	margin: 3px 0px 9px 0px;
	text-align: left;
	padding: 0;
}

p strong {
	text-align: left;
}

ul {
	font-size: 8.5pt;
	letter-spacing: 0pt;
	line-height: 10pt;
 	margin: 3px 0px 6px 0px;
 	margin-left: 15px;
 	padding: 0;
}

li {
	list-style: disc outside;
	marker-offset: 5px;
	margin-top: 1px;
	padding: 0;
	padding-left: -5px:
}

small {
	font-size: 8.5pt;
	line-height: 10pt;
	text-transform: uppercase;
}

small.underline {
	text-decoration: underline;
}

h1.caution a {
	color: white;
}

img {
	border: 0;
}

textarea {
	border: 1px solid;
	font-family: monospace;
	font-size: 9pt;
	margin-top: 3px;
	padding: 3px;
	width: 700px;
}

input {
	margin-top: 3px;
	font-size: 12px;
}

input {
	border: 1px solid;
}

input.plain {
	border: 0;
}

table  {
	border-collapse: collapse;
	margin-top: 6px;
}

table, tr, td {
	padding: 2px;
	vertical-align: top;
}

table.markup {
	vertical-align: top;
	width: 700px;
}

table.markup td {
	padding-right: 6px;
}
