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

* {
	margin: 0;
	padding: 0;
}

p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
}
body {
	background:#fff;
	font-family:Arial;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#header {
	width:950px;
	height:70px;
	margin:0 auto;
	padding-top:30px;
}

#logo {
	float:left; 
	width:185px; 
	padding-left:30px
}

#link {
	width:695px;
	float:right;
	padding-bottom:10px;
	margin-right:32px;
	border-bottom:#dcdcdc solid 1px;
}

#link ul {
	display: inline;
} 

#link ul li {
	list-style: none;
	float:left;
	margin-left:13px;
	margin-top:10px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

#link ul li a:link {
	color:#666666;
	text-decoration:none;
}

#link ul li a:visited {
	color:#666666;
	text-decoration:none;	
}

#link ul li a:hover {
	color:#F00;
	text-decoration:none;	
}

.text_blue {
	color:#275177;
}

.text_brightblue {
	color:#034da2;}31849b
}	
	.text_aquablue {
	color:#31849b;}
}
.text_16 {
	font-size:16px;
}

.text_14 {
	font-size:14px;
}

.text_13 {
	font-size:13px;
}

.text_24 {
	font-size:24px;
}

.text_bold {
	font-weight:bold;
}

.text_grey {
	color:#626262;
}

.text_red {
	color:#F00;
}


.text_lightblue {
	color:#93a5ba;
}

a.grey:link {
	text-decoration:none;
	color:#93a5ba;
}

a.grey:visited {
	text-decoration:none;
	color:#93a5ba;
}

a.grey:hover {
	color:#275177;
}

a.red:link {
	text-decoration:none;
	color:#0061d1;
}

a.red:visited {
	text-decoration:none;
	color:#0061d1;
}

a.red:hover {
	color:#F00;
}
