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

body {
	background-color: #aebcac;
	background-attachment: fixed;
	background-image: url(bground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:scroll;
	margin:0px;

}

font,th,td,p { font-family: Georgia, "Times New Roman", Times, serif }
a:link,a:active,a:visited { color : #2d3c60; }
a:hover		{ text-decoration: none; color : #99864b; }
hr	{ height: 0px; border: solid #cbcbcb 0px; text-decoration:none}

.content {
	color:#354b6e;
	size:12px;
	}
	

