﻿/* 0 BASIC TAGS */
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10px;
	color: #000000;
}

.maintable
{
	font-size:10px;
	background-color:#6699FF;
	border:1px solid black;
}
.menu_cell
{
	border-bottom:1px dotted #c0c0c0;
	width:180px;
	padding-left:20px;
}
.footer_cell
{
	text-align:center;
	padding: 0px 5px 0px 5px ;	
	
	
}
.sponsori
{
text-align:left;

}
.titlu
{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#f0f0f0;
	margin:20px;
}
.text
{
	text-align:center;
	font-weight:bold;
	padding: 10px 0px 10px 0px ;	
}


h1, h2, h3, h4 {
text-align:center;
		
}


p {
	
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	

}

hr
{
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a 
{
	text-decoration: none;
	color: #000000;
	font-size:12px;
	font-weight:bold;

}

a:visited 
{
	color: #000000;
	
}

a:hover 
{
	text-decoration: none;
	color: #ffffff;
}

a:active 
{
	color: #444444;
}

 
 
/* LIST */
ul
{
	list-style-type: none;
	list-style-image:  url(bullet-2.gif);
	list-style-position: outside;
	
	vertical-align: middle;
	font-size:12px;
	
}
 

 
