@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background_new.jpg);
	background-repeat: repeat-y;
	background-position:top center;
    background-attachment: scroll;
	background-color: #FFFFFF; 
	margin: 0px; 
	padding: 0px;
}

a:link	{
	/* color:#B6CD30; */
	color: #1A6699;
	text-decoration: none;
	}
a:visited {
	color:#1A6699;
	text-decoration: none;
	}
a:hover	{
	color:#5F641E;
	text-decoration: none;
	}
img {
	border-style: none;
}
div#tipDiv {
    color:#000;
	font-size:12px;
	line-height:1.2;
    background-color:#E1E5F1;
	border:1px solid #667295; 
    width:210px;
	padding:4px;
}
