BODY {
	position: absolute;
	margin: 0px;
	padding: 0px;
	/*background: url(background.gif);*/
}

BODY, DIV, TABLE, TD, TR, PRE{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

pre {
	padding: 0px;
	margin: 0px;
}

TABLE, TD, TR {
   padding: 4 0 0 4;
   border: 0px;
   border-collapse: collapse;
   vertical-align: top;
}

A, A:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
   text-decoration: none;
   font-weight: bold;
   color: #7A0000;
}
   
A:hover {
   color: black;
}

fieldset {
	border: 1px solid #000000;
}

legend {
	font-weight: bolder;
}

UL {
   margin-top: 0px;
}

LI {
	margin-left: -15px;
	list-style-type: disc;
	list-style-image: url(bullet.gif);
}

LI.bullet1{
   margin-top: 0px;
   margin-bottom: 0px;
}

LI.bullet2{
   margin-left: 0px;
}

IMG, IMG.left, IMG.right {
   margin: 0px;
   border: none;
}

IMG.left, IMG.right {
   margin: 5px;
}

IMG.left { float: left; }
IMG.right { float: right; }

.center {
	text-align: center;
}

.left { 
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
	height: 20px;
	padding: 4px;
}

.small {
	font-size: 9px;
}

.strong {
	font-weight: bolder;
	padding-top: 12px;
}

/**/
.content {
   padding-top: 4px;
   padding-bottom: 10px;
}

/* MESSAGES */
DIV.fullwidth, DIV.error, DIV.message {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 8px;
	padding: 2px;
	font-weight: bolder;
}

DIV.message {
	background: white;
	color: black;
}

DIV.error {
	color: #CCCCCC;
	background: red;
}

/* FORM */
TEXTAREA {
	width: 400px;
	height: 200px;
}

INPUT[type="file"], INPUT[type="text"] {
	width: 400px;
}

/* headings */
IMG.icon {
	padding: 4px;
	float: left;
}

IMG.iconheading1 {
	width: 32px;
	height: 32px;
	padding: 0 12 0 4;
	margin: 2 0 0 0;
	float: left;
}

.heading {
	font-size: 20px;
	font-weight: bolder;
}

H1, .heading1 {
	width: 100%;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 2px;
	text-align: left;
	font-weight: bold;
	color: white;
	background: #7A0000 url(heading.gif) no-repeat right;
	height: 37px;
	min-height: 37px;
	vertical-align: middle;
}

H2, .heading2 {
	width: 100%;
	color: white;
	font-size: 16px;
	font-weight: bolder;
	padding: 2px;
	margin-top: 12px;
	margin-bottom: 6px;
	border: none;
	background-color: #7A0000;
}

H3, .heading3 {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 9px;
	margin-bottom: 3px;
}
