/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #FFFFFF;
}

BODY, td
{
    FONT-FAMILY: MS SanSerif, Arial, Verdana, Helvetica;
    font-size: 12px;
    color: #354750;
}
a
{
    color: #0C65B6;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
table
{
}
/* --------------------------- main menu --------------------------- */
td.mainMenu
{
    border-left: 1px solid #9DA6AB;
    background: #354750;
    text-align: center;
}
.mainMenu a
{
    color: #D3D3D3;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}
.mainMenu a:hover
{
    color: #F0F0F0;
    text-decoration: none;
}
/* --------------------------- column --------------------------- */
.column
{
    vertical-align: top;
    padding: 5px;
    background: #EBEEE6;
    border: 1px solid #9DA6AB;
}
.column h1
{
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    background: #354750;
    color: #EBEEE6;
    padding: 1px;
}
a.subMenu
{
    font-size: 11px;
    display: block;
    border-bottom: 1px solid #841200;
    padding: 2px 0 2px 0;
}
a.subMenu:hover
{
    color: #0C65B6;
    text-decoration: none;
    padding-left: 2px;
    background: #FFF5DA;
}
/* --------------------------- content --------------------------- */
#content
{
    vertical-align: top;
    padding: 10px;
}
h1
{
    margin-top:0px;
    margin-bottom:5px;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    color: #354750;
    text-align: center;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
p
{
    margin: 8px 0 0 0;
}
div.linkList
{
    border: 1px solid #841200;
    margin: 10px;
    padding: 5px 15px;
    background: #FFFCE3;
}
.linkList a
{
    display: block;
    font-weight: bold;
}
/* --------------------------- footer --------------------------- */
#copyright
{
    font-size: 7pt;
    padding: 5px 10px;
    background: #354750;
    color: #EBEEE6;
}
#copyright a
{
    color: #D3D3D3;
    text-decoration: underline;
}
#copyright a:hover
{
    text-decoration: underline;
    color: #F0F0F0;
}
.footer
{
    border-top: 1px solid #9DA6AB;
    background: #EBEEE6;
}
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.alertText, .okText
{
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
}
.okText
{
    color: #000000;
    text-align: center;
}
/* --------------------------- form --------------------------- */
table.form
{
}
.form td
{
    font-size: 8pt;
    vertical-align: top;
}
td.formErr
{
    font-size: 8pt;
    vertical-align: top;
    background: #FFEAEA;
    border-bottom: 1px solid #FF0000;
}
.form th
{
    font-size: 9pt;
    padding: 15px 30px;
    text-align: left;
}
form
{
    margin: 10px 0 10px 0;
}
TEXTAREA, INPUT, SELECT
{
    background: #F2FCFF;
    font-size: 10pt;
    border: 2px inset #5795AC;
}
.button
{
    margin: 7px;
    height: 25px;
    border: 2px outset #00345C;
    background-color: #2C6C97;
    font-family: Arial;
    FONT-SIZE: 9pt;
    color: #B4E3F2;
    font-weight: bold;
}
.lineList
{
	font-size: 8pt;
	margin-bottom: 7px;
	font-weight: bold;
}
a.lineList
{
	font-size: 8pt;
	text-decoration: none;
	padding: 1px 3px;
	font-weight: normal;
    display: inline;
}
a.lineList:hover
{
	text-decoration: underline;
	background: #FFDDDD;
}

