.html-marquee { 
height: 100px ; 
width: 100px ;
background-color: blue ;
font-family: Verdana ;
font-size: 10px ;
color: white ;
border-width: thin ;
border-style: solid ;
border-color: black ;
}

.whitetext {
font-family: Verdana, Arial, Helvetica, sans-serif ;
font-size: 10px ;
color: white ;
}

.whitetext a:link {
color: white ;
text-decoration: none ;
}

.whitetext a:visited {
color: white ;
text-decoration: none ;
}

.whitetext a:hover {
color: white ;
text-decoration: underline; 
}

.whitetext a:active {
color: white; 
text-decoration: underline; 
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
		background-image: url(pinstripe.gif);
        color : Black;
        margin: 0px;
}

.bpsmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.bpsmenu a:link {
color: #000000;
text-decoration: none;
}

.bpsmenu a:visited {
color: #000000;
text-decoration: none;
}

.bpsmenu a:hover {
color: #666666;
text-decoration: none;
}

.bpsmenu a:active {
color: #666666;
text-decoration: none;
}

.links {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000 ;
}

.links a:link {
color:#000000;
text-decoration: none ;
}

.links a:visited {
color: #000000; 
text-decoration: none ;
}

.links a:hover {
color:#666666;
text-decoration:underline;
}

.links a:active {
color: #666666;
text-decoration:none;
}

table {
        font-size: 12px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}


a {
        color: black;
        text-decoration: none;
		border: none;
}

a:hover {
        color: white;
        text-decoration: underline;
}

.tborder { 
	background-color: #ffffff; 
	border: 1px solid #000000; 
}