html, body { color:#000000; background-color:#ffffff; text-align:left; font-family:arial,helvetica,sans-serif; }
p, td	{ font-size:1em; }

h1	{ font-size:1.4em; font-weight:bolder; }
h2	{ font-size:1.2em; font-weight:bolder; }
h3	{ font-size:1.0em; font-weight:bolder; }
h4	{ font-size:0.8em; font-weight:bolder; text-transform:uppercase; }
h5	{ font-size:0.8em; letter-spacing:0.15em; }

a 			  { color:#0033CC; text-decoration:none; border:0px none white; }
a:link    { color:#0033CC; text-decoration:none; border:0px none white; }
a:visited { color:#0033CC; text-decoration:none; border:0px none white; }
a:hover   { color:#0033CC; text-decoration:underline; border:0px none white; }
a:active  { color:#0033CC; text-decoration:none; border:0px none white; }
a:focus   { color:#0033CC; text-decoration:none; border:0px none white; }

a img		  { color:#0033CC; text-decoration:none; border:0px none white; }

.font-largest  { font-size:1.4em; }
.font-large    { font-size:1.3em; }
.font-larger   { font-size:1.2em; }
.font-normal   { font-size:1.0em; }
.font-smaller  { font-size:0.8em; }
.font-small    { font-size:0.6em; }
.font-smallest { font-size:0.4em; }

.HeaderBackground { background-image: url(/_img/icons/headerbackground.gif); background-repeat: no-repeat; background-position: center; }
.Header           { font-size: 1.4em; font-style: italic; font-weight: Bold; }
.Subheader        { font-size: 1em; font-weight: Bold }
.Breadcrumb       { text-align: center; font-weight: bold; font-size: 0.6em; color: #003366; text-decoration: none; }

.ContentTitle { display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; 
  border-left: 0.5em solid #0033CC; border-bottom: 1px solid #0033CC; 
  font-variant: small-caps; font-size: 1.0em; font-weight: bold; color: #003366;
}
.ContentTitleSpecial { display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; 
  border-left: 0.5em solid red; border-bottom: 1px solid red; 
  font-variant: small-caps; font-size: 1.0em; font-weight: bold; color: red;
}

.DarkBlue    { background-color: #0033CC; }
.LightBlue   { background-color: #E6ECFF; }
.DarkYellow  { background-color: #FFFF00; }
.LightYellow { background-color: #FFFFBF; }
.LightGray { background-color: silver; }


dl.image { margin-right: 15px; margin-bottom: 5px; text-align:center; vertical-align: middle; }
dl.image dt { margin-bottom: 0; }
dl.image dd { margin: 0; white-space:nowrap; vertical-align: middle; }
