/* ------ GENERAL PROPERTIES ------ */

body {
	background-color: #ffffff;
	font-size: 11px;
	padding: 15px;
	color: #708090;
	font-family: verdana, arial, tahoma;
	text-align: justify;
	
}

/* ------ LINKS PROPERTIES ------ */
a { 
	color: #696969;
	text-decoration:none;
}

a:hover { 
	color: #add8e6;
	text-decoration:none;
}

/* ------ CELLS PROPERTIES ------ */
td {
	font-size: 11px;
}

/* ------ HEADERS PROPERTIES ------ */
.header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #7bc4c7;
	letter-spacing: 3px;
	height: 23px;
	padding-left: 15px;
	padding-top: 3px;
	border-bottom: 2px dotted #d1e9e9;
	background: url(images/bg_header.gif) no-repeat 3px center;
}

/* ------ MENU PROPERTIES ------ */
.menu {
	background: #ffffff;
	width: 546px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	color: #7bc4c7;
}

/* ------ COPYRIGHTS PROPERTIES ------ */
.copyright {
	background: url(images/index_10.gif);
	vertical-align: top;
	width: 546px;
	height: 60px;
	text-align: center;
	color: #82a16d;
	padding-top: 5px;
}

