body{
	background-color: white;
}
.line{
	background-color: #646464;
}
.bc{
	background-color: #ccffcc;
}
.size18{
	font-size: 18px;
	line-height: 125%;
}
.size14{
	font-size: 14px;
	line-height: 120%;
}
.size12{
	font-size: 12px;
	line-height: 120%;
}
.size12b{
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
.size12c{
	font-size: 12px;
	line-height: 120%;
	color:#3300ff;
}
.size12o{
	font-size: 12px;
	line-height: 120%;
	color: #ff6a00;
}
.size12r{
	font-size: 12px;
	line-height: 120%;
	color: #ff0033;
}
.size11{
	font-size: 11px;
	line-height: 120%;
}
.size9{
	font-size: 9px;
	line-height: 120%;
	color: #646464;
}

.size12 a:link{
	color: #2a2a2a;
	text-decoration: underline;
}
.size12 a:visited{
	color: #757575;
	text-decoration: underline;
}
.size12 a:hover{
	color: #ff1500;
	text-decoration: underline;
}

.size11 a:link{
	color: #ff4500;
}
.size11 a:visited{
	color: #757575;
}
.size11 a:hover{
	color: red;
	text-decoration: underline;
}

.text11 a:link{
	color: black;
}
.text11 a:visited{
	color: black;
}
.text11 a:hover{
	color: red;
	text-decoration: none;
}
.text11{
	font-size: 11px;
	line-height: 120%;
}
a:link,a:visited,a:active{
	text-decoration: none;
}
ul{
	list-style-type: disc;
}
ul.c1{
	list-style-type: circle;
}
ul.s1{
	list-style-type: square;
}
ol.alpha{
	list-style-type: upper-alpha;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}