/*
csw.css
=======
Main style sheet for camping-southwest
*/

body {
    font-family : arial, helvetica, sans-serif;
	font-size : 75%;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	}	

h1 {
    font-family : georgia, times, serif; /*verdana, arial, helvetica, sans-serif;*/
	font-size : 175%;
	font-weight : bold;
	font-style : oblique;
	color : white;
	text-align : right;
	}

h2 {
    font-family : georgia, times, serif; /*verdana, arial, helvetica, sans-serif;*/
	font-size : 150%;
	font-weight : bold;
	font-style : oblique;
	color : #000040;
	text-align : right;
	letter-spacing : 4pt;
	}

h3 {
    font-family : georgia, times, serif; /*verdana, arial, helvetica, sans-serif;*/
	font-size : 125%;
	font-weight : bold;
	font-style : oblique;
	color : #000040;
	text-align : right;
	letter-spacing : 4pt;
	}

.h3 {
    font-family : georgia, times, serif; /*verdana, arial, helvetica, sans-serif;*/
	font-size : 125%;
	font-weight : bold;
	font-style : oblique;
	color : #000040;
	text-align : right;
	letter-spacing : 4pt;
	}
	
td {
    font-family : arial, helvetica, sans-serif;
	/*font-size : 9pt;*/
	}
	
/*
link definitions
================
*/

a:link{
	color : Blue;
	text-decoration : none;
	}


a:visited{
	color : Navy;
	text-decoration : none;
	}


a:active{
	color : Red;
	text-decoration : none;
	}


a:hover{
	color : Red;
	text-decoration : underline;
	}
	
a.botnav:link{
	color : silver;
	text-decoration : none;
	}


a.botnav:visited{
	color : silver;
	text-decoration : none;
	}


a.botnav:active{
	color : yellow;
	text-decoration : none;
	}


a.botnav:hover{
	color : yellow;
	text-decoration : underline;
	}			
	

/*
class definitions
=================
*/

.yellow {
    background-color : yellow;
	}
	
.red {
    background-color : red;
	}

.white {
   background-color : white;
   }

.legal {
    font-size : xx-small;
	}
	
.bodytext, .bodycontinue, .bodyfirst {
    font-family : arial, helvetica, sans-serif;
	font-size : 75%;
	line-height : 1.5;
	text-align : justify;
	text-indent : 18pt;
	padding-left : 12pt;
	padding-right : 12pt;
	}
	
.bodycontinue {
	text-indent : 0pt;
	}
	
.bodyfirst {
	position: relative;
	top: -10pt;
	}
	
.intro {
    color : #ffd700;
    font-family : georgia, times, serif;
	font-size : 16pt;
	font-style : oblique;
	font-weight : bold;
	letter-spacing : 12pt;
	text-align : center;
	}
	
.subhead {
	color : #ffffff;
    font-family : arial, helvetica, sans-serif;
	font-size : 12pt;
    }
	
.fstitle{		
	color : #000040;
    font-family : arial, helvetica, sans-serif;
	font-size : 12pt;
	padding-left : 12pt;
    }						