/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#333;
	background-image:url(../images/background_main.gif);
	background-repeat:repeat-y;
	margin:0; padding:0;
	color:#ccc;
}
h1 {
	font-size:125%;
	font-style:italic;
	color:#99CC00;
}
h2 {
	font-size:110%;
	color:#fff;
}
h3 {
	font-size:90%;
	border-bottom:1px solid #99FF00;
}
a {
	color:#99FF00;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
table {
	width:550px;
	font-size:80%;
	color:#CCCCCC;
}
td.title {
	font-weight:bold;
}
#wrapper {
	width:770px;
	margin:15px; padding:0;
}
#leftcol {
	float:left;
}
#rightcol {
	margin-left:200px; padding:0;
}
#rightcol p {
	font-size:80%;
}
#rightcol p.rgtalgn {
	text-align:right;
}
#footer {
	border-top:1px dotted #666;
	color:#666;
	padding-top:2px;
	font-size:70%;
}
#rightcol p.videonote {
	font-size:70%;
	color:#999999;
}
