/*
 * Global settings
 */

TD, TH, P, A, DD, DT, DL
{

	font-family: arial,helvetica, sans-serif; 
	font-size: 12px;
}

BODY
{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

hr { 	color: #0000ff;
		height: 1px;
		size: 1px; }

h1 {	font-family: arial,helvetica, sans-serif; 
		text-align: right;
		font-size: 24px; } 
 
h2 {	font-family: arial,helvetica, sans-serif; 
		font-size: 18px; } 

.content {	font-family: arial,helvetica, sans-serif; 
			font-size: 12px; } 
			
/*
 * Cookie Crumbs
 */
 
a.crumb { 	font-family: arial,helvetica, sans-serif; 
			font-size: 10px; 
			text-decoration: none;
			color: #000099; }

a.crumb:hover {	color: #0000ff; }

div.crumb {	text-align: right; }


.crumb { 	font-family: arial,helvetica, sans-serif; 
			font-size: 10px; }

/*
 * Nav 0
 */

.nav0 { 	font-family: arial,helvetica, sans-serif; 
			color: #000000; 
			font-size: 12px; 
			text-decoration: none; 
			text-align: right }
th.nav0 {	background-color: #9999ff; }

/*
 * Nav 1
 */

.nav1 { 	font-family: arial,helvetica, sans-serif; 
			color: #000000; 
			font-size: 12px; 
			text-decoration: none; 
			text-align: center }
th.nav1 {	background-color: #999999; }

a.nav1 {	text-decoration: none; 
			color: #000099; }

a.nav1:hover { 	color: #0000ff; }

.nav1bold { font-family: arial,helvetica, sans-serif; 
			color: #000000; 
			font-size: 12px; 
			text-decoration: none; 
			text-align: center }
th.nav1bold {	background-color: #cccccc; }

a.nav1bold {	text-decoration: none; 
				color: #000099; }

a.nav1bold:hover { 	color: #0000ff; }

/*
 * Nav 2
 */

.nav2 { 	font-family: arial,helvetica, sans-serif; 
			color: #000000; 
			font-size: 10px; 
			text-decoration: none; }

td.nav2 {	background-color: #cccccc; 
			text-align: center; }

a.nav2 {	text-decoration: none; 
			color: #000099; }

a.nav2:hover { 	color: #0000ff; }

/*
 * Footer
 */

div.footer { text-align: right; }
.footer {	font-family: arial, helvetica, sans-serif;
			color: #000000;
			font-size: 10px;}
a.footer {	font-family: arial, helvetica, sans-serif;
			font-size: 10px;
			color: #000099; 
			text-decoration: none; }
a.footer:hover { 	color: #0000ff; }

/*
 * Headers
 */
 
th.head1 {	background-color: #999999; }
td.head1 {	background-color: #999999; }
th.head2 {  background-color: #cccccc; }
td.head2 {  background-color: #cccccc; }

td.form_help { font-size: 11px;
				color: #1A3488; }

/*
 * Boxed
 */
 
.form_boxed
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
}


.boxed
{
	border: #000000 1px solid;
	background-color: #FFFFFF;
	padding: 4px;
}

.code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}