/**
 *	SSP Item CSS
 */

body {
	margin: 0;
	padding: 0;
	
	background-attachment: fixed;
}
#path {
	margin-bottom: 5px;
	color: #666666;
	font-size: 10px;
}
#path a:link, #path a:visited {
	color: #666666;
	text-decoration: none;
}
#path a:link, #path a:visited {
	color: #666666;
	text-decoration: none;
}
#path a:hover, #path a:active {
	color: #666666;
	text-decoration: underline;
}

h1 {
	margin: 0 0 10px 0;
}

table {
	margin-bottom: 50px;
}
table.logo {
	margin-bottom: 0;
}
.box {
	padding: 0 10px 0 10px;
}
p {
	margin: 10px 0;

	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
h2 {
	margin: 0 0 21px 0;
	padding: 0;
	
	font-size: 12px;
	font-weight: bold;
}
.itemhead {
	padding: 5px 0 3px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.name {
	margin-top: 10px;

	text-align: center;
	font-size: 11px;
	color: #333333;
}
.wide {
	margin-top: 10px;
	text-align: center;
}

.line {
	margin: 5px 0 7px 0;
	height: 1px;

	font-size: 1px;
	border-bottom: 1px solid #333333;
}
.txt_small {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.txt {
	padding: 0 10px 0 10px;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	letter-spacing: 1px;
}

