body, p, a, td {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;

	color: #000000;
	margin: 0px;
	padding: 0px;
}

A {
	color: #0000ff;
	text-decoration : underline;
}

A:hover {
	text-decoration : underline;
}

.small {
	font-size: 10px;
	color: #000000;
	font-weight : normal;
}


.foto {
	border: 1px solid black;
}

.header {
	font-size: 16px;
	font-weight : bold;
	margin-bottom: 15px;
	color: #000000;
}

input, select, option, textarea {
	border: 1px solid black;
	font-size: 10px;
}

.sideMenu A{
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom : 1px solid Black;
	padding: 2px;
}

.topMenu {
	height: 25px;
	width: 125px;
	background-color: #6DB654;
	text-decoration: none;
	text-align: center;

	border-top:  1px solid Black;
	border-right: 1px solid Black;
	border-bottom:  1px solid Black;
	border-left: none;

	vertical-align: middle;
	display: table-cell;
}

.topMenu A{
	text-decoration: none;
	color: #000000;
}

.topMenu:HOVER, .topMenuActive, .sideMenu A:HOVER{
	background-color:  #00ff00;
}


h1 {
	font-size: 14px;
}