﻿.main {

	font-family: Times New Roman, Times, serif;

	font-size: 16px;

	color: #262B5A;

	text-align:left;

}

.link_bold {

	font-family: Times New Roman, Times, serif;

	font-size: 13px;

	font-weight: bold;

	color: #262B5A;

	text-decoration: none;

}

.toplink {

	font-family: Times New Roman, Times, serif;

	font-size: 16px;

	font-weight: none;

	color: #262B5A;

	text-decoration: none;

}

.link_body {

	font-family: Times New Roman, Times, serif;

	font-size: 16px;

	font-weight: none;

	color: #262B5A;

	text-decoration: none;

}

.copyright {

	font-family: Times New Roman, Times, serif;

	font-size: 9px;

	font-weight: normal;

	color: #262B5A;

}

.surveyTitle {

	font-family: Times New Roman, Times, serif;

	font-size: 16px;

	color: #000000;

	font-weight: bold;

}

ul.none {

	list-style-type: none;

	

}
ul.disc {list-style-type: disc; line-height: 175%}
ul.circle {list-style-type: circle; line-height: 175%}
ul.square {list-style-type: square}

ol {

	list-style-type: decimal;

	margin-left: 2em;

}



.privacy{

font-family: Times New Roman, Times, serif;

font-size: 9px;

text-align:left;

}



.privacy a{

color:#999999;

text-decoration:none;

}


#dhtmlgoodies_tooltip{
		background-color:#FC9900;
		border:2px solid #663297;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
}


#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
}


@media print { .toplink { display: none; } }

