table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

body.site {
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	background-attachement: fixed;
}

font.title {
	font-size: 35px;
	color: #ffffff;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
}

.text {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-color : #000000;
	text-align : justify;	
}

hr.main {
	color: #C1C1C1;
	background-color: #C1C1C1;
	height: 1px;
	border: 0;
}

a.menu {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #606060;
	text-decoration: none;
}

a.menu:hover {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ED9517;
	text-decoration: none;
}