@charset "utf-8";
/* CSS Document */

/*basic*/
body {
	margin: 0px auto;
	background-image: url(../images/pages/basic/header.gif);
	background-repeat: repeat-x;
}
td {
	vertical-align: top;
	text-align: left;
}
/*navbar*/
td.navbar {
	background-image: url(../images/navbar/navbar_18.gif);
	background-repeat: repeat;
}
/*main*/
td.main {
	background-image: url(../images/pages/basic/basic_08.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding:5px 20px 50px 20px;
}
td.main h1 {
	font-size: 15px;
	line-height: 25px;
	color: #a72705;
	margin: 5px 0 10px;
}
td.main h2 {
	font-size: 15px;
	line-height: 25px;
	color: #3e8919;
	margin: 0;
}
td.main h6 {
	font-size: 13px;
	line-height: 23px;
	color: #936;
	margin: 5px 0;
	font-weight: normal;
}
td.main p {
	font-size: 13px;
	line-height: 23px;
	color: #5e5e5e;
	margin: 5px 0 10px;
}
td.main p.icon {
	margin: 5px 0;
	text-align: center;
}
td.main em {
	color: #000;
	font-style: normal;
}
td.main a {
	color: #069;
	text-decoration: underline;
}
td.main a.blog {
	background-color: #069;
	color: #fff;
}


