td {
			font-size: x-small
}
.xsmall {
			font-size: xx-small
}
.text {  
			font-size: x-small; 
			line-height: 18px
}
.large {  
			font-size: medium;
}
a:hover {
			color: #CC0000
}
.indent12{
			text-indent:12px;
			font-size: x-small; 
			line-height: 18px
}
.border{
			border-color:#CCCCCC;
			border-style:solid;
			border-width:1px;
}