td{
	font-family: arial;
	font-size: 10pt;
}
.headerbox{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	border-top:1px solid black;
	background-color: #000000;
	color: #ffffff;
}
.contentboxLG	{	
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:4px;
	background-image:url(images/content-oval-home-lg.jpg);
	background-repeat:no-repeat;
	text-align:justify;
}
.contentboxSM	{	
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:4px;
	background-image:url(images/content-oval-home-small.jpg);
	background-repeat:no-repeat;
	text-align:justify;
}

.detailbox	{	
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:4px;
	background-repeat:no-repeat;
	text-align:justify;
}

a:link { 
	color: #07519A;
	font-weight: bold;
	text-decoration: none;
	}
a:visited { 
	color: #07519A;
	font-weight: bold;
	text-decoration: none;
	}
a:hover { 
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	}
a:active { 
	color: #0000FF;
	}

.list	{
	font-size:8pt;
}
.smalltext	{
	font-size:7pt;
}
.padtop{	
	padding:7px;0px;0px;0px;
}