body {
color: black;
}
p {
text-align: justify
}

p.label {
text-align: right
}


A, a:link {
color: #000000
}
A:Visited {
color: #3A6DA1
}
A:Active {
color: #000000
}
A:Hover {
color: #4E9C9C
}

.linkText{
font-size: 13px; 
font-family: Times New Roman, helvetica, sans-serif;

}

.subHeading{
font-size: 20px; 
font-family: Times New Roman, helvetica, sans-serif;
color: #000000;
font-weight:bold;
}

.tableHeader{
font-size: 18px; 
font-family:  Times New Roman, helvetica, sans-serif;
color: #36699d; --4E9C9C;
font-weight:bold
}

.tableHeading{
font-size: 16px; 
font-family: Garamond;
color: #36699d; --4E9C9C;
font-weight:bold
}

.bodyText{
font-size: 13px; 
font-family: Verdana;
color: #000000;
}

.star{
color: #FF0000;
font-size: 12px
}

.Label {
color: #3A6DA1;
font-family: Times New Roman;
font-size: 14px;

}

.Title {
color: #4E9C9C;
font-family: Garamond;
font-size: 26px

}

table tr th { 
background-color:#DFEEEE; 
text-align:center;
vertical-align:top
}