body {                           
	background-color : #ffffff;
}

.border {
    background-color : #c0c0c0;
}

.Arial{
	font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 130%;
    }

.Arialbold{
	font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 130%;
    }
    
.ArialTitle{
	font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 130%;
    }

.Letter{
	font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 130%;
    margin: 0px 20px 0px 20px;
    }
    
.Links{
	font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 200%;
    margin: 0px 20px 0px 20px;
    }
