
#comcbody A:link {
 COLOR: #000000;
 text-decoration: underline;
}
#comcbody A:visited {
 COLOR: #000000;
 
}

#comcbody .linkbox {
    float:left;
    padding:5px 4px 5px 4px;
    margin:4px 6px 0px 6px;
    font-size:85%;
    text-align:center;
	background-color:#02a7cb;
    color: #000;
    font-weight: normal;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image:url('images/bluegradient.png');
    background-position:left center;
    background-repeat:repeat-x;

    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#comcbody #inyearnav .linkbox a:link, #comcbody #inyearnav .linkbox a:visited {
    text-decoration: none;
}
#comcbody #inyearnav .linkbox a:hover {
    text-decoration: underline;
}

#comcbody #inyearnav .currentinyear {
    font-weight: bold;
    background-color: #fff;
    background-image: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: none;
}

div#comc960 {
    width: 960px; 
    clear: left;
}
div#comcbody h2 { clear: left }

div#yeardex { margin: 0px; padding: 0px; width: 960px; }
li#yeardexcur { font-weight:bold; }

div#inyearnav {
    margin: 0px; 
    width: 960px;
    padding-top:8px;
    background-image:url('images/gradient960.png');
    background-position:left top;
    background-repeat:repeat-y;

}

div#inyear {
    margin: 0px;
    width:960px;
}


#sw1_bodytitle h1#sw1_h1_bodytitle {
    padding-top: 2px;
    border-top: none;
    padding-bottom: 0.5em;
    margin: 0px 0px 1em 0px;
    font-size: 85%;
    font-style:normal;
    font-weight:normal;
    color:#000;
}

#sw1_bodytitle h1#sw1_h1_bodytitle a:link, sw1_bodytitle h1#sw1_h1_bodytitle a:visited {
    color: #000;
    font-weight:normal;
}

@media screen {
	#sw1_bodytitle h1#sw1_h1_bodytitle {
	padding-left: 0.5em;
    border-bottom: 1px dotted #bbb;
    background:#fff url(/images/h1bggrad.png) repeat-x left top;
	z-index: 1;
    text-align: left;
   	}
}
@media print {
	#sw1_bodytitle h1#sw1_h1_bodytitle {
    text-align: center;
   	}
}


p.comp_maintenance {
    border-top: 1px dotted #bbb;
    font-style: italic;
    font-size: 85%;
    color: #666;
}


