/* --------------------------------------------------- */
/*  Default HTML element definitions                   */
/* --------------------------------------------------- */
body {
	background: #D2D2D2;
	margin: 16px;
	text-align: center;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
}
ul, li, form, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.breaker {
	overflow: hidden;
	height: 1px;
	clear: both;
}
.center {
	text-align: center;
}
/* --------------------------------------------------- */
/*  Page HTML definitions                              */
/* --------------------------------------------------- */
#globalcontainer {
	margin: 0 auto;
	width: 760px;
	border: 2px solid #666;
	text-align: left;
	background: #FFF;
}
/* --------------------------------------------------- */
/*  Page content                                       */
/* --------------------------------------------------- */
h1, h2 {
	margin-bottom: 14px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
#left, #middle, #right {
	float: left;
	text-align: center;
}
#left, #right {
	width: 140px;
}
#middle {
	padding-top: 2px;
	width: 476px;
}
#selector {
	margin-bottom: 6px;
}
#selector select {
	width: 468px;
}
.tv {
	border: 1px solid #AF052F;
}
/* --------------------------------------------------- */
/*  Footer                                             */
/* --------------------------------------------------- */
#footer {
	padding: 4px;
	text-align: center;
	font-size: 10px;
	color: #333;
}
#footer a {
	color: #333;
}
#footer p {
	margin-bottom: 6px;
}

