BODY {
	background-color:	black;
	margin:			0px;
	padding:		0px;
	}
DIV.capsule {
	background-image:	url('../images/back.jpg');
	background-position:	128 0;
	background-repeat:	no-repeat;
	width:			856px;
	}
TD {	font-family:		Lucida Sans Unicode, Lucida Sans, Tahoma, Arial, Helvetica, sans-serif;
	}
TD.left {
	background-image:	url('../images/left.jpg');
	background-position:	top right;
	background-repeat:	repeat-y;
	width:			128px;
	}
TD.right {
	background-image:	url('../images/right.jpg');
	background-position:	top left;
	background-repeat:	repeat-y;
	width:			128px;
	}
TD.stub {
	height:			246px;
	}
TD.side {
	background-image:	url('../images/side.jpg');
	background-position:	top left;
	background-repeat:	no-repeat;
	width:			169px;
	}
TD.core {
	background-image:	url('../images/divider.gif');
	background-repeat:	repeat-y;
	color:			#cccccc;
	font-size:		9pt;
	}
TD.core P {
	color:			#cccccc;
	margin-bottom:		0px;
	margin-top:		0px;
	padding:		1em;
	text-align:		justify;
	}
TD.core P.title {
	background-color:	#333344;
	border:			1px solid white;
	border-right:		0px;
	color:			white;
	font-size:		13pt;
	font-weight:		bold;
	margin-left:		0.66em;
	margin-top:		0px;
	padding:		0.1em;
	padding-right:		0.5em;
	padding-left:		1em;
	text-align:		left;
	}
TD.core P.flavor {
	color:			#ba9948;
	font-family:		Georgia,Times New Roman,serif;
	font-size:		10pt;
	font-style:		italic;
	font-weight:		normal;
	}
TD.core P.subtitle {
	color:			#cccccc;
	text-align:		center;
	}
TD.tail {
	background-color:	#41371f;
	border-bottom:		1px solid white;
	border-top:		1px solid white;
	color:			white;	
	font-size:		8pt;
	padding:		1em;
	}
DIV.download {
	background-color:	#333344;
	border:			1px solid white;
	color:			white;
	font-size:		8pt;
	margin:			1em;
	padding-bottom:		0.5em;
	}
DIV.download SPAN {
	background-color:	white;
	color:			black;
	display:		block;
	font-weight:		bold;
	margin-bottom:		0.5em;
	padding-bottom:		0.5em;
	padding-top:		0.5em;
	width:			100%;
	}
DIV.download P {
	margin:			0px;
	padding:		0.5em;
	}
IMG.insetr {
	border:			0px;
	float:			right;
	margin:			1em;
	margin-right:		0px;
	margin-top:		0px;
	}
IMG.insetl {
	border:			0px;
	float:			left;
	margin:			1em;
	margin-left:		0px;
	margin-top:		0px;
	}
A,A:link,A:visited,A:active,A:hover {
	color:			white;
	font-size:		inherit;
	text-decoration:	underline;
	}
A:hover {
	color:			orange;
	font-size:		inherit;
	}
	

TABLE.mail {
	border:			1px solid #830507;
	width:			300px;
	}
TABLE.mail TH {
	background-color:	#ba9948;
	background-repeat:	repeat-y;
	color:			black;
	font-family:		sans-serif;
	font-size:		9pt;
	text-align:		left;
	}
TABLE.mail TD {
	background-color:	#333344;
	font-family:		sans-serif;
	font-size:		9pt;
	}
TABLE.mail INPUT, TABLE.mail TEXTAREA, TABLE.mail BUTTON {
	border:			1px solid black;
	width:			100%;
	}
TABLE.mail BUTTON {
	border:			1px solid black;
	cursor:			pointer;
	}
TABLE.mail BUTTON:hover {
	border:			1px solid white;
	color:			blue;
	text-decoration:	underline;
	}