/*
style sheet 7/29/2004.
combined styles. separated out oneview specific styles.
removed ones associated with old left navigation
*/


form {
margin-top: 0px;
margin-bottom: 0px;
margin: 0px;
}

body {
background:#FFFFFF;
}

li {
margin-left:-22px;
list-style-image:url(images/bullet.gif);
}

.small {
font-family: verdana;
color:#000000;
font-weight: normal;
font-size: 10px;
}
.small A{
color:#000000;
}

.smboldblack {
font-family: verdana;
color:#000000;
font-weight: bold;
font-size: 10px;
}
.smboldblack A{
color:#000000;
}

.biglink {
font-family: verdana;
color:#663399;
font-weight: bold;
font-size: 16px;
text-decoration:none;
}

.biglink A{
color:#663399;
text-decoration:none;
}

.biglink A:visited {
color:#663399;
}

.biglink A:hover{
text-decoration:underline;
}


/* NEW TABLE CLASSES */
.sponsored {
background-color:#CC99CC;
font-family: verdana;
color:#000000;
font-weight: bold;
font-size: 10px;
}

.sponsored A{
color:#000000;
}