/* CSS Document */

<!--
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

.nav {
	width:255px;
	background-color:#F2F2F2;
	text-align:left;	
	font-size:0.9em;
	text-align:left;	
	margin:0px;
	padding:0px;	
}

a.maincat {
	line-height:200%;
	/*padding-left:50px;*/
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

a.maincat:hover {
	font-weight:bold;
	color:#333333;
	/*text-decoration:underline;*/
}

a.subcat {
	line-height:150%;
	margin:0px;
	/*padding-left:75px;*/
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

a.subcat:hover {
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

a.subcat2 {
	line-height:150%;
	margin:0px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}

a.subcat2:hover {
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}

form {
	padding:0px;
	margin:0px;
}

.lookupbox {
	background-color:#cccccc;
	text-align:left;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
}
.lookuptext {
	color:#333333;
	font-size:0.7em;
	line-height:150%;
}
.lookupform {
	width:150px;
	height:1.8em;
	font-size:0.8em;
	color:#333333;
	border: 1px solid #333333;
}
.lookupform2 {
	width:145px;
	height:16px;	
	font-size:0.8em;
	color:#333333;
	border: 1px solid #333333;
	text-transform:uppercase;
}
.lookupform3 {
	width:45px;
	height:16px;	
	font-size:0.8em;
	color:#333333;
	border: 1px solid #333333;
	text-transform:uppercase;	
}

.lookuptable {
	width:210px;
}

.rollover1 {
	background-color:#f2f2f2;
}
.indent {
	width:1px;
}
.indent2 {
	width:15px;
}
.indent3 {
	width:35px;
}
-->

