h1 {
font-size: 18px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 12px;
}


a:link {
color: rgb(50,50,175);
text-decoration: none;
}

a:visited {
color: rgb(50,50,175);
text-decoration: none;
}
a:hover {
color: rgb(25,25,255);
font-weight: bold;
}

body {
font-size: 12px;
color: #231223;
background-color: #eeeeee;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

body.inline {
font-size: 12px;
color: #231223;
background-color: #fefefe;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

table {
border-collapse: collapse;
border-color: black;
background-color: #fefefe;
}

table.inside {
background-color: #fefefe;
border-color: black;
border-style: dotted;
border-width: 1px;
}

td.main1left {
background-color: #fefefe;
border-color: black;
border-style: dotted;
border-width: 1px;
}

td.main1right {
background-color: #fefefe;
border-color: black;
border-style: dotted;
border-width: 1px;
}

td.border1topleft {
border-style: solid none none solid;
border-color: #4d4c4c;
border-width: 2px;
}

td.border1topright {
border-style: solid solid none none;
border-color: #4d4c4c;
border-width: 2px;
}

td.border1bottomleft {
border-style: none none solid solid;
border-color: #4d4c4c;
border-width: 2px;
}

td.border1bottomright {
border-style: none solid solid none;
border-color: #4d4c4c;
border-width: 2px;
}

td.border1top {
border-style: solid none none none;
border-color: #4d4c4c;
border-width: 2px;
}

td.border1bottom {
border-style: none none solid none;
border-color: #4d4c4c;
border-width: 2px;
}

td.border1left {
border-style: none none none solid;
border-color: #4d4c4c;
border-width: 2px;
}

td.border1right {
border-style: none solid none none;
border-color: #4d4c4c;
border-width: 2px;
}

