body {
	background-color:white;
	font-family:Georgia, Times New Roman;
	line-height:18pt;
	font-size:13px;
	cursor:default;
	overflow-y:scroll;
	margin:0px;
}
table {
	font-family:Georgia, Times New Roman;
	line-height:18pt;
	font-size:13px;
}
a {
	color:red;
}
a:hover {
	text-decoration:underline;
	color:black;
}
table.shadowed {
}
table.shadowed td.n {
background-image:url(../images/site/shadow-n.gif);background-repeat:repeat-x;font-size:0px;height:2px;
}
table.shadowed td.n_w {
font-size:1px;width:2px;height:2px;
}
table.shadowed td.n_e {
font-size:1px;width:2px;height:2px;
}
table.shadowed td.w {
background-image:url(../images/site/shadow-w.gif);background-repeat:repeat-y;font-size:0px;width:2px
}
table.shadowed td.e {
background-image:url(../images/site/shadow-e.gif);background-repeat:repeat-y;font-size:0px;width:2px
}
table.shadowed td.s {
background-image:url(../images/site/shadow-s.gif);background-repeat:repeat-x;font-size:0px;height:2px
}
table.shadowed td.s_w {
font-size:1px;width:2px;height:2px;
}
table.shadowed td.s_e {
font-size:1px;width:2px;height:2px;
}

li.arrow {
	list-style-image : url(../images/site/arr.jpg);
	list-style-position : outside;
	margin-left:15px;
}
li.arrow2 {
	list-style-image : url(../images/site/arr.jpg);
	list-style-position : outside;
	margin-left:15px;
}

input, select, textarea {
	font-family:Georgia, Times New Roman;
	line-height:18pt;
	font-size:13px;
}
.button {
	font-weight:bold;
	color:white;
	background-color:gray;
	cursor:hand;cursor:pointer
}

table.niceborder {
	background-color: silver;
}
table.niceborder a {
	color: navy;
}
table.niceborder tr.header td {
	background-color: whitesmoke;
	font-weight:bold;
}
table.niceborder td {
	background-color: white;
}
table.niceborder td.header {
	background-color: whitesmoke;
	font-weight:bold;
}

/* CUSTOM FIELDS */
/* Off state for a ARC checkbox */
.checkboxOff {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #666;
	background-image: url(../images/site/chk_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}
/* On state for a ARC checkbox */
.checkboxOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #000;
	background-image: url(../images/site/chk_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}


/* Off state for a ARC checkbox */
.altCheckboxOff {
	display: inline;
	padding: 20px 2px; /* NS 6 problem */
	padding-left: 70px;
	color: #666;
	background-image: url(alt_checkbox_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
}
/* On state for a ARC checkbox */
.altCheckboxOn {
	display: inline;
	padding: 20px 2px; /* NS 6 problem */
	padding-left: 70px;
	color: #000;
	font-weight: bold;
	background-image: url(alt_checkbox_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}
/* Off state for a ARC radio button */
.radioOff {
	display: block;
	margin: 0px;
	padding: 2px;
	height: 18px;
	padding-left: 20px;
	color: #666;
	background: transparent url(../images/site/radio_off.gif) no-repeat 0% 50%;
}
/* On state for a ARC radio button */
.radioOn {
	height: 18px;
	display: block;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #000;
	background: transparent url(../images/site/radio_on.gif) no-repeat 0% 50%;
}
/* use CSS to full effect with hover states. Ohhh, perty! */
.radioOn:hover {
	background-image: url(../images/site/radio_on.gif);
}
.radioOff:hover {
	color: #333 !important;
	background-image: url(../images/site/radio_off.gif);
}

/* Alternative Off state for a ARC radio button */
.altRadioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	background-image: url(alt_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
}
/* Alternative On state for a ARC radio button */
.altRadioOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	background-image: url(alt_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
}

td.matrixCell {
	text-align:center;
}

div.surveyBody {
	background-color:white;
	padding:15px;
	min-width:380px;
}

#submitButton {
	
}
