A {
text-decoration:none;
}
A:hover {
color:#ff0000;
}
.text-small{
	FONT-SIZE: small;
	line-height:150%
}
.text-xsmall{
	FONT-SIZE: x-small;
	line-height:130%
}
.text-xxsmall{
	FONT-SIZE: xx-small;
	line-height:120%
}
.font10{
    FONT-SIZE:10px;
	line-height:120%
}
.font13{
    FONT-SIZE:13px;
	line-height:150%
}
.font12{
    FONT-SIZE:12px;
	line-height:150%
}
.font14{
    FONT-SIZE:14px;
	line-height:150%
}

.white{
color: #FFFFFF;
}
.white12{
color: #FFFFFF;
	FONT-SIZE:12px;
}
.font16{
	color:#000000;
	FONT-SIZE:16px;
	font-weight: bold;
}
.red14{
	color:#FF0000;
	FONT-SIZE:14px;
	font-weight: bold;
}
.blue14{
	color:#000099;
	FONT-SIZE:14px;
	font-weight: bold;
}
.white14{
	color:#FFFFFF;
	FONT-SIZE:14px;
	font-weight: bold;
}

h4{
padding:5px;
border-left:7px solid #f60;
color: #000000;
width: 50%;
}
.line {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
