﻿body
{
    /*padding:0px;
	margin:0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.75em;
	color:#484848;
}
a
{
    color:#015497;
    text-decoration:underline;
}
a:hover
{
    color: red;
}
.event
{
	padding-bottom: 10px;
	background:transparent url(images/separator.gif) repeat-x scroll left bottom;
}
.wrapper
{
    width:460px;
    margin:auto;
}
.headline
{
    font-family:"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif;
    font-weight:normal;
    font-size:24px;
    color:#015497;
}
.subheadline
{
    font-family:"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif;
    font-weight:normal;
    font-size:18px;
    color:#015497;
}
.ticket
{
    padding:10px 5px 5px 0px;
    background:transparent url(images/separator.gif) repeat-x scroll left bottom;
}
.separator
{
    background:transparent url(images/separator.gif) repeat-x scroll left bottom;
}
.footer
{
    text-align:center;
	padding:20px 0px 10px 0px;
}
