@charset "utf-8";
* {
		margin: 0px;
		padding: 0px;
}

body {
		background: url(../img/body_bg.gif) repeat-x fixed;
		font: 12px "Trebuchet MS";
		color: #666666;
}

p { text-align: justify; }

a {
		text-decoration: none;
		color: #FF9613;
}

a:hover { color: #2F7EAE; }
.thumb {
	margin: 5px;
	padding: 1px;
	border: 1px solid #3280B1;
}
table, td {border-collapse: collapse; vertical-align: top;}
.title {
		background: url(../img/title_bg.gif);
		height: 18px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
		line-height: 14px;
		margin-bottom: 10px;
}

.pagetitle {
		background: url(../img/pagetitle.gif) repeat-x;
		height: 26px;
		margin-bottom: 10px;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		margin-right: -10px;
		margin-left: -10px;
}
h2 {
		background: #FFFFFF;
		color: #2E7DAD;
		padding-left: 30px;
		border-bottom: 1px solid #FF9613;
}
ul.special_list {
		background: #FFFFFF;
		margin: 10px 20px;
		padding: 5px;
		list-style: none;
		border: 1px solid #01456F;
}
ul.special_list li {
		background: url(../img/content_list_li.gif) no-repeat left;
		padding-left: 20px;
}
ul.ul_special_layout {
		background: #FFFFFF;
		margin: 3px 5px;
		padding: 2px;
		list-style: none;
}
ul.ul_special_layout li {
		background: url(../img/content_list_li.gif) no-repeat left;
		padding-left: 20px;
}

