@charset "iso-8859-1";

body {
    background-color: #F0F0F0;
    margin: 0;
}

img {
    border: none;
}

#contentDiv {
    width: 740px;
    margin: auto;
    background-color: #FFFFFF;
}

#headerDiv {
    background-color: #9E2DBE;
    width: 700px;
    margin: auto;
    margin-bottom: 20px;
}

#headerTable {
    width: 700;
}

#headerTable td {
    background-color: #9E2DBE;
}

#logoDiv {
    text-align: left;
    padding-left: 15px;
}

#navLinks {
    background-color: #8E28AB;
}

#copyDiv {
    width: 700px;
    margin: auto;
    text-align: justify;
    line-height: 1.4;
}

#footerDiv {
    background-color: #9E2DBE;
    width: 700px;
    margin: auto;
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.note {
    font-weight: normal;
    font-size: 10pt;
}

#demoButton {
    font-weight: bold;
    color: #BD0D0D;
    cursor: pointer;
}

#demoButton:hover {
    text-decoration: underline;
}

body, td {
	color: #000000; font: 12px Verdana;
}

a:link,
a:visited,
a:active {
    font-weight: bold;
	color: #BD0D0D; 
    text-decoration: none;
	background: transparent;

}
a:hover {
    font-weight: bold;
    color: #BD0D0D;
    background: transparent;
    text-decoration: underline;
}


h1 {
    font-weight: bold;
    font-size: 19px;
    color: #000000;
    font-family: verdana, tahoma, sans, arial, helvetica, sans-serif;
    margin-bottom: 0em;
    margin-top: 0em;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    font-family: verdana, tahoma, sans, arial, helvetica, sans-serif;
    margin-bottom: 0em;
    margin-top: 0em;
}

h4 {
    margin-bottom: 5px;
    margin-top: 0em;
}


.white-small-text {
	color: #ffffff; font: 11px Verdana;
}

a.banner:link,
a.banner:visited,
a.banner:active {
	color: #000000; text-decoration: none;
	background: transparent;
}

a.white:link,
a.white:visited,
a.white:active {
 color: #ffffff;
 background: transparent;
 text-decoration: none;
}
a.white:hover {
 color: #ffffff;
 background: transparent;
 text-decoration: underline;
}


.small {
	font-family: verdana, sans, arial, helvetica, sans-serif;
	font-size: 11px;
}
