body {
	line-height: 16px;
	font-family: "tahoma", serif;
	font-size: 76%;
	margin-top: 0px;
	background-image: url(../../images/back_blue.jpg);
	background-repeat: repeat-x;
	color:#666666;
	background-color: #fff;
	}
	
p	{	
	margin: 0 0 5px 0;
	}
	
h2	{
	font-size: 13px;
	color: #6A849D;
	}
	
a	{
	color: #6A849D;
	text-decoration: underline;
	}

a img
{
	border: none;
}
	
a:hover{
	color: #CDCC02;
	}
	
a:visited{
	color: #993333;
	}

object
{
	/*padding-left:10px;*/
	/*padding-top:10px;*/
}

#container {
	width:700px;						
	margin-left: auto;
	margin-right: auto;		
	}

#banner {
	height: 230px;
	padding: 5px;
	margin-bottom:1px;
	background-image: url(../../images/head.jpg);
	background-repeat: no-repeat;
}

#content {
	border-top: 1px dashed #EDF1F2;
	text-align: justify;
	font-size: 0.9em;		
	padding: 5px;
	margin-left: 200px;
	background-color:#fff;
	color: #666666;
	background-image: url(../../images/shadow.jpg);
	background-repeat: no-repeat;
}

#containerboth{ 
	padding-right: 30px;
	padding-left: 30px;
}


#containerboth ul {
	list-style: none;
	padding: 0;
}

#containerboth ul li {
	list-style: none;
	padding-left: 14px;
	margin-bottom: 3px;
	
	background: url(../../images/_tictac_blue.gif) no-repeat 0 6px;
}

#footer {
	height: 50px;
	clear: both;
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footertext{
	border-top: 1px dashed #EEEEEE;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 10px;
	padding-top: 10px;
	color:#6A849D;
	text-align: right;
}
	
.news{
	border-bottom: 1px dashed #ddd;
	padding:5px;
	color: #9D9C6A;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bold
{
	font-weight:bold;
}