BODY, TD {
	font-family : Tahoma, Verdana, Arial, sans-serif ;
	font-size : x-small;
	color: Black;
	background: #C3C3C3;
	padding-left : 50px;
}

P {
        text-indent : 20px;
        line-height : 18px;
}

A {
        text-decoration: none;
        color: #3300CC;
}

A:Hover {
        text-decoration: underline;
        color: #3300CC;
}

A:Visited {
        text-decoration: underline;
        color: #333366;
}

.Header {
        font-weight: bold;
        font-size: small;
        text-align: center;
}

.Subheader {
        font-weight: bold;
        font-size: x-small;
        text-align: left;
        text-indent : 50px;
        padding-top : 20px;
}

.comment {
        font-size: xx-small;
}

.strong {
        font-weight: bold;
        text-align: center;
}