/* A Page Heading - login page */
.loginHeading { 
font-weight : normal;
font-style : normal;
font-size: 150%;
font-family : 'open sans';
color : White;
}

/* normal text - all pages */
.normalText { 
font-weight : normal;
font-style : normal;
font-size: 75%;
font-family : 'open sans';
color : White;
}

/* copyright text - all pages */
.copyrightText { 
font-weight : normal;
font-style : normal;
font-size: 65%;
font-family : 'open sans';
color : White;
}

/* login label - all pages */
.loginLabel { 
font-weight : bold;
font-style : normal;
font-size: 100%;
font-family : 'open sans';
color : White;
}

/*table heading - all pages*/
.tableHeading{ 
font-weight : normal;
font-style : normal;
font-size: 100%;
font-family : 'open sans';
color : White;
 }
 
/*table static text - all pages*/
.staticText { 
font-weight : normal;
font-style : normal;
font-size: 80%;
font-family : 'open sans';
color : Black;
}
 
font, input, textarea, option, label, select, td, span {
    font-family: 'Open Sans';
}

/*list table heading - all pages*/
.listHeading{ 
font-weight : normal;
font-style : normal;
font-size: 85%;
font-family : 'open sans';
color : Black;
 }
 
 /*table row - all pages*/
.rowText{ 
font-weight : normal;
font-style : normal;
font-size: 75%;
font-family : 'open sans';
color : Black;
 }