/*Style sheet used for CG Artist INFO TABS */

a.info {
	color: #75c6cd;
	text-decoration: none;
}
a:visited.info  {
	color: #75c6cd;
	text-decoration: none;
}
a:hover.info {
	color: #75c6cd;
	text-decoration: underline;
}
a:active.info {
	color: #75c6cd;
	text-decoration: none;
}

h1.info_name {
	font-size: 18px;
	color: #75c6cd;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h2.info_header {
	font-size: 12px;
	color: #666666;
	margin-top: 18px;
	margin-bottom: 3px;
}
h3.info_header {
	font-size: 14px;
	color: #75c6cd;
	margin-bottom: 3px;
	margin-top: 0px;
}
p.info {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	text-align: left;
	margin-top: 0px;
}
.info_single {
	font-size: 12px;
	line-height: normal;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
}
li.info {
	list-style-type: none;
	margin-top: 4px;
	margin-left: 0px;
	line-height: normal;
}
ul.info {
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.info_title {
	font-style: italic;
}

#news_box {
	padding: 10px;
	border: 1px solid #CCCCCC;
	float: none;
	height: auto;
	width: auto;
	background-color: #f6f6f6;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info_bold {
	font-style: normal;
	font-weight: bold;
}

p.info_note {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-left: 15px;
}
p.info_quote {
	margin-right: 15px;
	margin-left: 15px;
	line-height: normal;
}

p.info_citation {
	font-size: 10px;
	line-height: normal;
	color: #666666;
	text-align: left;
}
h4.info_citationH {
	font-size: 10px;
	color: #666666;
	margin-bottom: 3px;
	margin-top: 0px;
	text-decoration: underline;
}
