body {
	font-size: 16px; 
	font-family: Verdana, sans-serif; 
	margin: 0px; 
	padding: 0px;
	background-image: url("home/images/back.gif"); 
	background-repeat: repeat-x;
}

a {
	color: #003399;/*#006595;*/
	text-decoration: none;
}

a:hover {
	color: #DF971E;
	text-decoration: underline;
}

#picframe {
   -moz-border-radius-topleft:6px;
   -moz-border-radius-topright:6px;
   -webkit-border-top-left-radius:6px;
   -webkit-border-top-right-radius:6px;

}

#tip {
   color: #A0A0A0;
	margin-top: 10px;
   
   border: 1px solid #EAEAEA;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom:
	text-align: left;
	
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px
}