﻿/* ================================
    CSS STYLES FOR Module
   ================================

.summary {font-family: Arial,Tahoma,Helvetica;font-size: 12px;text-align: right;}
.title {font-family: Arial,Tahoma,Helvetica;font-size: 12px;font-weight: normal; text-align: left;}
A.title:link {text-decoration:underline;color: #003366;}
A.title:visited {text-decoration:underline;color: #74198B;}
A.title:active {text-decoration:underline;color: #ff0000;}
A.title:hover {text-decoration:underline;color: #003366;}
.titleBold {font-family: Arial,Tahoma,Helvetica;font-size: 14px;font-weight:bold;}
.sample {font-family: Tahoma,Arial,Helvetica;font-size: 11px;font-weight: normal;}
.path {font-family: Tahoma,Arial,Helvetica;font-size: 11px;font-weight: normal;color: Green;}
.navigation {font-family: Arial,Tahoma,Helvetica;font-size: 13px;font-weight: normal;text-align: center;}
*/
.tbheader {
	FONT-SIZE: 11pt;
	width: 100%;
	margin-top: 5px;
	color: #4c4c4c;
}
.summary {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	text-align: right;
	color: #4c4c4c;
}
.title {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(images/xsArrowR.gif);
	background-position: left center;
}
.titleBold {
	display: none;
}
.sample {
	margin-left: 10px;
	color: black;
}
.path {
	margin-left: 10px;
	font-family: Tahoma,Verdana,Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.navigation {
	padding-right: 1px;
	padding-right: 1px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #4c4c4c;
	text-decoration: none;
}
A.navigation:link {
	text-decoration: none;
	color: #4c4c4c;
}
A.navigation:visited {
	text-decoration: none;
	color: #4c4c4c;
}
A.navigation:active {
	text-decoration: none;
	color: #4c4c4c;
}
A.navigation:hover {
	text-decoration: underline;
	color: #4c4c4c;
}

