/* master font styles */
body,td { 
font-family:verdana,arial,helvetica,sans-serif;  
color:#333333;
font-size:11px;  
}

/* master border styles */
td.borderB {	
	border-bottom : 2px solid #003366;
}

td.borderT {
	border-top : 2px solid #003366;
}

td.borderL {
	border-left : 2px solid #003366;
}
td.borderR {
	border-right : 2px solid #003366;
}

.dataTable td{
border-bottom-color: #808080; 
border-bottom-style: dashed; 
border-bottom-width: 1px;
vertical-align:top;
}

td.pedigree {
font-size:11px;
color:#003366; 
text-decoration:none; 
font-weight:bold;
border-color: #003366; 
border-style: solid; 
border-width: 2px;
vertical-align:middle;
height:35px;
padding:5px 5px 5px 5px;
}


/* text styles */
.text {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;  
line-height:1.5em;
}
.newsHDR {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;  
color:#FFFFFF;
font-weight:bold;
line-height:1.5em;
}

.pageHDR {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:19px;
	color: Black;
	font-weight:bold;
	line-height:1.5em;
	text-align : right;
}
.pageSubHDR {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color: Black;
	font-weight:bold;
	line-height:1.5em;
	text-align : right;
}

.copyright {
font-family:verdana,arial,helvetica,sans-serif;
font-size:9px;  
color:#BEBEBE;
line-height:1.5em;
}

/* master link styles */
a:link 		{ 
font-size:11px;
color:#003366; 
text-decoration:none; 
font-weight:bold;
}
a:visited 	{ 
font-size:11px;
color:#003366; 
text-decoration:none; 
font-weight:bold;
}
a:hover		{ 
font-size:11px;
color:#006600; 
text-decoration:none; 
font-weight:bold;
}
a:active	{ 
font-size:11px;
color:#BEBEBE; 
text-decoration:none; 
font-weight:bold;
}

/* other link styles */
a.news:link 	{ 
font-size:9px;
color:#003366; 
text-decoration:none; 
font-weight:bold;
}
a.news:visited 	{ 
font-size:9px;
color:#003366; 
text-decoration:none; 
font-weight:bold;
}
a.news:hover	{ 
font-size:9px;
color:#006600; 
text-decoration:none; 
font-weight:bold;
}
a.news:active	{ 
font-size:9px;
color:#BEBEBE; 
text-decoration:none; 
font-weight:bold;

}

