@charset "utf-8";
/* CSS Document */
 
body { margin: 20; padding: ; background-color: #fff;}

a {text-decoration: none; }

#wrapper {
	margin: 20px auto;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	width: 758px;
}
.ItalicText {
	font-style: italic;
}
.BoldTitle {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #700070;
}
.BoldText {
	font-weight: bold;
}
}.RedText {
	color: #F00;
}
}.LastUpdate {
	font-size: 8px;
	font-style: italic;
	color: #0F0;
}