/* - - - - - - - - - - - - - - - - - - - - -

Title : CancerCure CSS
Author : Roar Řien, Tank Design
URL : http://www.tank.no/

Description :

Created : 30.03.2006
Modified by Esben A. Nilssen, Epitarget January 08

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 10pt;
line-height: 11.5pt;
font-weight: normal;
color: #868686;
}
html{
}
body{
background-color: #e7e7e8;
text-align: center;
margin-top: 20px;
}

/* ----- IDS ----- */

#outercore{
width: 687px;
position: relative;
margin-right: auto;
margin-left: auto;
text-align: center;
background-color: #FFF;
padding: 20px 0 20px 0;
}
#container{
width: 647px;
position: relative;
margin-right: auto;
margin-left: auto;
text-align: left;
}

/* ----- CLASSES ----- */

.newsheader {
	background-image: url(./gfx/News.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	font-size: 10pt;

	margin: 0 0 10px 0;
	padding: 1px 0 0 5px;
	height: 19px;
}
.title {
color: #005b98;
font-size: 12pt;
font-weight: bold;
margin-bottom: 15px;
}
.subtitle {
color: #005b98;
font-size: 10pt;
font-weight: normal;
margin-bottom: 1px;
}
.thumb{
margin: 0 0 5px 5px;
padding: 1px;
border: 1px solid #868686;
}
.meny a {
	font-size: 8pt;
	text-decoration: none;
}

/* ----- IMAGES ----- */

img{
border: 0;
}
img a{
}
img a:hover{
}

/* ----- TEXT FORMATTING ----- */

strong{
color: #005b98;
font-size: 10pt;
font-weight: bold
}

a {
color: #868686;
text-decoration: underline
}