p,body,td,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
}

textarea {
	width: 100%;
}

#code_footer, #code_leftnavigation, #code_header, #code_topnavigation, #code_photoheader, #cell_left, #cell_right, #btn_print {
	display: none;
}

/* Link related classes */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

/* Template Classes - Title, Content, Subtitle, Subcontent */

.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.titlewrap {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
}
.subtitle {
	line-height: 20px;
	font-weight: bold;
}

/* List related classes */

ul {
	margin-top: 0px;
	list-style-image: url(/_images/bullet.3px.gif);
}

.list {
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
