@charset "utf-8";
/* CSS Document */

a.alt {
	color:		#ff0000;
	font-weight:bold;
}

ul, h2 {
	margin:		0px;
}

p.main {
	text-align: justify;	
}

ul {
	color:		#000000;
	padding:    0 15px 0 15px;
	margin:		0 0 25px 0;
	list-style:	none;
}

ul li {
	text-align:	justify;
	background:	transparent url('./../grfx/bullet_point.gif') top left no-repeat;
	padding:    0 0 6px 25px;
}

ul li.alt {
	color:		#990000;	
}

img {
	border:		0px;	
}

div.right_partition {
	float:		right;
	width:		300px;
	display:	block;
	min-height:	251px;
	padding:    0 0 0 25px;
	background:	transparent url('./../grfx/right_partition_bg.jpg') 0px 0px no-repeat;
}

div.left_partition {
	width:		500px;
	float:		left; 
	display:	block;
}

span.name {
	color:			#ff0000;
	font-weight:	bold;
	font-size:		14px;
}

span.signature {
	display:		block;
	width:			149px;
	height:			25px;
	margin:			-8px auto 0 auto;
}

span.copy {
	font-size:		10px;
	display:		block;
	text-align:		center;
	color:			#ccc;
	padding:        4px 0 0 0;
}