<!--

/*---------- Body (Do not Set Font Size Here!!) ----------*/

 

body {

            font-family: Arial, Helvetica, sans-serif;
            color: #FFFFFF;
            background-color: #CCCCCC;
            margin: 0px 0px 0px;
            padding: 0px;
} 

/*---------- Default Typeography ---------- */

a:link {
            color: #FFCC33;
            text-decoration: none;
}
a:visited {
            color: #FFFFFF;
            text-decoration: none;
            }

a:active {
            color: #FFFFFF;
            text-decoration: none;
}

a:hover {
            color: #FFFFFF;
            text-decoration: underline;
}


p {
            font-size: 76%;
            line-height: 1.5em;
            margin-top: 0em;
            margin-bottom: 0.25em;
            margin-left: 1em;
            padding: .5em;
}

h1 {
            font-size: 175%;
            font-weight: normal;
            margin: 0.25em 0em;
            padding: 0em;
}

h2 {
            font-size: 155%;
            margin: .25em 0em;
            font-weight: normal;
            padding: 0em;
}

h3 {
            font-size: 125%;
            margin: 0.25em 0em;
            font-weight: normal;
            padding: 0em;
}

h4 {
            font-size: 110%;
            margin: 0.25em 0em;
            font-weight: bold;
            padding: 0em;
}

h5 {
            font-size: 100%;
            margin: 0.25em 0em;
            font-weight: bold;
            padding: 0em;
}

h6 {
            font-size: 76%;
            margin: .25em 0em;
            font-weight: bold;
            padding: 0px;
}

ol, ul, dl {
            font-size: 76%;
            line-height: 1.5em;
            margin-top: 0.5em;
            margin-bottom: 0.5em;
            padding: 0em;
}

pre {
            font-family: monospace;
            font-size: 1.0em;
}

li > ul {
            font-size: 1em;
            line-height: 1.5em;
}

dt {
            line-height: 1.5em;
            font-weight: bold;
            font-size: 100%;
}

li < p {
            font-size: 76%;
} 

/*---------- Dynamic Content Rules ----------*/

 .text {
			font-size: 76%;
            color: #000000;
}

.bodytextcolor {
            font-size: 12px;
}

.contenttext {
            font-size: 76%;
            font-weight: bold;
}

.hourstext {
            font-size: 76%;
            color: #000000;
}



/*---------- Template Rules ----------*/


.template-bg {
	background-image: url(http://www.bapcycles.com/siteImages/content.jpg);
	background-repeat: no-repeat;
}

.template-bg-repeat {
	background-image: url(http://www.bapcycles.com/siteImages/content_repeat.jpg);
	background-repeat: repeat-y;
}

.template-nav-repeat {
	background-image: url(http://www.bapcycles.com/siteImages/nav_repeat.jpg);
	background-repeat: repeat-y;
}




-->