/*cope with inheritance bugs*/
body, table, th, td{
color:black;
font-size: x-small;
font-family: Verdana;
}

/*body specific*/
body{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

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

a:link{
color:blue;
font-size:x-small;
text-decoration:none;
font-weight: bold;
}

a:visited{
color:blue;
font-size:x-small;
text-decoration:none;
font-weight: bold;
}

a:hover{
color:red;
font-size:x-small;
text-decoration:underline;
font-weight: bold;
}

a:active{
color:blue;
font-size:x-small;
text-decoration:none;
font-weight: bold;
}

li {
margin-bottom: 1px;
list-style-type: square;
color: blue;
}

ol{
color:black;
}

ul {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 15px;
list-style-type: square;
color: blue;
}

.row {
line-height: 5px;
}

.viewrangetitle {
font-weight: bold;
}

.highlighttext {
font-weight: bold;
}

.carttext {
font-weight: bold;
color: black;
}

.headers {
font-weight: bold;
color: white;
}

HR {
color:#5959FF;
}

H1, H2, H3, H4, H5, H6 {
font-family: Verdana;
}

SELECT {
	FONT-FAMILY: Verdana;
}