body{
	margin: 0px;
	padding:0px;
	margin-top: 20px;
} 
body, td {
	font: 11px Verdana, Arial,Sans-serif;
}
a {
	color: #4a7fbb;
	text-decoration: none;
}
a:visited{
	color: #4a7fbb;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}

#menu a:hover{
	color: red;
}
#menu{
	color: #4a7fbb;
}
#content a {
	color: #f7fafc;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: yellow;
}
#content{
	color: #f7fafc;
	padding: 2px;
	padding-bottom: 5px;
}
#footer{
	color: #f7fafc;
}

#content h1{
	font-size: 14px;
	font-weight: bold;
}
#info td{
	font-size: 8px;
	color: gray;
}
#home, #home td {
	color: #fef875;
	font-size: 14px;
	padding: 5px;
}
.bg_green{
	background-color: #4bb033;
}
.bg_blue {
	background-color: #4a7fbb;
}
.td_border_left{
	border-left: 1px solid #d8eed3;
}
.td_border_top{
	border-top: 1px solid #d8eed3;
}
.td_border_bottom{
	border-bottom: 1px solid #d8eed3;
}
.td_margin_tb {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
.activPicture{
	border: 1px solid black;
	background-color: #4bb033;
}
