/*
 * standardformate
 */
 
html, body, #fullheight {
height:100%;
margin: 0;
padding: 0;
border: none;
 }
 
#fullheight {
margin: 0 auto;
text-align: left;
 }
 
body,td,div,p,span {
font-family:Arial, sans-serif;
font-size:10pt;
color:#333;
}

h1 {
font-family:Arial, sans-serif;
font-size:24pt;
color:#333;
margin-top:-6px;
margin-bottom:-13px;
}

pre {
font-family:courier new, courier, monospace;
font-size:10pt;
text-decoration:none;
font-weight:700;
}

li {
font-family:Arial, sans-serif;
padding-bottom:9px;
}

hr {
border:0;
width:80%;
color:#cecea8;
background-color:#cecea8;
height:2px;
}

a:link {
text-decoration:underline;
color:maroon;
}

a:active {
text-decoration:underline;
color:red;
}

a:visited {
text-decoration:underline;
color:maroon;
} 

a:focus {
text-decoration:underline;
color:#DA0202;
background:#FF0;
}

a:hover {
text-decoration:underline;
color:#DA0202;
background:#FF0;
}

a:hover img {
background:#FF0;
}

/*
 * hoverbug
 */
.hoverbug:link img {
vertical-align: bottom;
}

.hoverbug:active img {
vertical-align: bottom;
}

.hoverbug:visited img {
vertical-align: bottom;
}

.hoverbug:focus img {
vertical-align: bottom;
}

.hoverbug:hover img {
vertical-align: bottom;
}


/*
 * menu
 */
.menu {
font-size:10pt;
font-weight:700;
text-align:right;
}

/*
 * small
 */
.small {
font-size:8pt;
}

/*
 * csscellstyle
 */
.csscellstyle {
border:0 solid gray;
font-size:8pt;
vertical-align:top;
overflow:hidden;
padding:7px;
}

/*
 * csstablestyle
 */
.csstablestyle {
border:0 solid #FF0;
vertical-align:top;
overflow:hidden;
border-spacing:0;
background-color:#f2f2e6;
width:100%;
table-layout:fixed;
}

/*
 * csstablelinkstyle
 */
.csstablelinkstyle:link img {
border:2px solid maroon;
vertical-align: bottom;
}

.csstablelinkstyle:active img {
border:2px solid red;
vertical-align: bottom;
}

.csstablelinkstyle:visited img {
border:2px solid maroon;
vertical-align: bottom;
} 

.csstablelinkstyle:focus img {
border:2px solid #DA0202;
vertical-align: bottom;
}

.csstablelinkstyle:hover img {
border:2px solid #DA0202;
vertical-align: bottom;
}

.boxcellstyle img {
border:0px solid #800000;
margin: 0px 5px 2px 0px;
float:left;
}
