a:link { 
	color: #00F;
	text-decoration: none;
	}

a:visited {
	color: #00F;
	text-decoration: none;
	}	

a:hover {
	color: #F00;
	text-decoration: underline;
	}

table.blue {
	border: 1 solid #00F;
	}

table.black {
	border: 1 solid #000;
	}

td {
	padding: 2;
	font-size:9pt;
	}

td.border {
	background: #CEF;
	border-top: 1 solid #000;
	}

td.border-r {
	background: #CEF;
	border-top: 1 solid #000;
	border-right: 1 solid #000;
	text-align: center;
	}

td.head {
	font-weight: bold;
	font-size: 12pt;
	}

td.head-c {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	border-right: 1 solid #000;
	}

td.info2 {
	font-size: 12pt;
	background: #CEF;
	}

td.info {
	font-size: 12pt;
	font-weight: bold;
	background-image: url("images/table-bg2.gif");
	}

td.photo-l {
	font-size: 9pt;
	background: #CEF;
	border-top: 1 solid #000;
	border-right: 1 solid #000;
	text-align: center;
	}

td.photo-r {
	font-size: 9pt;
	background: #CEF;
	border-top: 1 solid #000;
	text-align: center;	
	}

body {
	background-image: url("images/index-bg.jpg");
	font-family: Verdana, Arial, MS Sans Serif, Helvetica;
	font-size: 9pt;
	}