body 
{
	font-family:Arial;
	font-size: x-small;
}
.TinyText
{
	font-size: x-small;
}
.TinyTextBold
{
	font-size: small;
	font-weight:bold;
}
.MediumText
{
	font-size:medium;
}
.MediumBoldText
{
	font-size:medium;
	font-weight:bold;
}
.LargeBoldText
{
	font-size:x-large;
	font-weight:bold;
}
.Warning
{
	font-size:small;
	color : Red;
}
A
{
    font-size: small;
    color: #000000;
    text-decoration: none;
}
.Button
{
    border-right: #FFFFFF 1px solid;
    border-top: #FFFFFF 1px solid;
    font-weight: bold;
    font-size: 9pt;
    border-left: #FFFFFF 1px solid;
    cursor: hand;
    color: #FFFFFF;
    border-bottom: #FFFFFF 1px solid;
    font-family: Arial;
    background-color: black;
    text-align: center;
    font-variant: normal;
}
