a.one {text-decoration:none}
a.one:hover {color: white}
a.one:hover {text-decoration:none}
a.one {color: #555555}

a.two {text-decoration:none}
a.two:hover {color: black}
a.two:hover {text-decoration:none}
a.two {color: White}

DIV { font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif }
.catagoryHead {font-size: 15px}
.catagory {font-size: 15px }
.browse {font-size: 11px }

.txt
{
font-size: 12px;
font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif
}

.smalltxt
{
font-size: 10px;
font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif
}

.Smallest
{
font-size: 9px;
font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif
}


/* Form elements */

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.error, textarea.error, input.error { 
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px; 
	line-height: 15px; 
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}

div.box {
	height:100px; 
	width:275px; 
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;

	overflow: auto; 
	overflow-x: hidden;
	overflow-y: scroll;

	margin-top: 1px;
	margin-bottom: 1px;
}

textarea.box {
	margin-top: -1px;
	height:100px;
	width:275px;
}

div.boxrow {
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 1px #DDDDDD solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.boxrow img {
	vertical-align: middle;
}

div.boxrow input {
	vertical-align: middle;
}

