body {
    background-image: url('../images/back.jpg');
}
.content {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: rgb(0,0,0);
}
.contentGray {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: rgb(50,50,50);
}
.copyright {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255,255,255);
    padding-right: 16px;
    padding-top: 9px;
}
.inputLogin {
    width: 242px;
    height: 27px;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    color: rgb(50,50,50);	
}
.inputDropdown {
    border: 1px solid rgb(50,50,50);
    background-color: rgb(128,128,128);
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255,255,255);	
}
.inputSubmit {
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    color: rgb(0,0,0);
}
.phoneNumber {
    font-family: arial;
    font-size: 22px;
    font-weight: normal;
    color: rgb(0,0,0);
}
.phoneLabel {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: rgb(0,0,0);
}
.emailAddress {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: rgb(64,64,192);
    text-decoration: underline;
}
.dataHeader {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: rgb(0,0,0);
    padding: 1px;
}
.dataText {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: rgb(0,0,0);
    padding: 1px;
}
.permissionCell1 {
    padding-left: 0px;
    padding-right: 10px;
}
.permissionCell2 {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: rgb(0,0,0);
}
