/** Body styles
 **************/
body
	{
	background-color: #ff9900;
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #444444;
	}

.small
	{ font-size: 11px }

.italic
	{ font-style: italic }

a img
	{ border-style: none }

input
	{
	font-weight: bold;
	color: #333333;
	}

.width100
	{ width: 100% }

td.width100 table
	{ width: 100% }

td
	{
	vertical-align: top;
	text-align: left;
	}

.td_dim
	{ width: 162px }

fieldset
	{ border-style: none }

.bold,
.title
	{ font-weight: bold }

.center
	{ text-align: center }

.box
	{
	border: 5px solid #ffdd00;
	background-color: #fffdea;
	/* width: 450px; */
	padding: 10px 10px;
	margin-bottom: 10px;
	}

p.box
	{
	padding: 5px;
	/*width: 330px; */
	font-size: 10px;
	}

.option_box
	{
	display: none;
	}

.option_title
	{
	width: 150px;
	}

.tooltip
	{
	background-color: #ffffbb;
	border: 1px solid black;
	padding: 3px;
	font-weight: normal;
	}

.selection
	{
	margin: 10px 0 10px 170px;
	font-weight: normal;
	}

.resLink
	{
	color: blue;
	cursor: pointer;
	}

.title
	{
	font-size: 14px;
	margin: -17px 0 0 0;
	color: #333333;
	}

.title_text
	{
	background-color: #fffdea;
	padding: 0 5px;
	line-height: 20px;
	}

/* new */
#footer
	{
	/* color: #af646c; */
	color: #030102;
	padding-left: 20px;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	}

#footer a, #footer a:visited
	{
	text-decoration: none;
	/* color: #646caf; */
	color: #2401fb;
	}

#footer a:hover
	{ color: blue }

.note
	{
	font-size: x-small;
	font-style: italic;
	}

.blue,
.blue p,
.blue a:visited
	{
	color: #0014fb;
	font-weight: bold;
	margin: 7px 0;
	line-height: 18px;
	}

.blue p.indent
	{
	text-indent: 5px;
	}

.blue a:hover
	{
	color: #5f651d;
	}

.big
	{
	font-weight: bold;
	font-size: 2.0em;
	font-style: italic;
	}

.red
	{
	color: #9a0201;
	font-weight: bold;
	}

.red:first-line
	{
	font-size: 1.5em;
	}

.red ol
	{
	padding: 0;
	margin: 10px 5px 0 20px;
	white-space: nowrap;
	}

.under_text
	{
	color: #3e2700;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.0em;
	}