/* CSS Document */
body {
	margin: 0px;
	background: #006;
	font-family: Arial, sans-serif;
	color: #69F;
	font-size: 11px;
	line-height: 15px;
	background-image: url(images/bg_dot.gif);
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #f0f0f0;
}
a:active {
	color: #006633;
}
a:hover {
	color: #69F;
	text-decoration: underline;
}
table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	width: 100%;
}
img  {
	border: 0px;
}
ul 	{
	padding: 0 18px ;
	margin: 0;
}
li	{
	text-align: left;
	line-height: 15px;
	list-style: outside circle;
	color: #555;
}
li a	{
	text-align: left;
	line-height: 20px;
	list-style-type: circle;
	color: #A6E6A6;
}
img	{
	border: 0;
}
.page {
	width: 100%;
	margin: 30px auto;
	height: 100%;
	text-align: center;
	border: 0px #fff dotted;
}
.pageframe	{
	width: 750px;
}
.presents	{
	text-align: centered;
	border: 1px #fff dotted;
}
.introtext	{
	color: #69F;
}
.box	{
	border-left: 0px #3552C1 dotted;
	padding: 0 10px;
	margin: 0px;
	height: 100%;
	vertical-align: top;
}
.header {
	color: #9cf;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 4px;
	border-bottom: 1px #3552C1 dotted;
	text-align: left;

}
.text	{
	font-family: Arial, sans-serif;
	color: #69F;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}
.whitetext	{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}
.tickets {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 30px;

}
.footer {
	margin-top: 10px;
	padding: 15px 0 40px;
	border-top: 1px #3552C1 dotted;
	text-align: center;
}