body, p, td, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
}

.bottomalign {
	vertical-align: bottom;
}

.box {
	padding: 10pt;
}

.dimension {
	font-size: x-small;
	color: #0099CC;
}
a {
	font-size		: 12px; 
	color			: #333; 
	text-decoration	: underline; 
}
a:hover	{
	color			: #666; 
	text-decoration	: none; 
}

.footerlink, 
.footerlink a {
	font-size		: 8pt; 
}

.footerlink a:hover {
	color			: #666; 
}

.green, 
a.green,
a.green:hover {
	color			: #093;
}

.low, 
.low a {
	color			: #f60;
}

.medium, 
.medium a {
	color			: #09c;
}

.high, 
.high a { 
	color			: #c00;
}

.high2 {
	color			: #c00;
	font-size		: 12px;
}

.leftnav, 
.leftnavsel, 
.leftnavnosel, 
.leftnavback { 
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: small;
}

.leftnav, 
.leftnav a {
	color			: #093;
	text-decoration	: none;
	list-style-image: url(shared_images/leftnav.gif);
}

.leftnav a:hover, 
.leftnavsel a:hover, 
.leftnavnosel a:hover, 
.leftnavback a:hover	{
	text-decoration	: none; 
}

.leftnavsel, 
.leftnavsel a {
	text-decoration	: none;
	list-style-image: url(shared_images/leftnavsel.gif);
}

.leftnavnosel, 
.leftnavnosel a {
	text-decoration	: none;
	list-style-image: url(shared_images/leftnavnosel.gif);
}

.leftnavsub, 
.leftnavsub a, 
.leftnavsub a:hover {
	color			: #093;
	text-decoration	: none;
	font-size		: x-small;
}

.leftnavsub2, 
.leftnavsub2 a, 
.leftnavsub2 a:hover {
	text-decoration	: none;
	font-size		: x-small;
}
.leftnavback, 
.leftnavback a {
	color			: #c30;
	text-decoration	: none;
	list-style-image: url(shared_images/leftnavback.gif);
}

.adminnav { 
	padding-bottom	: 3px;
	font-weight		: normal;
	font-size		: small;
}

.adminnav, 
.adminnav a {
	text-decoration	: none;
	list-style-image: url(shared_images/leftnav.gif);
}

.adminnav a:hover {
	color			: #666; 
	text-decoration	: none; 
}

.adminnavinactive, 
.adminnavinactive a {
	color			: #f00;
	text-decoration	: none;
	list-style-image: url(shared_images/leftnavnosel.gif);
}

.bluebold {
	font-weight		: bold;
	color			: #09c;
	padding-top		: 5px;

}

.redbold {
	font-weight		: bold;
	color			: #c00;
	padding-top		: 5px;

}

.blackbold {
	font-weight		: bold;
	color			: #000;
	padding-top		: 5px;

}

.vpad {
	padding-top		: 10px;
	padding-bottom	: 10px;
}

.toppad {
	padding-top		: 5px;
}

.small, 
.small a {
	font-size: xx-small;
}

.copyright	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.popuptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-bottom: 8px;
}

.bigtitle {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.thumbbox, a.thumbbox {
	padding: 5px;
	border: 1px solid #999;
	position: relative;
	
}

.thumbinfo {
	font-size: xx-small;
	padding-left: 10px;
	text-align:left;
}

a.thumbbox:hover {
	border: 1px solid #0099CC;
}

.shade {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #cccccc;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #cccccc;
}

TEXTAREA{
    overflow:hidden;
}

a.smallgreen.
a.smallgreen:hover {
	font-size	: xx-small;
	color		: #093;
}

a.comp {
	font-size	: xx-small;
	color		: #666;
}

a.smlblue, 
a.smlblue:hover {
	font-size	: xx-small;
	color		: #09c;
}

.smlgrey {
	font-size: xx-small;
	color: #666666;
}

.grey {
	font-size: 12px;
	color: #666666;
}

.red12 {
	font-size: 12px;
	color: #ff0000;
}

a.red,
a.red:hover {
	font-size: x-small; /* was xx-small changed by Pip */
	color: #ff0000;
}

.botpad {
	padding-bottom: 15px;
}

#gridded {
	margin: 0px;
	width: 100%;
}

#gridded .object {
	padding: 10px;
	width: 120px;
	height: 120px;
	float: left;
	display: block;
	visibility: visible;
	text-align: center;
	vertical-align: middle;
}
	
#gridded .object p { text-align:left; }

#gridded .spacer { clear: both }

.note {
	border:1px #999999 solid;
	background-color: #eeeeee;
	padding:5px;
	font-size:xx-small;
}

#interests TD {
	font-size:x-small;
}

#interests .bluebold {
	font-size:small;
}

.red {
color: #CC0000;
}

.padcell {
	padding-left:10px;
}