/* Style Sheet for the Columbia Ski Club. 
   This is the Netscape version. Where the font sizes 
   are bigger than the IE version to account for 
   different implementations between NS and IE
*/

body {
	margin: 0px 0px 0px 0px; 
	font-family: Arial, Verdana, sans-serif;
	font-size:small;
	background-color: #FFFFFF;
	/*background-color: #B1E5F8; */

	background-position: top right;
	background-attachment: scroll; /* fixed; */
	background-repeat: repeat-y;
	background-image: url(http://www.ColumbiaSkiClub.org/demo/images/CSCPageBackground2.gif);
	
}

td{
    font-size: small;	
}

td.news {
    padding: 0px 1px 0px 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #faf6f6;
    color: #000;
    border-color:  #edd #baa #baa #eed;
}	

td.menuBar{
	background-color: #3E93CC;
}

.menuBar 					 { color:#FFFFFF; font-weight:bold;}
a.menuBar, a.menuBar:visited { color:#FFFFFF; font-weight:bold;}  /*FFDE03 */
a.menuBar:hover              { color:#33FFDA; font-weight:bold;}

a:hover { 
	color: #FF0000; 
}
 	
a:visited{
  color:#5555dd;
} 	
 

table.form{
	font-size: medium;	
	background: #ffffda;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #edd #baa #baa #eed;
}

td.form{
	font-size:medium;
} 
	  
.siteIndex, .highlight {
        font-family: Arial;
        font-weight: bold;
        color: black;
        background: #ffffcc; 
        }
		
		
.labelR{
	color:#CC6633;
	font-weight: bold;
	text-align: right;
}
				
.pageTitle {
    font-family: Arial;
    font-weight: bold;
    font-size: 13pt;
	text-align:center;
    color: #465771;
	margin: 10px;
}

.tripTitle {
        font-family: "Comic sans MS", fantasy;
        font-weight: bold;
        font-size: 200%;     /* was x-large; */
	    background: #ffffcc; /* was gold; */
        color: black;
	    text-align:center
        }

				
.tripDate {
        font-family: "Comic sans MS", fantasy;
        font-weight: bold;
        font-size: 150%;
        color: #ffffcc; /* was gold; */
        background: black;
		text-align:center
        }

.tripPrice {
	color: red;
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	text-align:center
	}
	
       
H2 {
	font-Size: 12pt;
}