.MainBackground {
	background-image: url(Toc/VG_BG_FD.jpg);
	background-repeat: repeat-x;
}.Small_9pt_AR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Small_12pt_ar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.Small_12pt_arBLK {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.TextBox {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.CartTextBox {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-size: 9px;
}
.CartButton {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #e6e6e6;
	font-size: 12px;
}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 9px;
}
.MainLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.MainLink:hover {
	color: #000099;
}
.MainText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.Small_12pt_arBLKBLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.Small_12pt_arBLKBLD:hover {
	color: #000099;
}

.NavMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a.NavMenu:hover {
	color: #000099;
}

.Small_14pt_arBLKBLD {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div.rowone {
	/* width: 602px; */
	background-color: #FFFFFF;
	/*
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	*/
	border: 1px solid #FFFFEE;
}
div.rowone:hover {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

div.rowoneSP {
	/* width: 602px; */
	background-color: #e2ddcf;
	/*
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	*/
	border: 1px solid #000000;
}
div.rowoneSP:hover {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
div.rowoneTest {
	/* width: 602px; */
	background-color: #FF3333;
	/*
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	*/
	border: 1px solid #FF0000;
}
div.rowoneTest:hover {
	background-color: #FF3333;
	border: 1px solid #FF0000;
}


.NoBackground {
	background-repeat: no-repeat;
}
.TextBoxGrey {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background: #e6e6e6;
}

a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:-35px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(pages/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(pages/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(pages/images/bubble.gif) no-repeat bottom;
}
