a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }
a:active { text-decoration: none }

a.LeftNavOff:link { color: #FFFFFF }
a.LeftNavOff:visited { color: #FFFFFF }
a.LeftNavOff:hover { color: #666699 }
a.LeftNavOff:active { color: #FFFFFF }

a.LeftNavOn:link { color: #666699 }
a.LeftNavOn:visited { color: #666699 }
a.LeftNavOn:hover { color: #FFFFFF }
a.LeftNavOn:active { color: #666699 }

a.TextLink:link { color: #666699}
a.TextLink:visited { color: #666699}
a.TextLink:hover { color: #666699; text-decoration: underline }
a.TextLink:active { color: #666699;}

a.FooterLink:link { color: #FFFFFF }
a.FooterLink:visited { color: #FFFFFF }
a.FooterLink:hover { color: #FFFFFF; text-decoration: underline }
a.FooterLink:active { color: #FFFFFF }

body, td, p { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333
}


li.LeftNavLI {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
	margin-bottom: 6px;
	background-image: url('/pcss/images/prompt_new.jpg'); 
    background-position: 0px 2px; 
    background-repeat: no-repeat;
    padding-left: 12px
}

li.BodyLI {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}

li.BodyLI2 {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 60px;
}

li.BodyLI_old {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 10px;
	margin-bottom: 0px;
   	background-image: url('/pcss/images/prompt_new.jpg'); 
    background-position: 0px; 
    background-repeat: no-repeat;
    padding-left: 12px
}

h1 { 
	font-size: 13px; 
	color: #666699; 
	font-weight: bold; 
    border-top-style: solid; 
    border-top-width: 1; 
    border-bottom-style: solid; 
    border-bottom-width: 1; 
    margin-top: 14px;
    background-color: #FFFFFF
}
         
.Header {
	font-size: 18pt; 
	margin-left: 10; 
    margin-bottom: 10; 
    margin-top:10; 
    color:#FFFFFF 
}

.IndentA {
	margin-left: 30px
}

.IndentB {
	margin-left: 60px
}

.LeftNav { 
    font-weight: bold;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.LeftNavMainLink {
	font-weight: bold;
	margin-left: 2px;
    margin-top: 2px;
	margin-bottom: 4px
}

.LeftNavSublinks { 
    font-weight:  normal;
    font-size: 10px;
}

.LeftNavLogin {
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF
}

.Footer {
	color: #FFFFFF 
}

