BODY {
		FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
		
}
A:link {
	COLOR: blue;
	TEXT-DECORATION: none;
	c: ;
	font-family: tahoma;
	font: 11;
	font-weight: bold;
}
A:visited {
	font-family: tahoma;
	font: 11;
	font-weight: bold;
	COLOR: blue;
	TEXT-DECORATION: none;
}
A:active {
	font-family: tahoma;
	font: 11;
	font-weight: bold;
	COLOR: blue;
	TEXT-DECORATION: none;
}
A:hover {

	font-family: tahoma;
	font: 11;
		font-weight: bold;
	COLOR: black; TEXT-DECORATION: underline
}



td
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 13px;
	color : black;
}


INPUT {
	FONT-FAMILY: ms sans serif;
	FONT-SIZE: 13px;
	background-color: white;
	border: 1px outset #e8e8e8;
	height: 25;
}
TEXTAREA {
	FONT-FAMILY: ms sans serif;
	FONT-SIZE: 13px;
	background-color: white;
	border: 1px outset #e8e8e8;
}
	/* Pagination */
		.pagination {
			float:right;
			background:#fff;
			padding:0 0 0 10px;
		}

		.pagination li {
			float:left;
			margin:0 4px 0 0;
			*margin:0 2px 0 0;
		}

		.pagination a {
			display:block;
			border:1px solid #eaeaea;
			background:#f8fafb;
			padding:2px 8px;
			float:left;
		}

		.pagination a:hover {
			background:#d2d6df;
			text-decoration:none;
			float:left;
		}
