body, td {
	font: 12px arial;
	color: #555555;
}

.head {
	font-size: 12pt;
	color: #333333;
	border-bottom: 1px dotted #333333;
	line-height: 30px;
}
.button {
	border: 1px solid #888888;
	color: #555555;
}
.buttonpink {
	font: 8pt verdana;
	border: 1px solid 888888;
	color: 888888;
}
.nav {
	font: 12px arial;
	color: #333333;
	text-align: center;
}

.navtext {
	font: 9pt;
	color: #555555;
	line-height: 25px;
}
.subnav {
	color: #336699;
}
ul {
	margin-left: 18px;
	line-height: 20px;
}
.sub_navon {
	color: #555555;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	padding: 2px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: 888888;
}

input {
	font-family: arial;
	font-size: 10px;
}
select {
	font-family: arial;
	font-size: 10px;
}
textarea {
	font-family: arial;
	font-size: 10px;
}

.question {
	font-weight: bold;
	line-height: 30px;
}

.answer {
	/*border-bottom: 1px dotted #FF7171;*/
}

.form_label{
	background-color: #EEEEEE;
	width: 180px;
	padding-left: 5px;
	line-height: 25px;
}

/* table */
.table{
	background-color: #FFFFFF;
}
th {
	font: 9pt "arial"; 
	color: #555555; 
	text-decoration: none; 
	text-align: left;
	/* background-image: url(images/bgfade_grey.gif); */
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	line-height: 20px;
}

.row_head {
	font: 9pt "arial"; 
	color: #555555; 
	text-decoration: none; 
	/* background-image: url(images/bgfade_grey.gif); */
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	line-height: 20px;
}

.row {
	font: 9pt "arial"; 
	border-bottom: 1px dotted #CCCCCC;
}

.note {
	color: #999999;
}

.image {
	border: 1px solid #CCCCCC;
}

.info {
	font: 9pt arial;
	color: #555555;
	border: 1px solid #C6CBDE;
	padding: 5px;
	background-color: #EFF3FF;
}

.copyright {
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.pink {
	color: #333333;
}


