/* These must be defined in this order: a:link, a:visited, a:hover, a:active */
a:link
{
	color: rgb(0, 0, 255);
}
a:visited
{
	color: rgb(136, 0, 153);
}
a:hover
{
}
a:active
{
	color: rgb(255, 0, 0);
}
body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family:'Verdana Ref',Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
}
table
{
	border-color: rgb(102, 102, 102);
}
th
{
	border-color: rgb(102, 102, 102);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
}
td
{
	border-color: rgb(102, 102, 102);
}
h1
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
}
h2
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
}
h3
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
}
h4
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
}
h5
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}
h6
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
}
hr
{
	color:rgb(154, 154, 154);
	background-color:rgb(154, 154, 154);
	border:0px solid rgb(154, 154, 154);
	height:2px;
}
iframe
{
	margin-bottom:8px;
/*	margin-right:1em; */
}
button
{
	background-color: rgb(236,233,216);
	color: rgb(0,0,0);
	border-style:solid;
	border-width:1pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
}
label
{
	color: rgb(0, 0, 0);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
}
/*	
	list-style-type: disc, circle, square, none;
	list-style-image: url(bull1_journal.gif);
	list-style-image: url(bull2_journal.gif);
	list-style-image: url(bull3_journal.gif);
	list-style-image: none;
*/
ul
{
	list-style-type: disc;
}
ul ul
{
	list-style-type: circle;
	list-style-image: url(bull1_journal.gif);
}
ul ul ul
{
	list-style-type: square;
	list-style-image: url(bull2_journal.gif);
}
/*
ul ul ul ul
{
	list-style-image: none;
	list-style-type: circle;
}
ul ul ul ul ul
{
	list-style-image: url(bull2_journal.gif);
}
ul ul ul ul ul ul
{
	list-style-image: url(bull3_journal.gif);
}
*/
textarea
{
	color: rgb(0, 0, 0);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
}
fieldset
{
	color: rgb(0, 0, 0);
	border-style:solid;
	border-width:1pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
}
legend
{
	color: rgb(0, 0, 0);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
}
select
{
	color: rgb(0, 0, 0);
	border-style:solid;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
}
caption
{
	color: rgb(0, 0, 0);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
}
.copyright
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}
