.text
{
	color:Black;
	font-size:medium;
	font-family: 'Times New Roman','serif';
}
.notifications
{
	font-weight:bold;
	color:Blue;
	font-size:larger;
	font-family: 'Times New Roman','serif';
}
.progress
{
	font-weight:bold;
	color:Blue;
	font-size:medium;
	font-family: 'Times New Roman','serif';
}
.labels
{
	color:Black;
	font-weight:bold;
	font-size:medium;
	font-family: 'Times New Roman','serif';
}
.textboxes
{
	color:Black;
	font-family: 'Times New Roman','serif';
}
.headings
{
    font-size: 24pt;
	font-weight:bold;
	color:Black;
    font-family: 'Times New Roman','serif';
}
.tablerows, .alternatetablerows
{
	font-size:medium;
	font-family: 'Times New Roman','serif';
}

.tableheading
{
 	color:Black;
    font-size: 14pt;
	font-weight: bold;
    font-family: 'Times New Roman','serif';
}
.tablefooter, .tablepager
{
    font-size: 10pt;
    font-family: 'Times New Roman','serif';
}
.buttons
{
	color:black;
	background-color:ButtonFace;
	font-size:medium;
	font-family: 'Times New Roman','serif';
}
.warnings
{
	color:Red;
	font-size:medium;
	font-family: 'Times New Roman','serif';
}
