body {
	background-color: white;
}

body, table, p {

	color: rgb(65,65,65);

	margin: 12px;

	font-family: arial, helvetica, sans-serif;

	font-size: 8.5pt;

}



body#edit {

	background-image: url('img/banner.gif');

}



div#content {

	width: 700px;

}



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;

}



a {

	color: rgb(65,65,65);

}



h1.caution a {

	color: red;

}



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;

}