body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 11px;
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #999999;
}
a:active {
	color: #0066FF;
}

a.whitelink:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.whitelink:hover {
	font-size: 11px;
	text-decoration: none;
	color: #b3d88c;
	font-weight: bold;
}
a.whitelink:active {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.border {
	border: 1px solid #999999;
}
.picborder {
	border: 1px solid #767676;
}
.lightborder {
	border: 1px solid #D1D0D0;
}

.heading_blue {
	color: #005581;
	font-size: 14px;
	font-weight: bold;
}
.heading_lightblue {
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
}
.text_red {color: #0033FF}
.text_blue {color: #0066FF}
.text_white {color: #FFFFFF}
.text_black {
	color: #000000;
	font-size: 11px;
}
.orange_text {
	color: #b3d88c;
}
.price {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0033FF;
	border: 1px solid #000066;
}

