﻿/* CSS Slideshow */
* {margin:0; padding:0}
.sm {list-style:none; width:300px; height:100px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}

/* CSS Document */
BODY {
color: #ccc;
font-family: verdana;
font-style: normal;
}
A {
color : #ccc;
text-decoration : none;}
A:HOVER {
color: #F60;}
.bl a:hover {
color: #F60;}
.siz8 {
font-size: 8px;
font-family: arial;
color: #999;}
.siz9 {
font-size: 9px;
color: #999;
font-family: arial;}
.siz10 {
font-size: 10px; }
.siz11 {
font-size: 11px;}
.siz12 {
font-size: 12px; }
.right-siz11 {
	text-align: right;font-size: 11px;}
.right-siz10 {
	text-align: right;font-size: 10px;}

