body { background-color: white; color: black; margin: 0; font-family: Arial; }

h1 { font-size: 16pt; margin: 6 0; }
h2,h2 a { font-size: 12pt; margin: 12 0; }
h3 { font-size: 10pt; margin: 6 0; }

p,li{ font-size: 10pt; margin: 6 0; }

td,th { font-size: 10pt;}

ol,uk { margin-top: 6; }


div.copyright { font-size: 7pt; padding: 20 0 20 0; text-align: center; }

table.form {
	background-color: #5a82bd;
	border-top-width: 2;
	border-right-width: 2;
	border-bottom-width: 2;
	border-left-width: 2;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A92D8;
	border-right-color: #685BC4;
	border-bottom-color: #685BC4;
	border-left-color: #9A92D8;
}

p a,div a { font-weight: bold; font-size: 10pt; margin: 4 0; }

td a,div a { font-weight: bold; font-size: 10pt;}

a { color: darkgreen; text-decoration: none; }
a:hover { text-decoration: underline; color: #ff6600; }

div.menutitle { margin: 6 0 6 0; font-style: italic; font-weight: bold; }

.menu { font-style: italic; }

form div,input,select,textarea { font-size: 9pt; font-family: MS Sans Serif,Arial; }
input.button { width: 60; }

div.quotation p
{
    font-size: 12pt; 
    font-style: italic;
    font-weight: bold;
    color: #ff3300;
    margin: 20 40;
}

table.data
{
    width: 100%;
    border-collapse: collapse;
}

table.data td,table.data th
{
    border-style: solid;
    border-width: 1;
    border-color: black;
    padding: 4;
    vertical-align: top;
}
