/*	CIBA Virtual Consultant CSS Rules */

/* Anchor Rules */
a.blueAnchor:link {
	color: #3366cc;
	font-weight: bold;
	text-decoration: none
}
a.blueAnchor:visited {
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}
a.blueAnchor:hover {
	color: #3366cc;
	font-weight: bold;
	text-decoration: underline;
}

/* Class Rules */
.sub {
	font-size: 12px;
	font-weight: bold;
}
.bold {
	
	font-weight: bold;
}
.subltblue {
	color: #3366cc;
	font-weight: bold;
}
.subwhite {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.vc {
	color: #ff6600;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.ltbluetxt {
	color: #3366cc;
}
.error {
	color: #cc0000;
        font-size: 12px;
}
/* Color Rules */
.white {
	background-color: #ffffff;
}
.smallwhite {
	color: #ffffff;
	font-size: 12px;
}
.ltblue {
	background-color: #cee3f8;
}
.dkblue {
	background-color: #7b9ec3;
}

.default{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #313063;
}

/* Selector Rules */
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #313063;
}
td.salesRep
{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
body, p {
	margin-top: 0px;
	margin-left: 0px;
	bgcolor: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #313063;
}
.smallvc {

	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
