/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6;
}

#content {
	margin: 0px auto;
	width: 720px;
	background-color: #4C4C4C;
}

#title {
	width: 720px;
	height: inherit;
	background-color: #4C4C4C;
}

#flv {
	width: 720px;
	height: 320px;
}

#contentText {
	width: 690px;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*	font-stretch: condensed;*/
	line-height: 120%;
	letter-spacing: 95%;
	word-spacing: 100%;
	color: #E6E6E6;
}

.maintitle {
	font-size: 16px;
	font-weight: bold;
}

.boldtext {
	font-size: 12.3px;
	font-weight: bold;
}

.plaintext {
	font-size: 12px;
}

a {
	font-size: 12.3px;
	font-weight: bold;
	color: #999999;
}

a:hover {
	font-size: 12.3px;
	font-weight: bold;
	color: #FF0000;
}

#preview_img {
	width: 720px;
}

#copyright {
	width: 720px;
	margin-top: 10px;
}
