a:link	{
    color:#557755;
    text-decoration:none;
    font-weight:bold;
}
a:visited	{
    color:#557755;
    text-decoration:none;
    font-weight:bold;
	}
a:hover	{
    color:#55AA55;
    text-decoration:underline;
    font-weight:bold;
	}

H1 {
    text-align:center;
	margin-top:0.5em;
    margin-bottom:0.5em;
	color:#7777AA;
}

H2 {
    font-size:small;
    color:#7777AA;
}

H3 {
    font-size:smaller;
    margin-bottom:0.5em;
    margin-top:0.5em;
    margin-left:0.5em;
	color:#7777AA;
    
}

H4 {
    margin-bottom:1em;
    margin-top:1em;
    color:#7777AA;
    text-align:center;
}

.box{
	margin-left:1em;
    margin-bottom:2em;
	font-size:smaller;
}

.gray {
color:gray;
}

body {
    color:#777777;
    margin-top:0px;
    margin-bottom:0px;
}

table{
	font-size:small;
}

td{
	vertical-align:top;
}


.half{
    letter-spacing:0.05em;
}

.mini{font-size:smaller;}

.boxLine{
    margin:10px;
    padding:10px;
    border-style:solid;
    border-width:1px;
    border-color:#CCCCCC;
}

.sideLine{
    margin:0px;
    padding:0px;
    border-style:solid;
    border-width:1px;
    border-top-width:0px;
    border-bottom-width:0px;
	border-color:silver;
}

p{
	margin-bottom:2em;
}

UL {
    margin-left:3em;
    padding-left:0px;
    margin-top:0px;
	font-size:smaller;
}

.dot {
	margin-right:5px;
	vertical-align:middle;
}
