	body {
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-family: Arial, Verdana, sans-serif;
		color: #000;
		background: #0e3472 url(../jpg/bg.jpg) repeat-x;
		background-position: 0px 59px;
		line-height: 17px;
	}
	
	h1, h2 {
		font-size: 150%;
		padding-bottom: 4px;
		border-bottom: 1px solid #888;
	}
	
	h1 {
		margin-top: 0px;
	}

	h2 {
		clear: both;
		margin-top: 40px;
		font-size: 140%;
	}
	
	h3 {
		font-size: 120%;
	}
	
	#cp_topbg {
		background: url(../gif/cb_topbg.gif) repeat-x;
	}
	
	#cp_botbg {
		background: url(../gif/cb_bottom_bg.gif) repeat-x;
	}

	#cp_left {
		background: url(../gif/cb_left.gif) repeat-y;
	}
	
	#cp_right {
		background: url(../gif/cb_right.gif) repeat-y;
	}

	.rightflow {
		float: right;
		margin: 0px 0px 10px 10px;
		border: 4px solid white;
	}
	
	.leftflow {
		float: left;
		margin: 0px 10px 10px 0px;
		border: 4px solid white;
	}

	.ending {
		clear: left;
		background: url(../gif/link.gif) no-repeat;
		padding-left: 40px;
		padding-top: 3px;
		height: 24px;
		color: #0077cc;
		font-weight: bold;
	}
	
	A {
		color: #0000cc;
		text-decoration: none;
	}
	
	A:Hover {
		color: red;
		text-decoration: underline;
	}

	.famous {
		color: white;
		padding: 8px 8px 8px 16px;
	}
	
	.ct {
		background: url(../gif/doc.gif) no-repeat;
		padding-left: 20px;
	}
