body   { color: #FFFFFF; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #BFE3FB }
.outsideTable   { color: white; border: solid 1px #000000 }
.footer    { color: white; font-size: 10px; background-color: #0072bc; text-align: center; padding: 5px 0; vertical-align: middle; border-style: solid none none; border-width: 1px; border-color: #000000 }
.navBar  { color: #333333; font-size: 12px; font-weight: bold; background-image: url(../primecommain/navbar_bg.gif); background-repeat: repeat-x; text-align: center; height: 25px; vertical-align: middle }

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

td    { color: #333333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff }
.transparent { background-color: transparent }
a:hover {
	color: #000000;
	text-decoration: none;
}

a.navLink:link, a.navLink:visited, a.navLink:active {
	color: #0072BC;
	text-decoration: none;
}

a.navLink:hover {
	color: #000000;
	text-decoration: underline;
}

a.navLink2:link, a.navLink2:visited, a.navLink2:hover, a.navLink2:active {
	color: #000000;
	text-decoration: none;
}

.header    { background-color: #0072bc; text-align: center; border-top: ; border-right: ; border-left:  }

#leftNav ul {
    margin: 0;
    padding: 0;
    list-style: none;      
}

 

#leftNav li {
    background-image: url(bullet.gif); /* Replace bullet.gif with your img */
    background-position: left 4px; /* Position bullet */
    background-repeat: no-repeat;
    padding-left: 14px; /* Add padding so text doesn't cover bullet img */
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;

}

#leftNav .currentPage {
    background-image: url(bullet.gif); /* Replace bullet.gif with your img */
    background-position: left 4px; /* Position bullet */
    background-repeat: no-repeat;
    padding-left: 14px; /* Add padding so text doesn't cover bullet img */
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000000;
    font-weight: bold;

}

#leftNav a:link, a:visited, a:active {
	color: #D1AC54;
	text-decoration: none;
	font-weight: bold
}

#leftNav a:hover {
	text-decoration: underline
}

h1 {
	color: #D1AC54;
	font-size: 15px;
	font-weight: bold;
	margin-top:  3px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-top:  3px;
	padding-right: 3px;
	padding-bottom: 3px;
	

}

.small {
	font-size: 10px;
}
.main { background-image: url(background.gif); background-repeat: no-repeat; background-position: center 30px }
