/* generic */
body
{
 font-weight: normal;
 font-size: 12px;
 font-family: "verdana", "Arial", "Helvetica", "san-serif";
 background:#000000;
 margin:0;
 padding:0;
 word-spacing: normal;
 text-transform: none;
 color: #FFFFFF;
 letter-spacing: normal;
}

/* tour dates */
.tour_dates
{
 width:490px;
 height:140px;
 background:url(img/tour_bg.jpg) 0 0 no-repeat;
}

/* Text */
.default_text { font-size: 12px; line-height:15px; }
.small_text { font-size: 10px; line-height:13px; }  
.xsmall_text { font-size: 9px; line-height:11px; }  
.big30 { font-size: 30px; line-height:29px; }
.big24 { font-size: 24px; line-height:25px; }
.big18 { font-size: 18px; line-height:22px; }
.big13 { font-size: 13px; line-height:18px; }

/* Link Color */
a:link { color: #FFFFFF; text-decoration: none }
a:visited { color: #800000; text-decoration: none }
a:hover { color: #800000; text-decoration: underline }
a:active { color: #FFFFFF; text-decoration: none }

/* Line */
.line { border: 1px solid #FFFFFF; }

/* Back Ground */
.bg_left
{
 width:51px;
 background:url(img/bg_left.jpg) 0 0;
}
.bg_right
{
 width:51px;
 background:url(img/bg_right.jpg) 0 0;
}
