
html,body {
    height:100%;
}

body {
    color: #000000;
	background-color: #D4D0C8;
    padding: 0px;
    margin: 0px;
    font-family: arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif;
    font-size: 11px;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #62C012; 
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #6B8E29;
}

a.ref:link {
/*	color: #7B869A; */
/*	color: #A3B2CC;*/
	font-weight: normal;
	color: #000080;	
}
a.ref:visited {
    color: #990099;
}
a.refMail:link {
/*	color: #7B869A; */
/*	color: #A3B2CC;*/
	font-weight: normal;
	color: #000080;	
}
img {
   border:0px;
}


img.logo {
    float: left;
    border: none;
}

#menu {
/*    clear: both;
    float: left;
*/	
    width: 196px;
    margin: 11px 0px 0px 0px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


#menu div.title {
    color: #000000;
    font-weight: bold;
    padding: 0px;
/*    background: url('../menu-header-back.png') no-repeat;*/
    line-height: 18px;
    height: 18px;

    padding: 0px;
    margin: 0px;
    text-align: center;
}


#menu ul.sub {
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 0px 10px;
    list-style: none;
}

#menu li a
{
    display: block;
    background:#E6E6E6;
    color: #555555;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    width: 100%;
    line-height: 18px;
    height: 18px;
    font-weight: normal;
    font-size: 11px;
/*	cursor: pointer;*/
}

#menu li a:visited {
    color: #555555;
}

#menu li a {
    width: auto;
}

body.index 
#menu li.item a:hover,  ul.sub li.item a:hover {
    display: block;
/*    background: #72c304 url(../images/menu-hover.png);
*/
/*	background: #72c304; */
/*	background: #7B869A; */
	background: #A3B2CC;  /* Hilight of menu item */
/*	background: #8990A4; */
    color: #ffffff;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    text-decoration: none;
}

p {
    text-align: justify;
}


table {
/*    border-collapse:        collapse;*/
/*    background:             none;*/
	background-color: #ffffff;
/*    font-family: Arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif; */
    font-size: 13px;
	border-left: 1px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	border-top: 1px solid #A7A7A7;
}

td {
    padding:                8px;
/*    vertical-align:         top; */
}

tr.footer a {
    color: #62C012;
}

.style4 {
	font-size: 36px;
	font-weight: bold;
	color: #7B869A;
}
.style2 {
	font-weight: bold;
	font-size: 14px;
	color: #000066;
}

.style1 {
	color: #009966
}
.style3 {
	color: #993300;
	font-weight: bold;
}

.style33 {
	color: #FF0000;
	font-weight: normal;
}

table.columnUnit {
/*    border-collapse:        collapse;*/
/*    background:             none;*/
	background-color: #ffffff;
/*    font-family: Arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif; */
    font-size: 12px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}
table.columnUnit tr {
}
table.columnUnit td {
    padding:                1px;
/*border-bottom: 1px  solid #A7A7A7;*/
/*    vertical-align:         top; */
}

table.regForm {
/*    border-collapse:        collapse;*/
/*    background:             none;*/
	background-color: #ffffff;
/*    font-family: Arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif; */
    font-size: 12px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}
table.regForm td {
    padding:                0px;
/*    vertical-align:         top; */
}
table.regForm input, select {
    font-size: 12px;
}
