

/* General Elements */
/* ----------------------------------------------------- */
body {
  margin:0;
  padding:0;
  height:100%;
  background:#fff url("img/bg.jpg") repeat-x;
  }
body,td,p {
	COLOR: #000;
	font-size: 11.5px;
  	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
  }
#mainWin, #flashContent {
  position: relative;
  width: 100%;
  text-align: center
  }
  
/* Links */
/* ----------------------------------------------------- */
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#f00;}
a img {border-style:none;}

/* Titles */
/* ----------------------------------------------------- */
h1 {
  color:#000;
  font-size:21px;
  }
h2 {
  color: #000;
  font-size:13px;
  }
h3 {
  font:bold 100% Verdana,Sans-serif;
  font-size:12px;
  text-transform:uppercase;
  padding-bottom:5px;
  
  }
img{
	border: none;
  	text-decoration: none;
