.mstheme     {
	separator-image: url(acdrule.gif);
	list-image-1: url(bullet_check1.gif);
	list-image-2: url(bullet_check2.gif);
	list-image-3: 
               url(bullet_check3.gif);
	background-color: #000000;
}
ul           { list-style-image: url('bullet_check1.gif') }
ul ul        { list-style-image: url('bullet_check2.gif') }
ul ul ul     { list-style-image: url('bullet_check3.gif') }
a:link       { color: rgb(40, 150, 150) }
a:active     { color: rgb(255, 255, 0) }
a:visited    { color: rgb(40, 150, 150) }
a:hover      { color: rgb(0, 200, 200); font-weight: bold }
body         { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0) }
table        { table-border-color-light: rgb(128, 128, 128); table-border-color-dark: 
               rgb(128, 128, 128) }
h1           { color: rgb(0, 0, 0) }
h2           { color: rgb(0, 0, 0) }
h3           { color: rgb(0, 0, 0) }
h4           { color: rgb(0, 0, 0) }
h5           { color: rgb(0, 0, 0) }
h6           { color: rgb(0, 0, 0) }
button       { background-color: rgb(51, 0, 153); color: rgb(255, 255, 255) }
label        { color: rgb(0, 0, 0) }
.mstheme-text { background-color: rgb(0, 0, 0); color: rgb(11, 0, 0) }
textarea     { color: rgb(11, 0, 0) }
fieldset     { color: rgb(11, 0, 0) }
legend       { color: rgb(51, 0, 153) }
select       { color: rgb(11, 0, 0) }
caption      { color: rgb(51, 0, 153) }
th           { color: rgb(0, 0, 0) }
body         { font-family: Verdana, Arial, Helvetica }
button       { font-size: 8pt; font-style: normal; font-family: Verdana, Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
caption      { font-size: 14pt; font-family: Verdana, Arial, Helvetica; font-style: normal }
fieldset     { font-family: Verdana, Arial, Helvetica; font-size: 8pt; font-style: normal; 
               border-style: solid; border-width: 1pt }
h1           { font-weight: normal; font-style: normal; font-size: 24pt; font-family: 
               Verdana, Arial, Helvetica }
h2           { font-family: Verdana, Arial, Helvetica; font-style: normal; font-size: 18pt; 
               font-weight: normal }
h3           { font-family: Verdana, Arial, Helvetica; font-size: 14pt; font-weight: normal; 
               font-style: normal }
h4           { font-weight: normal; font-size: 12pt; font-style: normal; font-family: 
               Verdana, Arial, Helvetica }
h5           { font-size: 10pt; font-style: normal; font-weight: normal; font-family: 
               Verdana, Arial, Helvetica }
h6           { font-family: Verdana, Arial, Helvetica; font-size: 8pt; font-style: normal; 
               font-weight: normal }
label        { font-style: normal; font-family: Verdana, Arial, Helvetica; font-size: 8pt }
label, .mstheme-label { font-size: 8pt; font-family: Verdana, Arial, Helvetica; font-style: normal }
legend       { font-style: normal; font-size: 8pt; font-family: Verdana, Arial, Helvetica }
marquee      { font-family: Verdana, Arial, Helvetica; font-size: 14pt }
select       { font-style: normal; font-family: Verdana, Arial, Helvetica; font-size: 8pt; 
               border-style: solid; border-width: 1pt }
table        { font-family: Verdana, Arial, Helvetica; font-style: normal }
textarea     { font-style: normal; font-size: 8pt; font-family: Verdana, Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
th           { font-family: Verdana, Arial, Helvetica; font-style: normal }
ul
{
	list-style-image: url(bullet_check1.gif);
}
ul ul
{
	list-style-image: url(bullet_check2.gif);
}
ul ul ul
{
	list-style-image: url(bullet_check3.gif);
}
.boxstyle {
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	border: thin double #000099;
}
/* --- menu styles --- 235 133 64
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF; /*FFFFFF*/
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none; /*underline*/
	padding: 4px;
	color: #FFFFFF; /*FFFFFF*/
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #555555; /*FFFFFF*/
	background: #800000; /*#4682B4*/
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #CCCCCC; /*FFFFFF*/
	background: #0000A0; /*5AA7E5*/
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #0000A0; /*#46B446*/
	filter: alpha(opacity=100);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #800000;/*#5AE55A*/
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #800000; /*#B44646*/
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #0000A0; /*#E55A5A*/
}.bulletdot {
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(bullet_circle.gif);
}
