.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;	
}
.10bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight:	bold;
}
.11bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight:	bold;
}
.11boldred{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight:	bold;
	color: red
}
.data {
	background-color : #ffffcc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding : 5px;
	padding-left : 10px;
	border-bottom: 5px solid white;
}

.dataLable {
	background-color : #F4F4EA;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	padding : 3px;
	padding-left : 10px;
	border-bottom: 1px solid white;
}

td.navbar {
	background-color : #0097FF;
	border: 0;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 3px;
	padding-right: 5px;
	padding-left: 5px;	
}
td.navbar0 {
	background-color : #ffffff;
	border: 0;
	border-bottom: 1px solid white;
	text-align: center;
	padding: 3px;
	padding-right: 5px;
	padding-left: 5px;	
}
a.navbar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #000000;
	text-decoration: none;
}
a.navbar:hover {
	color : #ffffff;
	text-decoration: underline;
}

a.navbar0 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #5A58BB;
	text-decoration: none;
}
a.navbar0:hover {
	color : #ff0000;
	text-decoration: underline;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height : 150%;
}

A.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height : 200%;
	color : #3366cc;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : navy;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	color : navy;
	margin-bottom:		2px;	
}

.data2 {
	background-color : #ffffcc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	padding : 3px;
	padding-right : 10px;
	border-bottom: 1px solid white;
}

.dataTitle {
	background-color : #0097FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	padding : 3px;
	padding-left : 10px;
	border: 1px outset silver;
}

.dataTitle2 {
	background-color : #0097FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	padding : 3px;
	padding-right : 15px;
	border: 1px outset silver;
}

td.basketTitle{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color: #5A58BB;
	border-bottom: 1px solid black;
}

td.basketItem{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	border-bottom: 1px solid black;
	background-color : #0097FF;
}

td.basketData{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color : #eeeeee;
	border-bottom: 1px solid black;
}

td.basketDataDesc{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color : #eeeeee;
}

td.basketDesc{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : blue;
	background-color : #eeeeee;
	border-bottom: 1px solid black;	
}

.btnRemove{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color: #ffaf00;
}
a.remove{
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;

}