/* trbl */

body {
	/*border: thin dotted #FF0000;*/
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #333333;
} 

.site {
	/*border: thin dotted #FF0000;*/
	margin-left: auto;
   	margin-right: auto;
	margin-top: 0px;
    	margin-bottom: 0px;
	width: 500px;
	padding: 20px 30px 200px 30px;
	background-color: #000000;
}

.title {
	/*border: thin dotted #FF0000;*/
	padding: 0px 0px 15px 0px;
}

.contentHolder {
	/*border: thin dotted #FF0000;*/
	padding: 0px 0px 30px 0px;
}

.content {
	/*border: thin dotted #FF0000;*/
	padding: 15px 0px 0px 0px;
}

.flashMovie {
	/*border: thin dotted #FF0000;*/
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}

.titleText {
	font-family: Courier;
	font-size:  12px;
	color: #999999;
}

.bodyText {
	font-family: Courier;
	font-size:  12px;
	color: #999999;
}

.highlight {
	color: #ff9900;
}

p {
	margin: 2px 0px 2px 0px;
}

a:link {
	text-decoration: underline;
	color: #ff9900;
}
a:visited {
	text-decoration: underline;
	color: #ff9900;
}
a:active {
	text-decoration: underline;
	color: #ff9900;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
}