body {
}

img {
 display: block;
}

div {
 text-align: left;
}

td, .standard {
 color: white;
 font-family: verdana, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
}

.standardblack {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
}

.standard_bold {
 color: white;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
}

.standard_bold_italic {
 color: white;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: italic;
 font-weight: bold;
}

.standardwhite {
 color: white;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
}

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

.standardwhite a:visited {
 color: white;
 text-decoration: underline;
}

.standardwhite a:hover {
 color: red;
}

table.headtable td {
}

div.details_input {
 margin: 3px 0px 3px 0px;
}

a {
 color: yellow;
 text-decoration: none;
 font-weight: bold;
}

a:visited {
 color: yellow;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: red;
 text-decoration: none;
}

a.imagelink img { 
 border: 1px solid black; 
}

a.imagelink:hover img {
 border: 1px solid red; 
}

.hr {
 margin: 0;
 padding: 0;
 border-bottom: 1px dotted #000000;
}

* html .hr {
 border-bottom: none;
 padding: 1px;
 background: url('/graphics/background_dot.gif') repeat-x bottom;  
}
