body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

td.borderPic
		{
			border:solid 4px #6699CC;
			width:224px;
			height:124px;
			padding:0px;
			vertical-align:top;
		}
td.borderPic img
		{
			margin:0px;
		}		

th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	width:224px;
	height:124px;
}
a:hover.card {
	text-decoration: none;
	background-color:#c8dbee;
}
.card{
	padding-left:10px;
	line-height: 13px;
	text-decoration: none;
}
.sidepic{
	/*background:url(http://www.aieh.org.au/graphics/portal/bg1.jpg) no-repeat left;*/
	background-repeat:no-repeat;
}
.cardbox{
	border:2px solid #3366cc;
	display: block;
	width:190px;
	height:91px;
	min-height:100px;

}  
.opacityit img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	margin:0px;
}

.opacityit:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	margin:0px;

}


.opacityOP img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	margin:0px;
	padding:0px;
}

.opacityOP:hover img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	margin:0px;
}

.borderPic a
{
	display:block;
	padding:0px;
	margin:0px;
	height:124px;
}