.xsmall {
  font-size:9px;
  line-height:150%;
  color:#333333;
}

.small {
  font-size:10px;
  line-height:150%;
  color:#333333;
}
.small_margin {
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

.small-line125 {
  font-size:10px;
  line-height:125%;
  color:#333333;
}

.small-66 {
  font-size:10px;
  line-height:150%;
  color:#666666;
}

.small-99 {
  font-size:10px;
  line-height:150%;
  color:#999999;
}

.small-white {
  font-size: 10px;
  line-height: 150%;
  color: #FFFFFF;
}

.medium {
	font-size: 12px;
	line-height: 180%;
	color: #333333;
}

.medium-line200 {
  font-size: 12px;
  line-height: 200%;
  color: #333333;
}

.medium-line125 {
  font-size: 12px;
  line-height: 125%;
  color: #333333;
}

.medium-99 {
  font-size:12px;
  line-height:150%;
  color:#999999;
}

.medium-66 {
  font-size:12px;
  line-height:150%;
  color:#666666;
}

.medium-white {
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
}


.large {
  font-size:14px;
  line-height:150%;
  color:#333333;
}

.large-99 {
  font-size:14px;
  line-height:150%;
  color:#999999;
}

.large-66 {
  font-size:14px;
  line-height:150%;
  color:#666666;
}

.xlarge {
  font-size:16px;
  line-height:150%;
}

.xlarge-white {
  font-size:18px;
  line-height:150%;
  color:#FFFFFF;
}

.xxlarge {
  font-size:18px;
  line-height:150%;
}

.xxxlarge {
  font-size:24px;
  line-height:150%;
}

a:Link {
  text-decoration: none;
  color:#3333FF;
}

a:visited {
  text-decoration:none;
  color:#3300CC;
}

a:active {
  text-decoration:none;
  color:#ff0000;
}

a:hover {
  text-decoration:underline;
  color:#FF0099;
}

a.navi:link {
  text-decoration:underline;
  color: #666666;
}

a.navi:visited {
  text-decoration none;
  color: #666666;
}

a.navi:active {
  text-decoration:none;
  color: #ff0000;
}

a.navi:hover {
  text-decoration:underline;
  color: #FF0099;
}

address{
  font-style:normal;
  color:#666666;
}
  
.blue {
	color: #3366CC;
}

.red {
	color: #FF0000;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.text11px {
	font-size: 11px;
	line-height: 150%;
	color: #333333;
}
.black12 {
	font-size:12px;
	line-height:140%;
	color:#000000;
	padding: 5px;
}
.black12_right {
	font-size:12px;
	line-height:140%;
	color:#000000;
	padding: 5px;
	text-align: right;
}
.black12_mid {
	font-size:12px;
	line-height:140%;
	color:#000000;
	padding: 5px;
	text-align: center;
}
