

body {
    background-color: #DEFFE7;
    margin: 0;
    padding: 0;
}



/* tables */

table { 
    border-collapse: collapse; 
}

table.frame {
    margin: 0;
}

table.header {
    margin-top: 27px;
}

table.header td {
    height: 22px;
    padding-right: 10px;
    padding-left: 10px;
}

table.frame table.header td, 
table.frame table.inner td, 
table.frame table.inner th,
input.in {
    border: 1px solid #808080;
}

table.frame table td,
table.frame table.inner td.mid table td,
table.frame table.inner td table td {
    border: 0;
}

table.inner caption {
    text-align: left;
}

table.inner td, table.inner th {
    padding-left: 5px;
    padding-right: 5px;
}

table.frame table.inner td.mid table td,
table.frame table.inner td table td {
    padding-left: 2px;
    padding-right: 2px;
}

table.inner td.mid,
table.inner td.mid table td {
    background-color: white;
}

table.inner td {
    background-color: #ECF1F5;
}

table.inner th.top {
    background-color: #ECF1F5;
}
table.inner th.mid {
    background-color: white;
    font-weight: normal;
    font-style: italic;
}


.link_line {
    font-weight: bold; 
}

.link_line a		{ text-decoration: none; }
.link_line a:link    	{ color: #405640; }
.link_line a:visited 	{ color: #405640; }
.link_line a:hover 	{ background-color: #8888EE; color: yellow; }
.link_line a:active 	{ color: white; }

a:link    	{ color: blue; }
a:visited 	{ color: #405640; }
a:hover 	{ background-color: #8888EE; color: #FFFF40; text-decoration: none; }
a:active 	{ color: white; }

a:hover.img_link 	{ background-color: transparent; }

h2 {
    color: #6600CC;
}

