/* ==================================================================================================== */
/* ==|CSS File: style.css |=============================================== */
/* ==|Date Created: 03/03/2009 |=============================================== */
/* ==================================================================================================== */

/* --|Style:*|----------------------------------------------------------------------------------------- */

body {    
background-color: black;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 14pt;
}

img {
border:0 none;
margin:0;
padding:0;
}

table.visibleborder { 
border-style: double;
height: 400px;
border-color: black;
  }


/* --|Font:*|----------------------------------------------------------------------------------------- */
.body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
}

.side {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.active {
	color: #F5007A;
}

/* --|Headings:*|----------------------------------------------------------------------------------------- */

h1 {  
      font-size: 18px;
	  margin: 10px 0px 0px 0px;
}

h2 { 
      font-size: 28px;
	  font-weight: bold;
	  margin: 0px 0px 0px 5px;
}

h3 {  font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
	  font-weight: bold;
	  margin: 0px;
}

h4 {  
     font-size: 16px;
     font-weight: bold;
     color: #F5007A;
	 margin: 0px;
}

h5 {  
      font-size: 22px;
	  font-weight: bold;
	  margin: 5px 0px 0px 0px;
}

h6 {  
      font-size: 32px;
	  font-weight: bold;
	  margin: 0px;
}


/* --|Links:*|----------------------------------------------------------------------------------------- */

a:link { 
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;

}

a:hover, a:active {

	text-decoration: none;
	color: #F5007A;
}

/* --|Newsbox:*|----------------------------------------------------------------------------------------- */

.newsbox_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	vertical-align: top;
	padding-bottom: 40px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px; 
	width: 300px;          

}

        
/* --|Floats:*|----------------------------------------------------------------------------------------- */

.floating_right {
	width: 265px;
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 15px;
	
	}


