body
{

	font-family: 'Palatino Linotype' , Garamond, 'Times New Roman' , Serif;
	text-align: center;
}

TD.boxed
{
	font-weight: bold;
	font-size: larger;
	color: white;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: skyblue;
	text-align: center;
}

TD.boxed2
{
	font-weight: bold;
	font-size: larger;
	color: white;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: skyblue;
	text-align: right;
}

TD.boxed3
{
	font-weight: bold;
	font-size: larger;
	color: white;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: skyblue;
	text-align: left;
}

TD.boxed A
{
	color: White;
}

TD.noborder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

P.breadcrumbs
{
	font-weight: normal;
	font-size: 0.8em;
	color: darkblue;
	font-family: 'Palatino Linotype' , Garamond, 'Times New Roman' , Serif;
	text-align: left;
}

P.heading
{
	font-weight: bold;
	font-size: 2.0em;
	color: darkblue;
	font-family: 'Palatino Linotype' , Garamond, 'Times New Roman' , Serif;
	text-align: center;
	width: 690px;
}

P.heading2
{
	font-weight: bold;
	font-size: 1.6em;
	color: darkblue;
	font-family: 'Palatino Linotype' , Garamond, 'Times New Roman' , Serif;
	text-align: center;
	width: 690px;
}

P.headingLeft
{
	font-weight:normal;
	font-size: 1.0em;
	color: darkblue;
	font-family: 'Palatino Linotype' , Garamond, 'Times New Roman' , Serif;
	text-align: left;
	width: 690px;
}

P.copyright
{
	font-weight: normal;
	font-size: 0.8em;
	color: black;
	text-align: left;
	margin-left:20px;
}

P.midp
{
	width: 690px
}

P.midp2
{
	width: 690px;
	font-size: 1.0em;
}

TABLE.midtable
{
	width: 690px;
}

.fronttable
{
	width: 690px;
	font-family:Verdana, Sans-serif;
	font-size:0.8em;
	text-align:left;


}

.fronttable a
{
	text-decoration:none;	
}

.fronttable a:hover
{
	text-decoration:underline;	
}


.fronttable th
{
	width: 50%;
	background-color:Blue;
	color:White;
	font-weight:bold;
	padding:5px;
}
.fronttable td
{
	width: 50%;
	background-color:#A8CCF0;
	color:White;
	font-weight:bold;
	padding:15px 5px 5px 5px;
	vertical-align:top;	
}

.fronttableLeft
{
	border-right:12px solid white;
}


.fronttableRight
{
	border-left:12px solid white;
}


TABLE.datanoborder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}