/* CSS Document */

body {
	margin:30px 0px; padding:0px;
	text-align:center;
	background-color:#F4F5F3;
	/*background-image:url(../images/snowflake1.jpg);
	background-repeat:repeat;*/
	}

#shell {  background-color:#fff; width:900px; margin:0px auto;}
#header {height:50px; width: 900px; background: url(../images/back_search.jpg) repeat-x top; text-align:center; }
#logoimg {	height:83px; background: url(../images/logo.jpg) no-repeat;width:900px;
	margin:0px auto;	 margin-top: -50px;
	text-align:left;}
#weblink {float:right; margin-top:-77px;}

#head_text{color:#3861a4; font-size:16px; font-weight:bold; margin-top:-40px; }

#Content2 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	margin-top:40px;
	}
#inner {width: 860px; padding:20px; }

.whitelink { color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }

.whitelink:link {color: #FFFFFF;}     /* unvisited link */
.whitelink:visited {color: #FFFFFF;}  /* visited link */
.whitelink:hover {color:#acdf29;}   /* mouse over link */
.whitelink:active {color: #FFFFFF;}   /* selected link */
