
/* 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;
	background-image: url(../images/background-gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { color:#717f99; }
a:visited { color: #a1afc9; }
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: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Detail-small { 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; }
