/* Default color for links in bold*/
a {
font-weight: normal;
font-size: 11px;
color: #254B75;
text-decoration: underline;
font-family: Arial;
}

/* Default color for the nav links*/
a.intnavlinks { 
font-size: 10px; 
color: #254B75; 
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif;}

/* Default body color*/
body {
background: #ffffff;
color: #000000;
font-family: Arial;
line-height: 15px;
}

/* Default: p, input, select, ul and li color*/
p, input, select, ul, li {
font-family: Arial;
color: #333333;
line-height: 15px;
}

/* All images will have zero border*/
img {
border: 0;
}

/* Link size Sample: Contant Information*/
.regularlink {  
font-size: 10px; 
line-height: 15px; 
font-family: Arial, Helvetica, sans-serif;}

/* Date color*/
.datetext {  
font-size: 10px; 
color: #999999; 
line-height: 15px; 
font-family: Arial, Helvetica, sans-serif;}

/* Footer color*/
.footertext {  
font-size: 10px; 
color: #999999; 
line-height: 15px; 
font-family: Arial, Helvetica, sans-serif;}

/* Regular text color inside the table where all the information would be*/
.genericbodybox { 
font-family: Arial; 
font-size: 11px; 
color:#333333;
margin-top: 10px; 
margin-right: 13px; 
margin-bottom: 10px; 
margin-left: 13px;
}

/* Bold text color inside the table where all the information would be*/
.genericbodyboxbold { 
font-weight: bold;
font-family: Arial; 
font-size: 14px; 
color:#333333;
margin-top: 10px; 
margin-right: 13px; 
margin-bottom: 10px; 
margin-left: 13px;
}

/* Bold sub-text color inside the table where all the information would be*/
.genericbodyboxboldsub { 
font-weight: bold;
text-decoration: underline;
font-family: Arial; 
font-size: 12px; 
color:#333333;
margin-top: 10px; 
margin-right: 13px; 
margin-bottom: 10px; 
margin-left: 13px;
}