body  {
	color: #333;
	background: #00A1B2;
	background-image: url("../images/bg.gif");
	margin:  0px;
	padding: 0px;
	text-align: center;

}

body a:link    { color: #3A47FF; text-decoration: underline; }
body a:visited { color: #771DDD; text-decoration: underline; }
body a:hover   { color: #FF6600; text-decoration: underline; }

td {
	font-size: x-small;
	color: #333;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}

body td {
	font-size: small;
}

body, td{
	font-family:"Verdana", sans-serif;
}

h3 {
	font-size : 18px;
	fond-weight : bold;
}

h4 {
	font-size : 12px;
	font-weight : bold;
}

p {
	line-height : 150%;
	text-indent : 1em;
	margin      : 0px auto;
	text-align  : left;
	margin-bottom : 0.2em;
}

.caption {
	font-size : 12px;
	line-height : 115%;
	text-indent : 0;
	margin      : 0px auto;
	text-align  : center;
	margin-top  : 6px;
}

#layout {
	width: 554px;
	padding: 0px;
	margin: 0px auto;
}

#header1 {
	height:  32px;
	background : #F6BA25;
	background-image: url("../images/header_bg1.gif");
	padding : 8px 8px 0px 8px;
}

#header2 {
	height:  45px;
	background : #F8CC5D;
	background-image: url("../images/header_bg2.gif");
	padding : 6px 8px 0px 8px;
}

#contents {
	background : #F6BA25;
	padding : 8px;
}

#footer {
	background : #F6BA25;
	padding : 8px;
}

