/*
Cascading Style Sheet by
Daniel Raviv Dekel
Mar-2004
Madrid - Spain
daniel@taurus-soft.com
www.taurus-soft.com
*/

BODY{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color : #7AA2E7;
}

A:FOCUS, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #205DC7;
	letter-spacing : 0px;
	text-decoration : none;
}

A:ACTIVE {
	color :#ff0000;
}

A:HOVER {
	border-bottom : 1px dotted 	#205DC7;
}

.table_top{
	background-image 	: url(../images/style/winXP_winTop.gif);
	background-position: top;
	background-repeat : no-repeat;
}

.table_bg{
	height						: 22px;
	background-image 	: url(../images/style/winXP_winBg.gif);
	background-repeat : repeat-y;
	font-family				: Arial, Helvetica, sans-serif;
	font-size 				: 12px;
	font-weight				: bold;
	color							: #205DC7;
	letter-spacing		: 1px;
}

.table_bgTitle{
	font-family				: Arial, Helvetica, sans-serif;
	font-size 				: 12px;
	font-weight				: bold;
	color							: #205DC7;
	letter-spacing		: 1px;
}

.table_body_bg{
	background-color: D6DFF7;
	border-left			: 1px solid white;
	border-right		: 1px solid white;
	border-bottom		: 1px solid white;
}

.table_body_SubLink{
	padding-left				: 10px;
}

.headTable{
	background-color: #6666CC;
	margin-bottom: 3px;
	border-bottom: 1px solid white;
}

.headTableTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : white;
	letter-spacing : 2px;
	font-weight	: bold;
	padding-left : 25px;
}

.innerTableBottom{
	background-color: White;
	margin-bottom: 3px;
	border-top: 1px solid white;
	margin-left:12px;
}

.textNormal{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #003399;
	letter-spacing : 1px;
}

.textSmall{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #003399;
	letter-spacing : 1px;
}

.catalogueTable{
 	
}

.catalogueTableHead{
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight	: bold;
	color : White;
	letter-spacing : 1px;
	background-color : DarkBlue;
	text-align : center;
}

.catalogueTableTd{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
 	background-color : white;
	text-align : center;
	border-bottom : 1px solid DarkGray;
}
