html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	text-decoration: none;
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: Arial;
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.bold {
  font-weight: bold;
}

#mainDiv {
  width: 800px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../../images/bkg.jpg');
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 2000;
}

#bottomBox {
  position: absolute;
  top: 611px;
  left: 22px;
  z-index: 13;
}

h1 {
  font-family: 'Arial';
  font-size: 21px;
  font-weight: bold;
}

h2 {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
}

.regularTxt {
  font-family: 'Arial';
  font-size: 14px;
  color: #666666;
}

.results_header {
    font-size: 16px !important;
}

.titleColor1 {
  color: #D71E05;
}
.titleColor2 {
  color: #3398CD;
}
.titleColor3 {
  color: #CB0066;
}
.titleColor4 {
  color: #666600;
}
.titleColor5 {
  color: #CB9800;
}

#title {
  position: absolute;
  top: -105px;
  left: 198px;
  line-height: 1.5;
}

.story {
  width: 232px;
  height: 320px;
  position: absolute;
  top: 221px;
  cursor: pointer;
  z-index: 11;
}

.videotab {
  position: absolute;
  top: 0px;
  left: 0px;
}

.image {
  position: absolute;
  top: 413px;
  background-repeat: no-repeat;
  width: 194px;
  height: 146px;
  z-index: 15;
}

.video_box
{
	position: absolute;
	left: -238px;
	top: 410px;
	background-repeat: no-repeat;
	width: 194px;
	height: 146px;	
	z-index: 16;
}

.boxTitle {
  position: absolute;
  top: 25px;
  left: 83px;
}
.boxTitle p {
  font-family: 'Arial';
  font-size: 20px;
  font-weight: bold;
  color: #D71E05;
  text-align: center;
}
.boxSubtitle {
  position: absolute;
  top: 77px;
  left: 7px;
  width: 180px;
}
.boxSubtitle p {
  font-family: 'Arial';
  font-size: 14px;
  color: #666666;
  text-align: center;
}