body{
	font-family: Tahoma;
	color: black;
	padding: 0px;
	font-size:80%;
}

a:link,a:visited {
	color: #316AC5;
}
	
a:hover{
	color: blue;
}

p {
	margin: 0;
	margin-bottom:10px;
}

td, table{
	font-size: 100%;
}
	
h1,th{
	font-size: 110%;
	border-bottom:solid 1px #C6C6AE;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2{
	font-size: 100%;
}

h3{
	font-size: 90%;
}

h4{
	font-size: 80%;
}



table.objectsTable160 {
	caption:Full width table 160 pixels for left and right objects;
	width:160px;
}

table.objectsTable470 {
	caption:Full width table 470 pixels for home page center objects;
	width:470px;
}

td.centeraligned {
	caption:Center aligned cell text;
	text-align:center;
}

img.rightNoBorder{
	caption: Right aligned image without border;
	float:right;
	border:none;
	margin-left:3px;
}

img.leftNoBorder{
	caption: Left aligned image without border;
	float:left;
	border:none;
	margin-right:3px;
}

img.logostrip{
	caption: Logo bar;
	width: 535px;
	height: 90px;
	float:none;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/*Format tables for landing pages - 03/04/2007 DP*/
table.objectsTableLandingPage {
	caption:Landing page table - 2 columns only);
	width:99%;
	border-style:none;
}

table.objectsTableLandingPage td {
	width:50%;
	vertical-align:top;
	/*padding:0px;*/
	border-style:none;
}
