html, body {
	margin: 0; padding: 0;
}
body {
	margin: 0 10px;
	text-align: left;
}

h1 {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 18pt;
}

h2 { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16pt;
}

h3 {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt;
}

h4 {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt;
    text-decoration: none;
}

p, form {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
}

body, td {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    background-color : #CCCC99;
    color : #000000;
}
div {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    color : #000000;
}

blockquote, div.quote { font-style: italic; color: #030; margin: 0;}
blockquote blockquote,
div.quote div.quote { font-style: italic; color: #030; margin: 0 2em;}

td.highlight
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #DDDDAA;
    color: #000000;
}

td.highlightmojo
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    background-color: #DDDDAA;
    color: #000000;
}

td.darklight
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #999966;
    color: #000000;
}


td.navi
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #EEEEDD;
    color: #000000;
}


a:link { 
    font-family: Arial, Helvetica, sans-serif; 
    /*font-size: 10pt; */
    font-weight: bold;
    text-decoration: underline;
    color: #663300;
}

a:hover {  
    font-family: Arial, Helvetica, sans-serif; 
    /*font-size: 10pt; */
    font-weight: bold;
    color : #996666;
}

a:active { 
    font-family: Arial, Helvetica, sans-serif; 
    /*font-size: 10pt; */
    font-weight: bold;
    color : #996666;
}

a:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    /*font-size: 10pt; */
    font-weight: bold;
    color : #999966;
}
td.darklight a {
	text-decoration: none;
}
td.darklight a:visited {
	color : #333333;
}

a.topnavi:link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: normal;
    text-decoration: none;
    color: #330000;
}

a.topnavi:active { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: normal;
    text-decoration: none;
    background-color: #996600;
    color: #FFFFCC;
}

a.topnavi:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: normal;
    text-decoration: none;
    color: #330000;
}

a.topnavi:hover {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: normal;
    text-decoration: none;
    background-color: #996600;
    color: #FFFFCC;
}


li { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: normal;
    line-height: 14pt;
}

ul { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
}

.big { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 36pt; 
    font-weight: bold;
}

.big2 { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-weight: bold; 
    font-style: italic;
}

.small { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: normal;
}

.tiny { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 7pt; 
    font-weight: normal;
}


pre, tt { 
    font-family: "Courier New", Courier, mono;
}
