body { margin: 0px; }

.Banner { filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'white' , endColorStr= 'mediumblue' , gradientType= '1' ); }
.Menu { font-weight: bold; color: white; background-color: mediumblue; }
.MenuSeperator { font-weight: bold; font-size: large; color: white; background-color: mediumblue; }
.Footer { }
.Content { border-left-color: white; filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'green' , endColorStr= 'white' , gradientType= '1' ); border-bottom-color: white; border-top-style: groove; border-top-color: white; border-right-style: groove; border-left-style: groove; border-right-color: white; border-bottom-style: groove; }
.ContentHeading { font-size: large; color: yellow; }
.ContentEmpasis { font-size: medium; color: white; }
.ContentText { font-size: small; }
.Header { font-weight: bold; font-variant: small-caps; }

.RequiredField { font-weight: bold; color: red; }

.Error { font-weight: bold; color: red; }

table { margin: 0px; border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 { font-variant: small-caps; }

a { font-size: medium; color: white; }
a.visited { font-size: medium; color: floralwhite; }
a:hover { color: silver; }