@charset "utf-8";
/* CSS Document */

.spiffy{
display: block;
}
.spiffy *{
display: block;
height: 1px;
overflow: hidden;
background: #ffffff;
}
.spiffy1{
border-right: 1px solid #6da7c4;
padding-right: 1px;
margin-right: 3px;
border-left: 1px solid #6da7c4;
padding-left: 1px;
margin-left: 3px;
background: #bfd8e5;
}
.spiffy2{
border-right: 1px solid #1975a3;
border-left: 1px solid #1975a3;
padding: 0px 1px;
background: #cee1eb;
margin: 0px 1px;
}
.spiffy3{
border-right: 1px solid #cee1eb;
border-left: 1px solid #cee1eb;
margin: 0px 1px;
}
.spiffy4{
border-right: 1px solid #6da7c4;
border-left: 1px solid #6da7c4;
}
.spiffy5{
border-right: 1px solid #bfd8e5;
border-left: 1px solid #bfd8e5;
}
.spiffy_content{
padding: 0px 0px;
background: #ffffff;
}