.title {
	text-align:right;
	border-bottom: 1px dotted black;
	font-family: Arial, Tahoma, Verdana;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 2px 0 2px 0;
}
.title a {
	text-decoration: none;
	color: #4a699f;
}
a:hover {
	text-decoration: none;
	color: #b41c1c;
}
div.content {
	background-image: url(content_.jpg);
	padding: 10px 10px 10px 20px;
	font-family: Arial, Tahoma;
	font-size: 14px;
	line-height: 20px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.MenuBar {
	background-attachment: scroll;
	background-image: url(slash.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.Pricing {
	color: #0080FF;
	font-size: 15px;
	font-weight: bold;
}
.Pricing a:link {
	color: #0080FF;
}
.Pricing a:visited {
	color: #666;
}
.Pricing a:active {
	color: #0080FF;
}
.Pricing a:hover {
	color: #009;
	text-decoration: underline;
}


.content ul {
	padding-left: 5px;
	margin-left: 12px;
}
.content ul li {
	padding: 0px;
}



.copy {
	font: 9px  Tahoma, arial, verdana, sans-serif;
	color: #000000;	
}

td.copy a:hover {

	 color: #67abbc;
}
a {
		font-family: Arial, Tahoma;
		font-size:14px;
        color: #0F016D;
        text-decoration: none;
}
a:hover {
        color: #67abbc;
        text-decoration: underline;

}
.h3 {
        font: 16px arial, verdana, sans-serif;
        font-weight:bold;
	color: #000000;
}

div.tv {
	padding: 20px 10px 10px 48px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #ffffff;

}
.block1 { 
	font-family: Arial, Tahoma;
	font-size:12px;
	font-weight:bold;
    color: #ffffff;
	background: #000000;
}
.block2 {
	width: 480px;
	height: 440px;
	background: none;
	padding-left: 10px;
	border: none;
	float: right;
}
.block2 iframe {
	border: 1px solid #666;
}



.main {
	min-height: 350px;
	/* min-height for IE6*/
	height: auto !important;
	height: 350px;
}
.menuimg {
	cursor: pointer;
}
.answerTable {
	width: 350px;
}
.answerTable TD {
	height: 40px;
	vertical-align: top;
	text-align: left;
}
.Q {
	text-align: left;
	padding-left: 0px;
	color: #0080FF;
	padding-right: 5px;
	font-weight: normal;
	width: 100%;
}
.A {
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0080FF;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #0080FF;
	border-left-color: #0080FF;
}