﻿/* CSS Document */

.blank
    {
        color: #fff;    
    }
    
.titlesec
    {
        float: left;    
    }
    
.titlesec h3
    {
        padding-top: 25px;    
    }

.special
    {
        float: right;    
        margin-bottom: 10px;
        padding-right: 15px;
    }
    
.triarea, .equiphire, .ski, .coach
    {
        margin-bottom: 40px;    
    }
    
.tritable, .equiptable
    {
        margin-bottom: 10px;    
    }
    
.tritable table, .equiptable table, .skitable table, .coachtable table
    {
        border: solid 1px #ECB390;
        width: 100%;
    }
	
	.table-border { border: solid 1px #ECB390;}
    
.equiptable, .skitable, .coachtable
    {
        width: 512px;    
    }
    
span
    {
        font-style: italic;
    }
    
.main
    {
        color: #CC0000;
        font-weight: bold;
    }
    
.main1
    {
        font-weight: bold;
    }

.main2
    {
        color: #CC0000;
        font-weight: bold;
    }

.main3
    {
           
        text-align: center;
        font-weight: bold;
        color: #CC0000;
    }
	
	.pic
    {
        float: right;
        width: 174px;
        font-size: 0pt;
        line-height: 0px;
		padding-left:17px;
    }

/* End of CSS Document */