a:link { color: #993333; text-decoration: none; }

a:visited { color: #993333; text-decoration: none; }

a:hover { color: #993333; text-decoration: underline; }

a:active { color: #993333; text-decoration: none; }

body {
	background-color: #F5F5F5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #993333;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

h1 {
	color: #993333;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 0px;
}

h4 {
	color: #993333;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
}

hr { color: #993333; height: 1px; }

input {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

input.button { background-color: #FAFAFA; }

input.plain {
	background-color: #FFFFFF !important;
	margin-bottom: 3px;
}

input.textarea {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

li { list-style: disc url("images/style/dot.gif"); }

li.alpha {
	list-style-image: none;
	list-style-type: lower-alpha;
	padding: 5px;
}

li.circle { list-style: circle none; }

li.number { list-style-image: none; list-style-type: decimal; }

p { color: #000000; }

table.bodytable {
	background-color: #FFFFFF;
	border-collapse: collapse;
	cellpadding: 2px;
	cellspacing: 0px;
	width: 1010px;
}

table.popuptable {
	background-color: #FFFFFF;
	border-collapse: collapse;
	cellpadding: 2px;
	cellspacing: 0px;
	width: 800px;
}

td { color: #000000; font-size: 10pt; }

ul.listbody { margin-top: 0px; }

.bodydiv { margin-left: 3px; margin-right: 3px; }

.listheading { font-weight: bold; margin-bottom: 0px; }

.smarttable	{ border-collapse: collapse; margin: 20px auto; }

.smarttable .over td { background-color: #FFCCCC; }

.smarttable .r0 td { }

.smarttable .r1 td { background-color: #FAFAFA; }

.smarttable .sortedasc { background-color: #66CC66 !important; }

.smarttable .sorteddesc { background-color: #CC6666 !important; }

.smarttable th { background-color: #CCCCCC; color: #000000; }

.smarttable th, .smarttable td { border: 1px solid #000000; padding: 5px; }

.transparent { background-color: transparent; }

#shadowdivhorizontal {
	background-color: #F5F5F5;
	background-image: url(images/style/shadow_bottom.png);
	background-repeat: repeat-x;
	height: 12px;
	padding: 0 0 0 0;
}

#shadowdivleft {
	background-color: #F5F5F5;
	background-image: url(images/style/shadow_left.png);
	background-repeat: repeat-y;
	padding: 0 0 0 0;
	width: 12px;
}

#shadowdivleftcorner {
	background-color: #F5F5F5;
	background-image: url(images/style/shadow_corner_left.png);
	background-repeat: no-repeat;
	height: 12px;
	padding: 0 0 0 0;
	width: 12px;
}

#shadowdivright {
	background-color: #F5F5F5;
	background-image: url(images/style/shadow_right.png);
	background-repeat: repeat-y;
	padding: 0 0 0 0;
	width: 12px;
}

#shadowdivrightcorner {
	background-color: #F5F5F5;
	background-image: url(images/style/shadow_corner_right.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

#shadowdivvertical {
	background-color: #F5F5F5;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 927px;
}