
/* stylesheet defaults */

html, body, * { margin: 0; padding: 0; }
img, img:link, img:visited, img:hover, img:active { border: none; }
h1, h2, h3, h4, h5, h6, p, ul, ol, address, blockquote, dl, table { margin-top: 1em; margin-bottom: 1em; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }


/* site specific */

body { background-color: white; text-align:center; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link { color:#1060d0; }
a:visited { color: #1060d0; }
a:hover, a:active { color: #87abeb; }
.Header { font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
.Detail { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Image-Button { border: 1px; padding: 1px; border-style: solid; border-color: #717f99; }
.Image-Button:hover { border: 1px; padding: 1px; border-style: solid; border-color: #87abeb; }


/* site specific colors */

.GreyColor { color: #999999; }
.BlueColor { color: #1060D0; }
.ErrorColor { color: #AA0000; }
.HighlightColor { color: #0050C0; }
