body {
	font-family: Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color: #333;
	margin : 4px;
	padding: 0;
	border: 0;
	height: 100%;
	background-color: #fff;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	color : #333;
}

div, span, p, th, form, li {
	font-family: Verdana, Arial, sans-serif;
}

label, .formTxtTbl td {
	font-size: 98%;
}

ul li {
	list-style: square;
	margin-bottom: 10px;
}

.sidebarnav li a {
	font-size: 9px;
}

b {
	background-color: transparent;
}

strong	{
	font-weight : bolder;
}

i, em, cite {
	font-style : italic;
}

u {
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #900;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	color: #900;
}

a {
	color : #900;
	text-decoration: none;
}

a:link {
	color : #900;
	text-decoration: none;
}

a:visited {
	color : #900;
	text-decoration: none;
}

a:active, a:hover  {
	color : #c33;
	text-decoration: underline;
}

.inputTxt {
	font-family: monospace, courier, serif;
	font-size: 92%;
}

.inputTxt2 {
	font-family: monospace, courier, serif;
}

.loginBtn {
	left: -3px;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	background-color: transparent;
	text-decoration: underline;
	color: #900;
	border: 0;
	font-weight: bold;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.content td {
	font-size: 100%;
}


.content {
	color: #333;
}

	.content a, .content a:link {
		color : #333;
		text-decoration: underline;
	}
	
	.content a:visited {
		color: #333;
		text-decoration: underline;
	}
	
	.content a:active, .content a:hover {
		color : #c33;
		text-decoration: none;
	}

.crumbtrail {
	font-size: 80%;
	color: #666;
}

	.crumbtrail a, .crumbtrail a:link {
		color : #999;
		text-decoration: underline;
	}
	
	.crumbtrail a:visited {
		color: #666;
		text-decoration: underline;
	}
	
	.crumbtrail a:active, .crumbtrail a:hover {
		color : #C68500;
		text-decoration: underline;
	}

.secnav {
	color: #fff;
	font-size: 65%;
}

	.secnav a, .secnav a:link {
		color : #fff;
		text-decoration: none;
	}
	
	.secnav a:visited {
		color: #ccc;
		text-decoration: none;
	}
	
	.secnav a:active, .secnav a:hover {
		color : #ccc;
		text-decoration: underline;
	}

.topnav {
	color: #fff;
	font-size: 70%;
}

	.topnav a, .topnav a:link {
		color : #fff;
		text-decoration: none;
	}
	
	.topnav a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	.topnav a:active, .topnav a:hover {
		color : #fff;
		text-decoration: underline;
	}

.rightsidenav {
	padding: 20px;
	display: block;
	color: #fff;
	background-color: #666;
	font-size: 11px;
}

	.rightsidenav a, .rightsidenav a:link {
		color : #900;
		text-decoration: none;
	}
	
	.rightsidenav a:visited {
		color: #900;
		text-decoration: none;
	}
	
	.rightsidenav a:active, .rightsidenav a:hover {
		color : #900;
		text-decoration: underline;
	}


