/* table css file*/
/* define fonts and alignment */

td.center
{
	text-align: left;
	font-family: arial,helvetica;
	font-size: 11pt;
	font-weight: normal;
	color: blaCK;
	font-style: normal;
	padding: 4px;
}
h5 {
	text-align: left;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: blaCK;
	font-style: normal;
} 
i {
	text-align: left;
	font-family: arial,helvetica;
	font-size: 11pt;
	font-weight: normal;
	color: blaCK;
	font-style: italic;
}
td.right
{
	text-align: center;
	font-family: arial,helvetica;
	font-size: 11pt;
	font-weight: normal;
	color: blaCK; 
}
td.left
{
	text-align: center;
	background-color: green; 
}
td.top
{
	text-align: center;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: blaCK;
	padding: 4px;
}
a.mylink
{	
	font-family: arial,helvetica;
	font-weight: bold;
}
a.mylink:link
{
	color: black;
	text-decoration: none;
}
a.mylink:visited
{
	color: purple;
	text-decoration: none;
}
a.mylink:hover
{
	color: purple;
	text-decoration: underline;
}
a.mylink:active
{
	color: purple;
	text-decoration: none;
}
a.alphalink
{	
	font-family: arial,helvetica;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}
p.box
{
	float: left;
	border-right: 2px solid green;
	border-left: 2px solid green;
	border-top: 2px solid green;
	border-bottom: 2px solid green;
	width: 100%;
	height: 100%;
	font-family: arial,helvetica;
	font-size: 11pt;
	text-align: left;
	color: black;
	padding: 4px;
}
