body {
	line-height: 1.4em;
	font-size: 10pt;
	font-family: Georgia, 'Times New Roman', serif;
	background-color: #fff;
	padding: 8px;
	margin: 0px;
}


form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
}

table.colHeaders {
	margin-right: 12pt;
	font-family: Arial, helvetica, sans-serif;
}

td.colHeader {
	margin: 0px;
	width: 75px !important;
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
	font-weight: bold;
}

table.formTable tr td {
	margin: 0px;
}

td.question {
	vertical-align: top;
	padding: 8px 4px 8px 4px;
}

tr.odd {
	/*background-color: #e6e6e6;*/
	background-color: #dfd;
}

td.radio {
	width: 75px;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
}

td.radio input {
	cursor: pointer;
}

div#psychopathyTest {
	width: 600px; 
	position: relative;
}

div#testQuestions {
	height: 320px;
	overflow: auto;
	clear: both;
}

div#textOnly {
	display: none;
}

td#scoreLabel {
	font-weight: bold;
}

td#psychopathyScore {
	font-weight: bold;
	font-size: 14pt;
	text-align: right;
	line-height: 1.2em;
}

table#scoreTable {
	margin: 12px 0px 12px 0px;
}

div#separator {
	clear: both;
	border-top: 3px solid #bbb;
	/*padding: 4px 0px 10px 0px;	*/
}

p.description {
	font-weight: bold;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #4040b0;
	border-bottom: 1px solid #abdcff;
}


a:hover {
	text-decoration: underline;
}


a.bulleted {
	margin-left: 8px;
	padding-left: 12px;
	background-image: url("arrow_menu_row.gif");
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

