HTML, BODY
{
    background-color: #FFFFFF;
}
BODY
{
    background-attachment: fixed;
    background-image: url(images/draco_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}
BODY, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #444444;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #222222;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #222222;
    margin: 0;
}
td.main_block
{
    border: 1px solid #989898;
    background-color: #FDFDF3;
    padding: 5px;
}
a.mainMenu, a.currentMenu, a.currentMenu:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.mainMenu
{
    color: #444444;
    border-top: 2px solid #888888;
}
a.mainMenu:hover
{
    border-top: 2px solid #FFFFDF;
    color: #222222;
    text-decoration: none;
}
a.currentMenu, a.currentMenu:hover
{
    border-top: 2px solid #FFFFDF;
    color: #222222;
}
.content
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
    padding: 10px;
    font-size: 10pt;
}
.content a
{
    color: #161681;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}
.content a:hover
{
    color: red;
    text-decoration: underline;
}
.alertText
{
    font-size: 12pt;
    color: #950000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial;
}
#copyright
{
    background-color: #FFFFDF;
    font-size: 8pt;
    padding: 5px 10px;
}
#copyright a
{
    color: #000000;
    text-decoration: none;
}
#copyright a:hover
{
    color: #444444;
    text-decoration: underline;
}
.catList
{
    background-color: #FFFFDF;
    border: 1px solid #989898;
    padding: 5px;
}
a.catBlock
{
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100px;
    white-space: nowrap;
    margin-top: 5px;
}
a.catBlock:hover
{
    text-decoration: none;
}
a.catLine
{
    text-decoration: none;
    font-weight: normal;
}
a.catLine:hover
{
    font-weight: normal;
    text-decoration: none;
}
.subMenu
{
    background: #FFFFFF;
    border: 1px solid #989898;
}
.subMenu th
{
    font-size: 8pt;
    padding: 2px;
    background: #FFFFDF;
    border-bottom: 1px solid #989898;
}
.subMenu td
{
    font-size: 8pt;
    padding: 3px;
}
.subMenu a
{
    font-size: 8pt;
    font-weight: normal;
}
.separator
{
    border-bottom: 1px solid #989898;
    margin-top: 3px;
    margin-bottom: 3px;
}
.branch
{
    border: 1px solid #989898;
    padding: 2px 5px;
    margin-bottom: 6px;
    margin-left: 10px;
	font-size: 8pt;
	background-color: #FFFFDF;
}
.branch a
{
	text-decoration: none;
	font-size: 8pt;
}
.branch a:hover
{
	text-decoration: none;
}
.links
{
    padding-left: 10px;
    padding-bottom: 10px;
}
.link_note
{
	font-size: 8pt;
    padding-left: 10px;
}
a.note
{
    line-height: 14pt;
	font-size: 8pt;
    color: #444444;
    font-weight: normal;
}
a.note:hover
{
	font-size: 8pt;
    color: #444444;
    font-weight: normal;
}
form
{
    margin: 0;
}
TEXTAREA, INPUT, SELECT
{
    font-weight: bold;
    border: 1px solid #9B9B9B;
    color: #444444;
    background: #FFFFFF;
    font-size: 10pt;
}
.button
{
    margin: 7px;
    height: 25px;
    border: 2px outset #D3FFC4;
    background-color: #E9EFEF;
    font-family: Arial;
    FONT-SIZE: 9pt;
    color: #000000;
    font-weight: bold;
}
table.form
{
    border: 1px solid #C0C0C0;
    background: #F7F9F9;
}
.form th
{
    font-size: 10pt;
}
td.formErr
{
	color: red;
}


