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


/* begin resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}

body {
	line-height: 1.2;
} 

/* end resets */

/* Centre using tables */
table.centerBoth {
  border-spacing: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
table.centerBoth,table.centerBoth td {
  padding: 0;
  margin: 0;
  border: 0 none;
}
table.centerBoth td {
  text-align: center; /* IE/Win bug fix */
  vertical-align:middle;
}

/* Centre using tables */

html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
	background:#009ddc url(../images/body_bg.jpg) top center no-repeat;
	/*background:#fff;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

a img {
	border:none;
	text-decoration:none;
}


#center { 
background: url(../images/body_top.png) top center no-repeat;
width:1000px;
margin:0 auto;
padding-top:18px;
}


#container {
background: url(../images/body_bg.png) bottom center no-repeat;
width:980px;
padding:0px 10px 10px 10px;
text-align:center;
}


h2{
	font-weight:bold;
	font-size:30px;
	margin-bottom:20px;
	}
h3{
	font-weight:bold;
	font-size:24px;
	margin-bottom:20px;
	color:#26a9e0;
	}
h4{
	font-weight:bold;
	font-size:21px;
	}
h5 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	color:#009ddc;
	}
p{
	font-size:16px;
	margin-bottom:10px;
	}
.title{
	font-weight:bold;
	color:#0082c5;
	}
.detail{
	color:#0082c5;
	}
a	{
		color:#0055a4;
		text-decoration:none;
	}
	
#footer {
		color:#fff;
		font-size:12px;
		padding:20px 0px 0px 0px;
		}
		
#footer a	{
		color:#fff;
		text-decoration:none;
	}
