@charset "utf-8";
/* CSS Document */

	a:link{color:#1d2088; text-decoration:none;}
	a:visited{color:#1d2088; text-decoration:none;}
	a:hover{color:#666666; text-decoration:none;}
	
	
	.normal{font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}
	
	
	a.gnav:link{color:#FFFFFF; text-decoration:none;}
	a.gnav:visited{color:#FFFFFF; text-decoration:none;}
	a.gnav:hover{color:#f8b3b8; text-decoration:none;}
	
	.gnav{font-family:"Trebuchet MS";
	font-size:13px;
	color:#666666;
	text-decoration:none;
	}
	
	
	.gnav_seperator{font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	padding:20px;
	text-decoration:none;
	}
	
	
	a.bnav:link{color:#a8a8a8; text-decoration:none;}
	a.bnav:visited{color:#a8a8a8; text-decoration:none;}
	a.bnav:hover{color:#787878; text-decoration:none;}
	
	.bnav{font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}
	
	.copyright{font-family:"Trebuchet MS";
	font-size:11px;
	color:#c0c0c0;
	text-decoration:none;
	}
	
	.header{font-family:"Trebuchet MS";
	font-size:14px;
	color:#7f7f7f;
	font-weight:bold;
	text-decoration:none;
	}
	
	.header2{font-family:"Trebuchet MS";
	font-size:13px;
	color:#e60012;
	font-weight:bold;
	text-decoration:none;
	}
	
	.bnav_seperator{font-family:"Trebuchet MS";
	font-size:11px;
	color:#a8a8a8;
	padding:15px;
	text-decoration:none;
	}
	
	.bg_img{background-image:url(images/logo_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
