td {
	font-size: 13px;
	text-decoration: none;
	line-height: 160%;
	color: #2A2A2A;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 130%;
}
.white a:link {  font-size: 12px; color: #FFFFFF; text-decoration: none}
.white a:visited {  font-size: 12px; color: #FFFFFF; text-decoration: none}
.white a:hover {  font-size: 12px; color: #FF9900; text-decoration: underline}
.white a:active {  font-size: 12px; color: #FF0000; text-decoration: none}
.filter1 { FILTER: Glow(Color=ffffff, Strength=1)} 
.filter2 { FILTER: Glow(Color=cc66ff, Strength=1)}
.filter3 { FILTER: Glow(Color=ffff00, Strength=1)} 
.filter4 { FILTER: Glow(Color=#3349C6, Strength=1)} 
.filter5 { FILTER: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=yes)} 
.filter6 { FILTER: DropShadow(Color=#006600, OffX=1, OffY=1, Positive=yes) }
a:link {  font-size: 12px; color: #000000; text-decoration: none}
a:visited {  font-size: 12px; color: #000000; text-decoration: none}
a:hover {  font-size: 12px; color: #663366; text-decoration: underline}
a:active {  font-size: 12px; color: #FF9900; text-decoration: none}
.text {  font-size: 13pt; line-height: 160%}

.jj {
	line-height: 160%;
	font-size: 13px;
}
.jj2 {
	line-height: 160%;
	font-size: 14px;
}

.page-nav{
    font-size: 14px;
    color: #c6c6c0;
    text-align: center;
    margin-top: 40px;
}
.page-nav .nav{
    display: inline;
    border: 1px solid #e5e5e5;
    padding: 7px 14px;
    border-radius: 3px;
    margin: 0 5px;
}
.page-nav .nav.disable{
    background: #e5e5e5;
}
.page-nav .nav.current{
    background: #528d1e;
    color: #fff;
    border-color: #528d1e;
}
